louisabraham / ffpass

Import and Export passwords for Firefox Quantum 🔑
MIT License
380 stars 39 forks source link

Add support to import/export to Bitwarden #51

Open evertonstz opened 4 years ago

evertonstz commented 4 years ago

It's good for people trying to move in or move out from Bitwarden into firefox, since Bitwarden is able to export and import CSV files, implementing this should be as easy as adding a flag.

"url" column in Bitwarden's CSV is "login_uri", "username" is "login_username" and "password" is "login_password".

Be aware that Bitwarden exports more than just passwords, it also exports notes and probably some other things. All you have to do is only import to firefox the lines that have the column "type" == login.

Cheers!

andreicristianpetcu commented 4 years ago

Please use Firefox Nightly for now @evertonstz https://github.com/mozilla-lockwise/lockwise-addon/issues/332#issuecomment-653938961 image