in reply to Replacing crypt() for password login via a digest - looking for stronger alternative

Over in my thread RFC / Audit: Mojo Login Example, I used PBKDF2::Tiny, I mentioned pgcrypto, and I was also pointed to Bcrypt and Password::OWASP - the latter referring to The Open Web Application Security Project.

  • Comment on Re: Replacing crypt() for password login via a digest - looking for stronger alternative