Security Tools
Security and authentication utilities: decode and sign JWTs, generate and compare hashes, build CSP headers, check password strength and breaches, create TOTP codes — nothing leaves your browser.
16 free tools — no ads, no sign-up, everything runs in your browser.
AES Encryption
Encrypt and decrypt text with AES-GCM and a passphrase, fully in your browser. Uses PBKDF2 key derivation and the Web Crypto API — your data and keys never leave your device.
Basic Auth Generator
Generate an HTTP Basic Authentication header from a username and password. Produces the Authorization header and ready-to-use curl and fetch snippets. Runs fully client-side.
CORS Header Validator
Validate Cross-Origin Resource Sharing headers for security compliance
CSP Builder
Visual Content Security Policy generator. Build secure CSP headers with an interactive UI, preview policies, and export for Nginx, Apache, and Next.js.
Email Validator
Validate email addresses with RFC 5322 syntax checking, disposable/temporary email detection, and domain verification. Client-side only.
Hash Comparison Tool
Compare hash values and generate hashes from text for verification
Hash Generator
Generate multiple cryptographic hashes with comprehensive analysis, security information, file upload, and multiple output formats
HMAC Generator
Generate HMAC signatures (SHA-1, SHA-256, SHA-384, SHA-512) from a message and secret key using the Web Crypto API. Output in hex or Base64, computed entirely in your browser.
JavaScript Obfuscator
Obfuscate and minify JavaScript code to protect your source code. Basic obfuscation with variable renaming and string encoding.
JWT Signer
Create and sign JSON Web Tokens with HMAC, RSA, or ECDSA algorithms using the Web Crypto API.
JWT Token Decoder
Decode and analyze JSON Web Tokens with security validation
Password Breach Checker
Check if your password has been exposed in known data breaches using the HIBP database
Password Generator
Generate secure passwords with customizable options including length, character sets, and complexity requirements
Password Strength Checker
Analyze password security with real-time strength scoring and recommendations
Token Generator
Generate cryptographically secure random tokens, API keys and secrets. Choose hex, Base64url or alphanumeric format with configurable length and count. Uses the Web Crypto API.
TOTP / 2FA Generator
Generate and verify TOTP two-factor authentication codes with QR code export