Skip to content

Web Crypto API

The Web Crypto API is the browser interface for hashing, HMAC, encryption, and cryptographically strong random values without external libraries.

It is what allows local tools to generate secrets and digests in the page, so inputs never need to be sent to a server to be processed. Continue with Hashing explained: digests, checksums, and integrity for the longer explanation.

Related tools

Related articles