Migrate your KeePass(X) data to 1Password 4: Export your KeePass(X) data to XML, use this script to convert it to a CSV, and then import the CSV into 1Password 4.
Install the following dependencies:
pip install beautifulsoup4
pip install jinja2
- Export your KeePassX passwords to
./input/passwords.xml
. - Run
./k1p.py
. - Open 1Password and go to File > Import > Comma Delimited Text (.csv) and
pick
./output/passwords.csv
. - Enjoy!
This software is released under the MIT License.
- Copyright (c) 2013–2014 Vincent Stark
- Copyright (c) 2014 Daniel Gasienica