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

Provide scrypt as an option. #4

Closed dchest closed 9 years ago

dchest commented 9 years ago

To keep backwards compatibility, we must leave the current 5000-round PBKDF2 as default, however let's add an option to use scrypt. Think about whether we should allow changing its parameters or just settle on something predefined.

Suggested in https://github.com/dchest/cryptopass/issues/2

dchest commented 9 years ago

It's better to make a separate extension for scrypt.