A Java application that converts between popular password manager formats such as:
Keepass v1 and v2
Password Safe v1, v2, and v3
KeyRing v4 and v5
CSV plain text
CSV encrypted with PGP
This library contains utility classes such as a converter from plain text to HTML (for safe inclusion of user-supplied text into web pages, avoiding XSS attacks, etc.), converters from binary to hex representation, and similar functions
TextConverter is a graphical text editor allowing the user to encrypt/decrypt the textual contents displayed on the screen using a 128-bit AES (Advanced Encryption Standard) cipher.