Skip to content
New issue

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

Feature: PBKDF2-SHA512 support #8

Open
GWuk opened this issue Sep 2, 2017 · 1 comment
Open

Feature: PBKDF2-SHA512 support #8

GWuk opened this issue Sep 2, 2017 · 1 comment

Comments

@GWuk
Copy link

GWuk commented Sep 2, 2017

Add PBKDF2-SHA512 support

Linked papers at https://www.cl.cam.ac.uk/~dl551/pwdhash/ for motivation

  • optionally use PBKDF2-SHA512
  • add options page for PBKDF2-SHA512 support (salt + iterations + mode)
  • mark active PwdHash with red border on password field for PwdHash "legacy" mode and green border for PBKDF2-SHA512 mode
  • Shift-F2 for "legacy" mode when PBKDF2-SHA512 enabled in options

Implementation see pull request for legacy repo https://github.com/pnebert/pwdhash-firefox/pull/2

@T-X
Copy link

T-X commented Jan 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants