Skip to content

acheronfail/bitport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitport

A program to export all of your bitwarden data, including attachments!

A fix for the community issue: https://community.bitwarden.com/t/encrypted-export/235. Hopefully Bitwarden provide an official implementation, but I couldn't live without backing up my vault, so I made this.

There is another project called portwarden, but that was quite complex and also had some usability things I didn't really like. Also, I'm handling my Bitwarden vault - should I really be using someone else's code? 😅

Usage

You'll need a recent version of nodejs to run this.

# clone the repository
$ git clone https://github.com/acheronfail/bitport.git
$ cd bitport
# install dependencies
$ yarn
# check help
$ yarn tsx --help

# run bitport
$ yarn tsx index.ts path/to/vault/export # ...and any extra options here (see help output)

Warning: this exports all your Bitwarden data in plain text! That means it's unencrypted!. When you use this to make a backup, you should obviously encrypt your backup with the same or stronger encryption than what Bitwarden itself uses! This is out of scope for this tool, which just exports the Bitwarden data.

About

A program to export all of your bitwarden data, including attachments!

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors