nextcloud_passwords_to_bitw.../README.md

46 lines
974 B
Markdown
Raw Normal View History

2024-02-29 12:49:03 +01:00
# Nextcloud Passwords to Bitwarden
This project allows you to convert Nextcloud Passwords CSV to a Bitwarden JSON file.
## Installation
```
git clone https://gitnet.fr/deblan/nextcloud_passwords_to_bitwarden
composer install
```
## How to
### On Nextcloud
* Go to "Personal settings"
* Set "English (US)" as language
* Go to "Passwords"
* Click on "More"
* Click on "Backup and restore"
* Choose "Backup or export"
* Choose "Predefined CSV"
* Check "Export Passwords" and "Export Folders"
2024-02-29 13:03:56 +01:00
* Click on "Export" and download the archive
* Unzip the downloaded file
2024-02-29 12:49:03 +01:00
### On the project
```
php index.php /path/to/Folders.csv /path/to/Passwords.csv > bitwarden_passwords.json
```
### On Bitwarden/Vaultwarden
* Go to tools
* Go to "Import data"
* Choose "Bitwarden (json)" as file format
* Choose the file "bitwarden_passwords.json"
* Click on "Import data"
### Clean up datas
* Remove the downloaded archive
* Remove extracted files
* Remove bitwarden_passwords.json