Script for importing password data XML from KeepassX to password-store.
- pass
- python3
- Install
pass
from https://www.passwordstore.org/ (tutorial) and install one of the client if needed. - In KeepassX, export your passwords to XML:
File --> Export to --> XML Keepass file
. - Run the script directly: chmod +x keepassx2pass.py ./keepassx2pass.py my_passwords.xml Or with python: python keepassx2pass.py my_passwords.xml
Imported folders and passwords retain their empty space.
Official and up-to-date version: https://git.zx2c4.com/password-store/tree/contrib/importers/keepassx2pass.py