Easily migrate your Bitwarden passwords to Google Passwords! This tool converts Bitwarden exports (CSV/JSON) into Google's CSV format.
- Python 3.7 or higher.
git clone https://github.com/ciwga/bitwarden-to-google-csv.git
cd bitwarden-to-google-csv
The script supports the following arguments:
-i
or--input
: Path to the Bitwarden export file (CSV or JSON).Required
.-o
or--output
: Path to save the Google CSV file. Defaults to google_passwords.csv-
- Convert a Bitwarden CSV file:
python bitwarden_to_google.py -i bitwarden_export.csv
- Convert a Bitwarden JSON file (unencrypted) with a custom output name:
python bitwarden_to_google.py -i bitwarden_export.json -o custom_output.csv
- Convert a Bitwarden CSV file:
- Logins: Converts login URIs, usernames, and passwords.
- Secure Notes: Converts notes into Google's format with unique usernames.
- Identity Data: Converts identity information (name, email, phone, email, etc.) into notes.