|
From: Philipp H. <phi...@gm...> - 2009-08-25 03:35:58
|
On Thu, Feb 5, 2009 at 3:10 PM, Jochen Hoenicke <hoe...@gm...> wrote: > > I hacked an XML export for keyring some time ago. It is in the keyring > svn repository. > https://gnukeyring.svn.sourceforge.net/svnroot/gnukeyring/trunk/keyring-link/java > > I just build a jar-file xmlexport.jar and put it at: > > http://hoenicke.ath.cx/keyring2-pre/ > > Use it as follows: > java -jar xmlexport.jar Keys-Gtkr.pdb "password" > output.xml > > This works with keyring-1.2.x and keyring-2.x databases. Due to Java's > encryption restrictions it may fail on AES-256 encrypted keyring-2.x > databases. In that case choose "set password" from keyring menu, > enter a new password (it can be equal to the old), and select AES-128 > (or find a crypto-provider for Java that supports AES with 256 bits). Inspired by what I found at http://github.com/rocketraman/keyring-to-keypassx/tree/master I modified it to convert to keepass format, since I finally lost my ailing Clie, and now have a BlackBerry (really miss PalmOS still) So if anyone needs to convert their data from Keyring to KeePass format, please take a look at: http://github.com/philipp/keyring2keepass/tree/master Hope this helps someone. |