HMAC

Compute an HMAC digest from a message and secret using Web Crypto.

How it works
  • Signs UTF-8 text with a UTF-8 secret. Digests prove integrity with a shared key; they are not encryption.