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