Add the bcrypt hashing algorithm

  • Thread starter Thread starter Jens Dahlin
  • Start date Start date
Status
Not open for further replies.
J

Jens Dahlin

Guest
Modern applications require modern security. Lots of hashing algorithms (did anyone mention md5?) are really outdated. I would want built in support for three of the currently most used and most secure hashing algorithms: bcrypt , scrypt and finally PBKDF2 (actually the only one of these that really is standardized). https://www.usenix.org/legacy/event/usenix99/provos/provos_html/ http://www.tarsnap.com/scrypt.html http://tools.ietf.org/html/rfc2898#section-5.2

Continue reading...
 
Status
Not open for further replies.
Back
Top