8000 GitHub - ciwga/bitwarden-to-google-csv: Easily migrate your Bitwarden passwords to Google Passwords! This tool converts Bitwarden exports (CSV/JSON) into Google's CSV format.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Easily migrate your Bitwarden passwords to Google Passwords! This tool converts Bitwarden exports (CSV/JSON) into Google's CSV format.

License

Notifications You must be signed in to change notification settings

ciwga/bitwarden-to-google-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitwarden-to-Google-CSV

Easily migrate your Bitwarden passwords to Google Passwords! This tool converts Bitwarden exports (CSV/JSON) into Google's CSV format.

Prerequisites

  • Python 3.7 or higher.

Installation

git clone https://github.com/ciwga/bitwarden-to-google-csv.git
cd bitwarden-to-google-csv

Usage (CLI)

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
  • Examples:

    1. Convert a Bitwarden CSV file:
      python bitwarden_to_google.py -i bitwarden_export.csv
    2. Convert a Bitwarden JSON file (unencrypted) with a custom output name:
      python bitwarden_to_google.py -i bitwarden_export.json -o custom_output.csv

Supported Data Types from Bitwarden

  • 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.

About

Easily migrate your Bitwarden passwords to Google Passwords! This tool converts Bitwarden exports (CSV/JSON) into Google's CSV format.

Topics

Resources

License

Stars

Watchers

Forks

Languages

0