Translator Reviews ( Japanese → English )
Rating: 50 / 0 Reviews / 25 Oct 2011 at 13:04
Japanese
データの暗号方法
暗号化に使用するアルゴリズムはすべて openssl aea-128-cbc と互換のもので、AESについては、Android 内蔵のエンジンを使用しています。
最初に、SecureRandom を使って、データを暗号化するための内部パスワードを生成します。
内部パスワードは、入力したパスワードによって暗号化され、内蔵ストレージに保管されます。
タイトル以外のデータは内部パスワードによって暗号化され、内蔵ストレージに保管されます。
English
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.