0
6.1kviews
Explain the idea of MD5 algorithm
1 Answer
| written 8.7 years ago by | • modified 8.7 years ago |
The MD5 function is a cryptographic algorithm that takes an input of arbitrary length and produces a message digest that is 128 bits long. The digest is sometimes also called the "hash" or "fingerprint" of the input.The most common application is the creation and verification of digital signatures.
MD5 Working: …