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

Incorporate a key stretching algo into password hashing process #3

Open
mr-z-ro opened this issue Oct 25, 2015 · 0 comments
Open

Incorporate a key stretching algo into password hashing process #3

mr-z-ro opened this issue Oct 25, 2015 · 0 comments

Comments

@mr-z-ro
Copy link
Member

mr-z-ro commented Oct 25, 2015

Password hashing currently just hashes the password+salt, which is just OK. What would be even better is to utilize key-stretching algorithm like PBKDF2 or bcrypt.

RNcrypt (used in our latest version of the LDLN core) supports PBKDF2 as part of its library, which seems to be ideal barring any research showing otherwise.

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

1 participant