# Functions
Base64Decode decodes a base 64 string to a byte array.
Base64Encode encodes a byte array to a base 64 string.
CryptoHash generates a cryptographically safe hash based on the given string parameter.
DecodeToken decodes the non-secret part of the jwt token and extracts the associated claims.