michellehwin / Psonic

Psonic is a password manager, equipped with password and mnemonic generation and encrypted storage.
https://michellehwin.github.io/Psonic
0 stars 1 forks source link

Preferences #6

Open ken-myers opened 4 years ago

ken-myers commented 4 years ago

Users should be able to reset their custom seed and their master password if they want to. This could be achieved with a preferences page.

To reset the master password, all youd need to do is read the whole encrypted pw file into a variable, decrypt it using their old pw, and re-encrypt it with the new one.

ken-myers commented 4 years ago

We also may want to allow the user to customize their parameters (password length). Preferences could be a solution to this issue as well.