Crypt
Generates and returns an HMAC (Hash based Message Authentication Code). Frequently used in message authentication (see example below).
crypt.hmac(key: string, data: string, algorithm: string): string