jcs / rubywarden

An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
ISC License
592 stars 49 forks source link

Add Chrome import tool #109

Closed halukunal closed 4 years ago

halukunal commented 4 years ago

I created an import tool for Chrome passwords from bitwarden_import.rb

I tested with 2 accounts and it works.

jcs commented 4 years ago

I would like to have test files that can be used with each importer. Can you also include a sample CSV file from Chrome?

https://github.com/jcs/rubywarden/issues/67

halukunal commented 4 years ago

Here is the sample csv export from Chrome. Github attachment don't support csv extension.

Chrome Passwords.txt

jcs commented 4 years ago

I mean add it to your merge request as a file in spec/fixtures/

halukunal commented 4 years ago

Sample Chrome Passwords export file uploaded to spec/fixtures/ folder.