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

Support multiple encryption types #69

Open
nijikokun opened this issue Mar 7, 2015 · 2 comments
Open

Support multiple encryption types #69

nijikokun opened this issue Mar 7, 2015 · 2 comments

Comments

@nijikokun
Copy link

I have a usecase that I think may not be so unique, I have to support multiple forms of encryption on passwords to log users in due to historical userdata that has those forms of encryption in them until all users move over to the new format.

However, there are two forms of encryption that are secure enough that users need not move off of it bcrypt and pbkdf2

Currently I need to support the following schemes:

  • bcrypt
  • pbkdf2
  • md5
  • sha256
@nijikokun
Copy link
Author

It would be best to let the user of the plugin decide
On Mar 7, 2015 8:25 AM, "Marquee" [email protected] wrote:

+1, but only for bcrypt and pbkdf2


Reply to this email directly or view it on GitHub
#69 (comment)
.

@k88manish
Copy link

Is there any plans to enable in near future. I need to use my historical data with bCrypt hashed passwords

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

No branches or pull requests

3 participants