Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Excellent use of hyphens there. Personally I would have gone with "asPlainText"
-
So a noob question, how should I store passwords? What hashing/encryption algorithm should be used?
-
rayanon13608y@GurpreetSK95 state of the art encryption algorithm is scrypt and argon. You should be using those. Most languages will have libraries with those implementations. If they are not available then use bcrypt or pbkdf2.
More info here: https://owasp.org/index.php/...
Related Rants
"Lets store passwords as-plain-text"
undefined
wk36