KeePass2 to KeePassX password database convertor.
-
You must have Java Runtime Environment (JRE) installed. Download and install Java from http://www.oracle.com/technetwork/java/javase/downloads/index.html or http://openjdk.java.net/install/
-
Download KeePass2ToKeePassX release and extract it: https://github.com/dvorka/keepass2-to-keepassx/releases
- Open source database in KeePass2.
- Use
menu/File/Export.../KeePass XML (2.x)
option. - Save it as for instance as
old-keepass2-database.xml
. - Change to
keepass2tokeepassx/bin
directory of this project. - Run
./keepass2-to-keepassx.sh old-keepass2-database.xml new-keepassx-database.xml
- Start KeePassX.
- Import
new-keepassx-database.xml
usingmenu/Import from.../KeePassX XML (*.xml)
. - Delete
old-keepass2-database.xml
andnew-keepassx-database.xml
files.
And that's it!