Hashing and Encryption Functions

Name and Description
md5(text: string): string

Computes the MD5 hash of the given data.
sha1(text: string): string

Computes the SHA1 hash of the given data.
sha256(text: string): string

Computes the SHA256 hash of the given data.
sha384(text: string): string

Computes the SHA384 hash of the given data.
sha512(text: string): string

Computes the SHA512 hash of the given data.