Security
Inspect tokens and generate digests, processed only by cent-ai's API and never forwarded to external services.
JWT Decoder
Decode a JWT's header and payload to read its claims. Does not verify the signature.
- decode
- live-preview
Hash Generator
Generate an MD5, SHA-1, SHA-256, or SHA-512 hex digest of text input.
- md5
- sha1
- sha256
- sha512
- live-preview
TLS/Certificate Inspector
Connect to a host over TLS and report its certificate's subject, issuer, validity, and trust status.
- fetch-certificate
- trust-check
Certificate Decoder
Decode a PEM-encoded X.509 certificate's subject, issuer, validity, SANs, and public key details.
- decode
- live-preview
HMAC Generator
Generate an HMAC-MD5, HMAC-SHA1, HMAC-SHA256, or HMAC-SHA512 digest of text input using a secret key.
- md5
- sha1
- sha256
- sha512
- live-preview
CSR Decoder
Decode a PEM-encoded PKCS#10 certificate signing request's subject, public key, and requested SANs.
- decode
- live-preview
HTTP Security Headers Checker
Check a domain's HSTS, CSP, and other security-relevant HTTP response headers, with findings and remediation guidance.
- hsts
- csp
- frame-protection
- findings
SSL/TLS Domain Checker
Check a domain's TLS certificate health: trust, expiry, hostname match, chain, and negotiated protocol/cipher.
- trust-check
- expiry
- hostname-match
- chain
- cipher
- findings
Certificate Analyzer
Analyze a pasted PEM certificate's fields, extensions, and expiry, with clear findings and remediation guidance.
- analyze
- expiry
- findings
Certificate Chain Validator
Validate a live host's certificate chain: ordering, missing intermediates, expired links, and basic constraints.
- chain-validation
- findings
Certificate Expiry Checker
Check certificate expiry from a live domain or a pasted/uploaded PEM certificate, with clear severity levels.
- expiry
- findings
Secret Scanner
Scan text for likely secrets — cloud/API tokens, private keys, database URLs — entirely in your browser by default.
- pattern-detection
- contextual-detection
- entropy-detection
- redaction
- findings
.env Security Scanner
Scan .env-style configuration for exposed secrets, publicly-shipped credentials, weak defaults, and risky settings — paste content directly, or check a live URL.
- pattern-detection
- contextual-detection
- entropy-detection
- config-risk-checks
- findings