Translator Reviews ( Japanese → English )
Rating: 50 / 0 Reviews / 26 Oct 2011 at 11:43
Japanese
メイン(一覧)画面で、[Menu] ボタンを押し、「設定...」を選ぶと設定画面が表示されます。
書き出し、読み込みファイルの形式
JSON 形式のデータを "openssl aes-128-cbc" モードで暗号化したものです。
openssl のコマンドラインが使える場合
% openssl enc -d -aes-128-cbc -in data.pwmemo
と入力した後パスワードを入れることでデーコードできます。
English
In main (list) window, when press a [Menu] button, and select a [Setting], a Select window is shown.
Formats of the file for writing and reading.
The file is formated as JSON, and encrypted in "openssl aes-128-cbc" mode.
In the case that openssl command line is available.
% openssl enc -d -aes-128-cbc -in data.pwmemo
You can decode the file by entering an above command, and input a password.