Verify JSON Web Token signatures with your HMAC-SHA256 secret key locally in your browser using the Web Crypto API.
NO. Verification uses the native browser Web Crypto API (SubtleCrypto)βzero data leaves your device.
Supports standard HS256 (HMAC with SHA-256) signature verification.
Yes, the payload JSON is automatically decoded and formatted alongside the verification check.