タグ

2013年8月7日のブックマーク (5件)

  • Java Tips:手軽に暗号化・復号化するには?

    J2SE 1.4からはJCEやJAASなどの各種セキュリティパッケージが標準で組み込まれ,暗号化や復号化などは簡単に行えるようになりました。ここでは秘密鍵を用いた手軽な暗号化を紹介します。 暗号化は気を遣う プログラムで暗号を使いたいとき,自前で実装するのは非常に気を遣います。なぜなら,バグがあったときにデータが復元できなくなるため,慎重に実装したうえで十分にテストしておく必要があるからです。 前述のとおり,J2SE 1.4ではセキュリティパッケージが多数組み込まれたため,これらのロジックを自前で記述する必要性は大幅に低下しました。そこで,ここで簡単な利用法を紹介します。 暗号化・復号化は一般にバイト列を暗号化してバイト列にする,というのが標準的な使い方です。しかし,ここでは動作を確認しやすくする目的で,「テキスト→暗号バイト列→テキスト」という流れにしましょう。 手軽に暗号化 暗号関係の

    Java Tips:手軽に暗号化・復号化するには?
  • TechCrunch | Startup and Technology News

    The RAW Dating App aims to shake up the dating scheme by shedding the fake, TikTok-ified, heavily filtered photos and replacing them with a more genuine, unvarnished experience. The app…

    TechCrunch | Startup and Technology News
  • Jetty Vs Tomcat

    This document provides a comparative analysis of the Jetty and Tomcat web servers. It discusses their technical differences, such as architecture (Jetty uses a modular component approach while Tomcat is monolithic) and performance (Jetty scales better with many idle connections). It also covers non-technical comparisons like market share (Jetty is gaining on Tomcat), development community (Jetty's

    Jetty Vs Tomcat
  • Jetty vs Tomcat Performance Comparison: Overview

    When it comes to choosing a servlet container for your web applications, the decision often boils down to Jetty and Tomcat. Both are open servlet containers that support HTTP server, HTTP client, and javax.servlet container. In this article, we will delve into a comprehensive comparison of Jetty and Tomcat, aiming to provide an in-depth analysis of their performance, features, and advantages. By t

    Jetty vs Tomcat Performance Comparison: Overview
    rindai87
    rindai87 2013/08/07
    あとで読む
  • Google卒業生が解説するアドワーズの品質スコアのすべて

    ブラックボックスな品質スコア2005年に、それまでのキーワードステータスから品質スコアのシステムへ変更されて以降、品質スコアはAdWordsを語る上で(良くも悪くも)常に主役にいたように思います。 2009年に Google のチーフエコノミストであるHal Varian 氏が 品質スコアについて解説をしたことで、様々な俗説は一旦落ち着いたように思われましたが、先日(2013年7月末)に発表された品質スコアの表示変更でも、「品質スコアが変わった!」という問い合わせが多かったのか、ブログで再度説明がされるなど、リスティング広告に関わる人にとって、品質スコアは今でも最も敏感になるトピックの一つのようです。 Google卒業生が解説する品質スコア品質スコアについて気になるのは日だけではなく、アメリカでも同様です。 先月(2013年7月)、元Googler の Frederick Vallaey

    Google卒業生が解説するアドワーズの品質スコアのすべて
    rindai87
    rindai87 2013/08/07