https://github.com/foo-dogsquared/bitwarden2gopass
A simple migration script from Bitwarden (CSV format) to gopass (which is 100%-compatible with pass).
https://github.com/foo-dogsquared/bitwarden2gopass
Last synced: 9 months ago
JSON representation
A simple migration script from Bitwarden (CSV format) to gopass (which is 100%-compatible with pass).
- Host: GitHub
- URL: https://github.com/foo-dogsquared/bitwarden2gopass
- Owner: foo-dogsquared
- License: mit
- Created: 2020-06-17T19:54:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T00:53:47.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T17:22:08.634Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= bitwarden2gopass
A simple migration script from https://bitwarden.com/[Bitwarden] to https://github.com/gopasspw/gopass[gopass].
It will only import the login vault items to `$PASSWORD_STORE_DIR/websites/`.
If you want to create for pass, simply modify the script for your needs.
== Installation
[source, shell]
----
# Clone this Git repo.
git clone
# Make the script executable.
cd ./bitwarden2gopass/
chmod +x bitwarden2gopass
# Move the script somewhere in your $PATH.
mv bitwarden2gopass ~/.local/bin
----
== Examples
[source, shell]
----
bitwarden2gopass ~/Downloads/bitwarden_export_20200617020218.csv
----
The format in the resulting password store directory (assuming it's empty before the migration) is of the following:
[source, tree]
----
/home/foo-dogsquared/.password-store/
└── websites/
├──
│ ├── .gpg
│ └── .gpg
└──
└── .gpg
----