DEV Community

Shekhar Sahu
Shekhar Sahu

Posted on

Rails: Special Use Cases Of MD5

The MD5 is a hashing algorithm. It is a one-way cryptographic function. It accepts a message of any length as input and returns the fixed-length digest value.

There are various use-cases of MD5. I have listed few of them below.

https://blog.joshsoftware.com/2020/07/01/rails-special-use-cases-of-md5/

Top comments (0)