翻訳者レビュー ( 日本語 → 英語 )

評価: 50 / 0 Reviews / 2011/10/25 12:54:56

henno
henno 50 イギリスの大学で博士研究員をやっています。アカデミックな話題を中心に幅広く...
日本語

データの暗号方法
暗号化に使用するアルゴリズムはすべて openssl aea-128-cbc と互換のもので、AESについては、Android 内蔵のエンジンを使用しています。
最初に、SecureRandom を使って、データを暗号化するための内部パスワードを生成します。
内部パスワードは、入力したパスワードによって暗号化され、内蔵ストレージに保管されます。
タイトル以外のデータは内部パスワードによって暗号化され、内蔵ストレージに保管されます。

英語

A way of coding data

All algorithms used to code a data is compatible with openssl aea-128-cbc. An built-in engine of Android is used for AES.

At first, it is generated an internal password to code data using SecureRaondom.

The internal password is coded by a inputed password, and stored in a built-in storage.

Data except for the tile is coded with the internal password, and stored in a built-in storage.

レビュー ( 0 )

翻訳者レビューはまだありません