md5 summary library

md5 summary library

md5 summary library

Function

md5(text) creates a summary object, supports chained write to append text, and outputs hexadecimal summary through ok, sum or to_string.

API List

APIDescription
md5.writeAppend text to the digest context and return a new md5 object.
md5.okOutputs the hexadecimal MD5 string of the current digest.

Examples

Notes

  • MD5 is not suitable for password storage and secure signatures.