Submitted by Hiroshi Miura on 木曜, 2008-01-17 01:22.
The Safe and SafeDesktop is free software licensed under GPL, which is a keyring software to manage passwords.
It runs on J2ME/MIDP cell phones, such as motorolla, nokia and so on.
The author goes MobileKnox, proprietary software for same usage with several upgrade.
I think it is time to fork and keep developing it. I uses Keyring for PalmOS many years and I also like Safe because of migrating from my palm device to nokia smart phone E61.
I want to migrate data from Keyring for PalmOS into Safe for MIDP.
Now Keyring for PalmOS is alpha stage of version 2.0, that supports AES(256bit key), 3DES(384bit key), AES(512bit key) and SHA256.
Safe now uses IDEA cryptography and MD5. IDEA is good for non-commercial usage, but as GPLed software it is not sufficient.
I changes a cryptography algorithm from IDEA to AES on the Safe code base. I want to hack a hash algorithm too.
You can download source from
This page
MobileKnox離陸へ
GPLで開発が続けられてきたパスワード管理ツールSafe、(J2MEで動作、PDAやスマートフォンで利用可能)は、商用版の開発に踏み切った。それがMobileKnoxである。
その経緯は、掲示板で語られている。
Safe goes MobileKnox, leaving from GPL.
The Safe and SafeDesktop is free software licensed under GPL, which is a keyring software to manage passwords.
It runs on J2ME/MIDP cell phones, such as motorolla, nokia and so on.
The author goes MobileKnox, proprietary software for same usage with several upgrade.
I think it is time to fork and keep developing it. I uses Keyring for PalmOS many years and I also like Safe because of migrating from my palm device to nokia smart phone E61.
I want to migrate data from Keyring for PalmOS into Safe for MIDP.
Now Keyring for PalmOS is alpha stage of version 2.0, that supports AES(256bit key), 3DES(384bit key), AES(512bit key) and SHA256.
Safe now uses IDEA cryptography and MD5. IDEA is good for non-commercial usage, but as GPLed software it is not sufficient.
I changes a cryptography algorithm from IDEA to AES on the Safe code base. I want to hack a hash algorithm too.
新しいコメントの投稿