Implement an import function from Kee-Pass databases
This is to minimize pain for KeePass users to transfer their data to Gryptonite.
Only bother with the TXT file export from KeePass. The other ones don't make sense to me - how can you safely put someone's password in an XML field without a CDATA section or converting it to base64? At least in the text file format each field is on its own line so it seems like it's the easiest to parse.
Since the Gryptonite XML export/import is now implemented, it occurs to me that perhaps the easiest way to implement the KeePass import is to simply write a plugin that takes a KeePass file as input and produces a Gryptonite XML file as output. Then importer only needs to know how to handle Grypto-XML and it will be the same for all types of imports. Since it's a plugin it will be very easy for the community to import from any other password managers without having to understand the underlying import process.
Pushed this back to the next major release, simply due to the fact that I'm about to start work at Google and this is a major addition with lots of potential for bugs which I won't have time to deal with.