LockCrypt is a program to keep track of your accounts and passwords. Your data is protected by a password, so only you can see it.
Installation
- LockCrypt Mobile requires a phone which supports J2ME. To install the application, copy both the .jar and .jad files to your mobile device
- Start the installation by running LockCrypt-Mobile.jad.
- When LockCrypt has been installed, you'll need to first save the database in LockCrypt by selecting File->Export To->LockCrypt Database, and saving the file to your mobile device.
- When you start LockCrypt Mobile, you'll be prompted for the location of the database file you saved in the last step. Select the location of the database to proceed.
Upgrading
To upgrade an existing version of LockCrypt Mobile, first uninstall the current version, then follow the same steps for installation.
Support
Documentation for LockCrypt is available online at http://www.lockcrypt.com/docs/.
If you have any problems with installation, ideas for new features or bugs to report, please use the forums, located at http://forums.lime49.com/.
1.25
- Fixed: Intermittent bug which caused some accounts not to be displayed (Thanks Ouveo and Billsx).
- Fixed: If an account fails to load, the rest of the database should still be visible instead of just throwing an error and stopping loading.
1.22
- Changed: LC Mobile will now try to decode the database using ISO-8859-1 encoding when UTF8 doesn't work.
1.20
- Added: 'Click and Call' for fields marked as phone numbers (Thanks Toxic-Hero).
- Changed: Blank fields are now omitted (Thanks Herder).
- Changed: If a blank password is set, a prompt will no longer be shown.
- Updated: Compatibility to display notes field (LockCrypt 1.50+)
1.10
- Changed: Field seperator to make colons work in field values.
1.08
- Changed: Field order. Fields now follow the same order as the desktop version.
- Updated: Now compatible with LockCrypt 1.18
1.05
- Added: Menu to select the location of the database.
1.01
- Added: More detail to error messages to make debugging easier.
1.0
Credits
LockCrypt Mobile uses the following external libraries:
- BouncyCastle libraries for encryption.
- Javolution's LinkedHashMap.