pwdhash / pwdhash-webextension

PwdHash webextension for firefox
https://addons.mozilla.org/de/firefox/addon/pwdhash
Other
13 stars 11 forks source link

Feature: PBKDF2-SHA512 support #8

Open GWuk opened 7 years ago

GWuk commented 7 years ago

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

T-X commented 5 years ago

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.