SecUSo / privacy-friendly-passwordgenerator

Privacy Friendly App that deterministically generates passwords from parameters and a master password.
https://secuso.org/pfa
GNU General Public License v3.0
45 stars 16 forks source link

Multiple issues with the password generation algorithm #26

Open palant opened 5 years ago

palant commented 5 years ago

A user of my PfP pointed me to this app. Since I've done some (very cursory) analysis already, I thought that I would share the findings with you. The password generation algorithm as it is implemented right now has multiple issues:

Finally, it is concerning that passwords generated are device-specific, as there is no way to recover passwords should that device fail.

Yonjuni commented 5 years ago

@palant thanks for the comments.