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

Add PBKDF2 as password hashing algorithm #1659

Closed
sawadashota opened this issue Aug 18, 2021 · 1 comment
Closed

Add PBKDF2 as password hashing algorithm #1659

sawadashota opened this issue Aug 18, 2021 · 1 comment

Comments

@sawadashota
Copy link
Contributor

sawadashota commented Aug 18, 2021

Is your feature request related to a problem? Please describe.

I want to choose PBKDF2 as password hashing algorithm.
I'm planning to migrate ID system to kratos but a password hashing algorithm in my system is PBKDF2 (This is Django Default).

According to kratos overview, we can choose many algorithms but currently we can choose only argon2 or bcrypt.
https://www.ory.sh/kratos/docs/concepts/index/#roll-your-own
https://www.ory.sh/kratos/docs/reference/configuration/

If kratos adds PBKDF2 as password hashing algorithm, I can migrate ID system with less user pain.

Describe the solution you'd like

Add PBKDF2 hasher
https://github.com/ory/kratos/tree/master/hash

Describe alternatives you've considered

Additional context

@aeneasr
Copy link
Member

aeneasr commented Sep 4, 2021

Adding PKBDF2 as a n password import option is definitely an option!

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