SHA-256 HMAC
- Message: hello
- Key: secret
- Algorithm: SHA-256 -> hex output
security validator
Generate HMACs and optionally compare against a provided signature—client-side.
Supports SHA-256, SHA-1, and MD5 algorithms via CryptoJS.
Outputs hex-encoded HMAC.
Runs entirely client-side/offline; no secrets leave the page.
security
API Key & Token Validator
Check common API key/token formats (Stripe, GitHub, AWS, OpenAI, etc.) locally.
security
Hash Generator (MD5 / SHA1 / SHA256)
Generate MD5, SHA1, or SHA256 hashes locally—no data leaves your browser.
developer
Regex Tester
Test regex patterns against sample text with live matches and errors.
For debugging/testing only; does not replace production verification logic.