jenspfahl / ANOTHERpass

Another approach of a password manager
https://anotherpass.jepfa.de
GNU General Public License v3.0
61 stars 3 forks source link

Import vault file - format needed #50

Closed linuxzsh closed 10 months ago

linuxzsh commented 10 months ago

Hi. AnotherPass is great ! What about CSV format. please ? I don't find help/information nowhere. What means "The vault file must belong to the same vault with the current vault ..." ? Cant you give un short example ? e.g.

"Account","Login Name","Web Site","Password",
"Home wifi","","","ueco sevi qiev popi 5,"

Thanks

jenspfahl commented 10 months ago

You can import credentials from browsers like Firefox as csv file ("Import/Read" / "Import credentials from file"). You can also export all credentials out of the app as csv ("Export" / "Takeout credentials"). Both use a simple csv format that also matches when you export credentials from a browser. But be aware that the csv is totally unencrypted! Only use this to migrate credentials from a browser or out of the app. To backup your vault you should use the "Export vault" and "Import vault file" option instead.

linuxzsh commented 10 months ago

Okay. Any idea to import CSV from KeepassDX ? Message error : "Cannot read credentials from CSV file". The only way is to re-write my csv file according the format of that produce Firefox ?

linuxzsh commented 10 months ago

This is one right CSV format :

"url","username","password","httpRealm","formActionOrigin","guid","timeCreated","timeLastUsed","timePasswordChanged"
"https://accounts.firefox.com","example@gmail.com","passwd",,"https://accounts.firefox.com","","","",""
jenspfahl commented 10 months ago

Yes this would be the workaround. I'll add the csv format of KeepassDX in the next version.

jenspfahl commented 10 months ago

The app now supports KeePass csv files to import from.