February 2008 Archives

LockCrypt 1.3

LockCrypt is now available in German and Czech. Thanks Jan and Florian for helping with the translations.

It's now possible to re-lock LockCrypt to make it ask for a password again, and copy buttons have been added to account view, as well as an option to delete the clipboard data which was copied after a specified amount of time.

Changes:
  • Added a button to re-lock LockCrypt, clearing all data and re-prompting for the password.
  • Added copy buttons to account view.
  • Added 'Secure Clipboard' to erase clipboard data after a set length of time.
  • Added internationalization.
  • Added word wrap to fields on account view.
  • Added German translation (Thanks Florian).
  • Added Czech translation (Jan JanouĊĦek).
  • LockCrypt now remembers the window size and divider location on shutdown/restart.
  • Fixed bug with renaming groups.
  • Fixed/added: When adding an account, fields are saved before the form is refreshed when deleting a field. (Thanks Fritzie3210)

LockCrypt 1.18

1.18 adds different views and a menu option to reset all settings (incase you forget the password).

If you're upgrading from a previous version, first export your current database to XML, then uninstall the old version, then finally install the new version. You should then be able to re-import your XML file.

Changes:
  • Added wizard which loads on first run to configure database and passwords.
  • Added different views: Large icons, Small icons, List or Tiles.
  • Added Split Pane to main window to allow resizing.(Thanks Mercury52)
  • Added created and last modified fields for accounts (Thanks Mercury52)
  • Added menu option to clear all preferences.
  • Changed: Scrolling behaviour when showing a group.

LockCrypt 1.15 and LockCrypt Mobile 1.05

New versions of LockCrypt and LockCrypt Mobile are available. LockCrypt now includes a password generator, and you can import from XML files. Hopefully the mobile version will be compatible with more devices now, it should prompt you to select a database location when you first install.

Previous versions of LockCrypt Mobile should be uninstalled before installing this version.

Changes in LockCrypt 1.15:
  • Added password generator.
  • Added XML and LockCrypt Database import.
  • Added accessibility improvements.
  • Added Javadoc comments to source.
  • Changed: All windows and dialogs can now be closed by pressing Escape.
  • Changed: Moved Add Field button to a more obvious location, added icon.
  • Changed: On startup, the password prompt now takes up the full width of the window. The tree is added when the right password is entered.
Changes in LockCrypt Mobile 1.05:
  • Added menu to select the location of the database.

LockCrypt 1.1 and LockCrypt Mobile 1.0

Version 1.1 adds support for exporting to XML, CSV, and plain text files.

LockCrypt Mobile is also ready for release. It allows you to carry your account database with you on any Java enabled mobile device. If you find that LockCrypt Mobile does not work with your device, please post in the forums with more information about the model and device manufacturer.

Changes in LockCrypt 1.1
  • Added export to CSV, LockCrypt Databases (*.lce), plain text and XML files.
  • Added option to rollback database changes. Selecting it will reverse all changes made to the database.

LockCrypt 1.05

The encryption used to encrypt data has been updated from DES to AES, making it more secure. There are a few bug fixes in this release as well.

Changes:
  • Added content menu to root node, and a few more context menu items.
  • Changed encryption to AES.
  • Changed file writing method to improve compatibility with J2ME.
  • Fixed removing nested groups.