jcs / rubywarden

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

Import from Enpass? #99

Closed Extarys closed 2 years ago

Extarys commented 5 years ago

First, thank you for your amazing work! I installed rubywarden with my pihole, they get along well.

Second, I'm a long time user of Enpass and I have ~300 unique passwords saved in there.

I can export in txt or json, but is there an import script I could use that would be compatible with Enpass exported file?

Thanks

jcs commented 5 years ago

The bitwarden importer imports from a CSV, so if what you have is a CSV file, you could probably just modify that to use the fields in your specific CSV.

Extarys commented 5 years ago

I can only export to txt or json. The txt looks like multiple blocks of:

Title : pexels
Username : something
E-mail : something@someone.com
Password : something
Website : https://www.pexels.com/join/
Note : photo

Si I guess I will just transfer it to BitWarden every time I log in to something until it's all transferred :)