Skip to content

godisopensource/np2bw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

NP2BW: Nextcloud Passwords to Bitwarden Vault

Easily convert a Nextcloud Passwords (NP) database to a Bitwarden Vault (BW). This script is based on @monperrus work I found here. I wanted to update this script to make it work for my own migration from NP to BW.

Set-up

  1. Clone repository:
https://github.com/godisopensource/np2bw.git
  1. Ensure you have all necessary dependancies installed:
pip install csv json
  1. Export your Nextcloud passwords as "Predefined csv" and put it in the same folder as this script. Capture d’écran 2024-12-17 à 11 59 14
  2. Put its path into csv_file_path variable
  3. The script will then convert your file to a .json file (which will be easier for BW to understand) and apply the correct formatting to your database, so it will be easily imported into BW.
  4. Import your newly genrated .json file into Bitwarden, and you're done!

Many thanks to Martin Monperrus for having provided a base code and having been open to contributions. Feel free to contribute to this project too.

About

Nextcloud Passwords to Bitwarden Vault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages