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

Added PBKDF2 (300000 iterations) hashing support in addition to SHA256 #27 #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bulldozer2003
Copy link
Collaborator

Lets see how ychin's pull request works.

ychin added 3 commits October 28, 2013 23:57
…t. The private key will still be displayed though.
…ure hashing. This gives some extra safety for lower entropy passwords, and since it's unlikely for this page to be used too often we want to use as high number of iterations as possible (maybe higher?)

Originally used CryptoJS but their PBKDF2 implementation was too slow so switched to using Stanford's more efficient sjcl library. Still need to download and cache the code.
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

Successfully merging this pull request may close these issues.

2 participants