Current Features
Reads and writes FPM/KedPM compatible files (including Blowfish encryption).
Immediately updates files after entries are added or edited - no need to manually save.
Includes a password generator panel that allows the selection of the characters in the password and setting the length of the password. As the length slider is moved, new passwords are generated.
Future Plans
Currently the javax.crypto and java.security packages are used for the encryption work. This will be changed to the Bouncy Castle Crypto API that will enable a J2ME version of JPM.
The J2ME version will be developed to run on Java-enabled mobile phones, so that you can take your secure data with you. The first release will probably be read-only, and a later release allow for read/write of the data file.