API security tools

Signature and CORS checks belong with integrations. HMAC Checker and CORS Checker on this hub are the same implementations as /security/hmac-generator and /security/cors-checker.

Timestamp Validator is Replay Tester (window check). Auth token expiry is JWT Claims Inspector. Use Security Headers Analyzer when you have a URL, not a pasted token.

FAQ

Does HMAC Checker verify Stripe signatures?
It computes or compares HMAC-SHA256 given a secret and payload. You must use the same signed payload Stripe uses (often a timestamp prefix).
Is CORS Checker a browser preflight?
It inspects Access-Control-* headers for a URL. For OPTIONS-only debugging see also CORS Preflight Checker on the validators hub.