StringHashUtils

Functions

Link copied to clipboard

Computes the SHA-256 hash of a string and returns the result as a byte array.

Link copied to clipboard

Computes the SHA-256 hash of the string and encodes the result as a Base64 URL-safe string without padding.

Link copied to clipboard

Computes the SHA-256 hash of the string and returns the result as a hexadecimal string.