Skip to content

mohamedadaly/bw-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

bw-export

Exports a Bitwraden database into an XML file conforming to KeePass 2 XML Format.

The advantage of the XML format, is that it supports importing custom fields from Bitwarden into their own custom fields in KeePass 2, which is not currently supported in the Bitwarden CSV import function.

Usage

Using bw CLI

  1. Log into bw
bw login
  1. Export xml
python bw_export_kp.py > passwords.xml

Using exported json

  1. Export your vault into a json file

  2. Export xml from the json file

python bw_export_kp.py <path/to/json/file> > passwords.xml
  1. Import the passwords.xml file into KeePass 2 (or other KeePass clones that support importing KeePass2 XML formats)

  2. delete passwords.xml

References:

About

Export Utilities for Bitwarden

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages