Security tools
Token, encryption and password-safety helpers for authentication, secrets and breach-hygiene workflows.
12 tools · 100% client-side
-
AES text encrypt/decrypt
Popular NewEncrypt and decrypt text locally with AES-256-GCM and passphrase-derived keys.
-
JWT generator (HS256)
Popular NewGenerate signed HS256 JWTs from custom header and payload JSON locally.
-
TOTP tool
NewGenerate 6-digit rolling TOTP codes and otpauth URIs from Base32 secrets.
-
Pwned password check
Popular NewCheck password breach exposure using Have I Been Pwned k-anonymity range API.
-
Bcrypt hash generator
Popular NewGenerate bcrypt-style password hashes with configurable rounds for testing workflows.
-
HMAC generator
Popular NewGenerate HMAC signatures (SHA-1, SHA-256, SHA-512) for API and webhook testing.
-
Nano ID generator
NewGenerate compact URL-safe random IDs with configurable length and count.
-
API key generator
Popular NewGenerate high-entropy API keys with custom prefixes for test and live environments.
-
htpasswd generator
NewCreate htpasswd-compatible credential lines for basic-auth protected routes.
-
Basic auth header generator
NewGenerate Authorization: Basic header values from username and password pairs.
-
CSP header generator
NewBuild a Content-Security-Policy header from domain allowlists.
-
SSL certificate decoder
NewDecode PEM certificate payload into readable base64/DER metadata basics.