1. The four functions MD5String, MD5File, MD5Print, and MD5Match are available for calling. Others are sub-functions used to assist these functions.
2. MD5String is an encrypted string.
3. MD5File encrypts this file.
4. MD5Print converts the encrypted ciphertext into a string.
5. MD5Match is used to compare whether the ciphertext is consistent.
Encrypted string aaa MD5String(aaa)
Display the encrypted aaa MD5Print(MD5String( aaa ))
Compare whether the two ciphertexts are consistent: MD5Match(MD5String(the first plaintext),MD5String(the second input plaintext))
If you want to use this unit, you only need to add this file to the project, uses md5, and that's it.
Delphi 4 and above are available.