Decode claims, inspect expiry, and verify HS256 signatures.
Browser Security Tools
These tools help with everyday security investigation and defensive checks. Inputs stay in the browser, but automated output is guidance rather than a substitute for a production security review.
Tools in this collection
Generate SHA-256/384/512 and compare known checksums.
Create and verify keyed message authentication codes.
Find likely credentials and consistently redact repeated values.
Inspect pasted PEM or uploaded DER certificates without remote fetching.
Review CSP, HSTS, CORS, cookie flags, and related headers.
Generate passwords, passphrases, and tokens with Web Crypto randomness.
Practical guides
Understand why decoding is not verification.
Reproduce signatures across languages.
Apply a practical baseline without cargo-cult settings.
Continue exploring
Build, convert, and debug browser HTTP requests.
Parse incidents and remove sensitive data before sharing.
Content reviewed .