Signature Verification
hash, HMAC, RSA, and ECDSA checks
Verify message digests, HMAC-SHA256 values, and raw public-key signatures locally in the browser without sending data to an external service.
How it works
Digest and HMAC checks run with local JavaScript hashing. Public-key verification uses browser WebCrypto for RSA PKCS#1 v1.5, RSA-PSS, and ECDSA P-256 signatures. OpenPGP armored signatures require a dedicated OpenPGP parser and are not enabled yet.
Loading…