passport-local-mongoose
passport-local-mongoose copied to clipboard
Support multiple encryption types
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
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 https://github.com/saintedlama/passport-local-mongoose/issues/69#issuecomment-77696386 .
Is there any plans to enable in near future. I need to use my historical data with bCrypt hashed passwords