Jump to content

ripemd5()


proudly

Recommended Posts

There's no built-in function with that name. MD5 is a well-known hashing algorithm (hashing, not encryption), but it has been unsuitable for use with hashing passwords for a long, long time. If you want to review the algorithm you can read about it here:http://en.wikipedia.org/wiki/MD5If you need to hash passwords, this is the modern way to do it:http://jeremykendall.net/2014/01/04/php-password-hashing-a-dead-simple-implementation/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...