We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PBKDF2-SHA512 support
Linked papers at https://www.cl.cam.ac.uk/~dl551/pwdhash/ for motivation
Implementation see pull request for legacy repo https://github.com/pnebert/pwdhash-firefox/pull/2
The text was updated successfully, but these errors were encountered:
Just noticed that pwdhash seems to have gotten some extra care and was turned into a webextension. Awesome!
Since the linked pull-request is dead, here is what I had added some years ago to the legacy version:
https://github.com/T-X/pwdhash
Which added sha512 and key stretching. Not sure anymore whether the key stretching I added is actually PBKDF2 or not... long time ago.
Sorry, something went wrong.
No branches or pull requests
Add PBKDF2-SHA512 support
Linked papers at https://www.cl.cam.ac.uk/~dl551/pwdhash/ for motivation
Implementation see pull request for legacy repo https://github.com/pnebert/pwdhash-firefox/pull/2
The text was updated successfully, but these errors were encountered: