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
47 stars 16 forks source link

Store salt value inside the app instead of using deviceID #50

Closed udenr closed 1 year ago

udenr commented 1 year ago

Instead of using the android deviceID when "bindToDevice" is enabled, this will now use an "installation salt". If this version is installed as an update the deviceID will be stored as the "installation salt". If it's a new installation a random salt will be generated. The salt is then included in backups created with the Privacy Friendly Backup app.