SrsSec / SrsPass-pwa

A secure deterministic password generator with properties resulting in a statelessly capable password manager
https://app.srspass.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

feat(stateful): option and implementation #4

Open D-Nice opened 3 years ago

D-Nice commented 3 years ago

Add toggle for saving accounts information in localStorage (encrypted). This should become the user default, as there's performance gains to be had, by simply requiring the genPass once, and then using a key from the seed phrase for decryptions ops.