ffpass icon indicating copy to clipboard operation
ffpass copied to clipboard

Export the same fields as Password Exporter to be compatible with it

Open sanvila opened this issue 5 years ago • 1 comments

It would be great if ffpass could read and import (and export) the same csv files created by the old Password Exporter. Format was like this:

# Generated by Password Exporter; Export format 1.1; Encrypted: false
"hostname","username","password","formSubmitURL","httpRealm","usernameField","passwordField"

In fact, ffpass does not work 100% for me because in some sites the httprealm field is relevant.

sanvila avatar Jul 05 '20 23:07 sanvila

Hi. I managed to read and write in the same format as the old "Password Exporter" so I decided to share the changes here:

https://github.com/sanvila/ffpass/commit/c9ad835a24044f821e3c4fc61e761c9d498675ad

sanvila avatar Jul 07 '20 19:07 sanvila