Python script to export KeePassX password vault to LastPass format
Steps to run:
- Export KeePassX file as csv.
- Open KeePassX csv file in Excel, LibreCalc, or equivalent.
- Save cvs file as xlsx file.
- From a command line: python keepassx2lastpass.py -i .xlsx -o .txt -s <L for Linux, W for Windows, A for OSX>
- Import to LastPass as a generic csv file.