Skip to content

maarlf/bw2pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

bw2pass

A script to import passwords from a Bitwarden export file into the Pass password manager.

Prerequisites

  • jq
  • Pass

Usage

./bw2pass.sh path/to/bitwarden_export.json

JSON Structure

The script expects the Bitwarden export file to have the following structure to be extracted:

{
  "encrypted": false,
  "folders": [],
  "items": [
    {
      "name": "App",
      "login": {
        "username": "name@email.com",
        "password": "strongpassword"
      }
    }
  ]
}

About

Bitwarden Export File to Pass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages