pass(1) to BitWarden/Vaultwarden CSV exporter.
Go to file
2016-05-30 11:31:00 +02:00
LICENSE Initial commit 2016-05-30 00:54:42 +02:00
pass2csv.py cleanup 2016-05-30 01:01:58 +02:00
README.md Add info on csv format to readme 2016-05-30 11:31:00 +02:00

pass2csv

Needs python-gnupg. Run with path to password store as argument.

The csv is written to pass.csv. The format for the KeePass Generic CSV Importer is:

Group(/),Title,Password,Notes

Where 'Password' is the first line of the entry in pass and 'Notes' are all subsequent lines. '\' should not be interpreted as an escape character.