I am a new KeePass user and trying to migrate from SplashID to manage my secure data, while using LastPass for everything web related. I could essentially keep everything in LastPass, as I don’t doubt their encryption or implementation, however, I would have to control where I have it installed or logged in and also tighten its screws and the OS security to be completely at peace of mind. E.g., I would love to have it on my HTPC as I often browse and shop from there, but for the convenience of using it as HTPC, I can’t have tight OS level security. For this reason, I intend to keep using both LastPass and KeePass for separate set of data with different master passwords.

About making LastPass data available offline, I am planning to do this by periodically importing data from LastPass to KeePass. It seems like 2.x version has built-in support for LastPass CSV export format, but since currently the support for 2.x data format is poor on mobile devices, I have decided to use the current 1.8 version with the help of a Python script to convert the LastPass CSV to XML format and import it with the help of VariousImports plugin. I took an existing script and ported it for KeePass 1.x XML format and it is available here:

https://github.com/haridsv/lastpass2keepass/blob/master/lastpass2keepass.py

At the same time, to make my transition from SplashID to KeePass easier (while SplashID remains the master copy for a few days), I wrote another quick script that produces KeePass 1.x XML from SplashID CSV export, and it is available here:

https://github.com/haridsv/lastpass2keepass/blob/master/splashid2keepass.py

I noticed that KeePass 2.x has built-in support for SplashID CSV export, but it is incomplete and drops a lot of fields, so the above script should still be better.

I am able to easily transfer the KeePass db with entries imported from both LastPass and SplashID to MyKeePass iPhone app and it is working well. The MyKeePass app needs a lot of improvement, but it is quite usable as it is, at least for looking up information on the go.