pwman2pass.py converts your pwman database to files in the
pass folder hierarchy (typically ~/.password-store
).
- python2.7
- gpg
- pass
pwman2pass.py takes in an unencrypted pwman database via filename or
standard input (STDIN
) and directly uses `pass' to import:
# convert an already decrypted pwman db
./pwman2pass.py pwman.db.plaintext
# convert a db via STDIN
gpg -d pwman.db | ./pwman2pass.py
Your pwman database is imported into pass under a timestamped subfolder (in order to prevent overwriting any existing pass entries).