palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
113 stars 14 forks source link

[Question] is PfP compatible with an equivalent Android app ? #96

Closed gotgot1995 closed 5 years ago

gotgot1995 commented 5 years ago

Hi, I'm looking for an easy way to retrieve my passwords directly from my Android smartphone.

I found this app SecUSo/privacy-friendly-passwordgenerator which is very user friendly. Although from what I read and from my experience, it looks both projects are using the same algorithm but differently, which doesn't generate the same passwords.

I'm going to look into the code to see what I can edit in order for the two apps to be compatible.

palant commented 5 years ago

No, this application is not compatible with PfP. I'd also advise against using it, there is a number of obvious signs that the author doesn't understand the crypto involved. The obvious issues are:

Finally, a note: this might not be obvious, but passwords generated by this app are device-specific. So if your device crashes, you won't have any way of recovering your passwords.

gotgot1995 commented 5 years ago

Well thank you very much for your analysis and note.

I guess that in order to fully enjoy using this app on my smartphone, I'll just package PfP inside an Android webview ^^

Good day to you.

palant commented 5 years ago

Feel free to do that. It's the same goal with #91, merely that the idea was adding a few improvements to make this more comfortable.