dchest / cryptopass

Chrome extension: password generator from master key using PBKDF2 with SHA-256.
https://chrome.google.com/webstore/detail/hegbhhpocfhlnjmemkibgibljklhlfco
18 stars 9 forks source link

Store website parameters in synced storage #9

Open mgorny opened 9 years ago

mgorny commented 9 years ago

Store website parameters (username, url, length) in synced storage, associated with the original website domain when generating the password, and restore them when opening CryptoPass afterwards. This saves user from having to remember/retype parameter changes every time a particular website is visited.

dchest commented 9 years ago

Do you know if adding storage permission will disable extension after update?

mgorny commented 9 years ago

I'm not sure but I think chrome will ask to confirm new permissions.