md5
Computes the MD5 checksum of a string, returning a 32-character hexadecimal digest.
Signature
Parameters
Return value
Returns the documented result for the function signature.
Example
Security note
MD5 is suitable for checksums such as cache keys or weak ETags, not for security-sensitive hashing.