Choose a tool

Security and Data Tools

Benefits

  • Use browser-native cryptography for common SHA and HMAC operations
  • Inspect JWT structure without silently claiming verification
  • Compare integrity values without uploading source data

When to use these tools

  • Checking known SHA digest vectors
  • Testing webhook HMAC signatures
  • Inspecting JWT headers and claims during debugging

Common mistakes

  • Treating a decoded JWT as a verified or trusted token
  • Confusing an unkeyed checksum with message authentication
  • Exposing shared secrets in logs, URLs, or analytics
Recommended

Security and Data Tools FAQ

Does JWT Decoder verify signatures?

No. It only displays token sections. Verification requires the correct key, algorithm policy, and application context.

Are HMAC secrets stored?

No. The secret is held only in component memory for the current tab and is excluded from analytics and storage.

Which APIs perform cryptographic operations?

Hashing, checksums, and HMAC use the browser Web Crypto API.

Inspect security data carefully

Choose a tool below and read its limitation notice before using the result in a security decision.

Browse all tools