翻訳者レビュー ( 日本語 → 英語 )
評価: 50 / 0 Reviews / 2011/10/25 13:04:43
日本語
データの暗号方法
暗号化に使用するアルゴリズムはすべて openssl aea-128-cbc と互換のもので、AESについては、Android 内蔵のエンジンを使用しています。
最初に、SecureRandom を使って、データを暗号化するための内部パスワードを生成します。
内部パスワードは、入力したパスワードによって暗号化され、内蔵ストレージに保管されます。
タイトル以外のデータは内部パスワードによって暗号化され、内蔵ストレージに保管されます。
英語
Ciphering method to data.
The algorithm to use for a encryption is to use internal Android engine about AES and be compatible with openssl aea-128-cbc.
First, Using SecureRandom, and generate the inner Password to do a data encryption.
Inner password is encrypted by typing in password, and kept in internal storage.