func.md5

MD5(Message Digest Function) evaluates data integrity. It calculates the MD5 hash of a string and returns the result in hexadecimal.

Syntax

func.md5(string)

Examples

func.md5('plaidcloud')  --> e324c2bc5ad6ca5aa52048e0b207aa4c
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)