Hashing and Encryption Functions
| Name and Description |
|---|
md5(text: string): stringComputes the MD5 hash of the given data. |
sha1(text: string): stringComputes the SHA1 hash of the given data. |
sha256(text: string): stringComputes the SHA256 hash of the given data. |
sha384(text: string): stringComputes the SHA384 hash of the given data. |
sha512(text: string): stringComputes the SHA512 hash of the given data. |