Documentation

Crypto

Namespace

Cryptography and hashing routines.

Calculate the MD5 hash of the given string.

Returns string

Calculate the SHA1 hash of the given string.

Returns string

Calculate the SHA256 hash of the given string.

Returns string

Generates cryptographically secure random bytes and returns the buffer.

Returns MemoryBuffer@

Generates cryptographically secure random bytes and returns its base64 string.

Returns string