Encryption, hashing, password analysis, and privacy tools
Generate cryptographically secure random passwords with custom length and character sets.
SecurityGenerate MD5, SHA-1, SHA-256, and SHA-512 hashes from any text input.
SecurityDecode and inspect JSON Web Tokens (JWT) - view header, payload, and expiration.
SecurityApply ROT13 cipher to rotate letters by 13 positions. Also supports custom rotation.
SecurityEncrypt and decrypt text using AES-GCM with the Web Crypto API. Secure client-side encryption.
SecurityAnalyze password strength with detailed feedback on length, complexity, patterns, and estimated crack time.
SecurityGenerate time-based one-time password (TOTP) codes. Implements RFC 6238 TOTP algorithm in the browser.
SecurityDecode and inspect PEM-encoded SSL/TLS certificates. View subject, issuer, validity dates, and more.
SecurityGenerate a basic privacy policy for your website or app. Customize for cookies, analytics, and data collection.
SecurityGenerate basic Terms of Service for your website or app. Customizable sections for different business types.
SecurityCalculate SHA-1, SHA-256, SHA-384, and SHA-512 checksums for uploaded files using the Web Crypto API.
SecurityEncrypt and decrypt text with classical ciphers: Caesar, Vigenere, and XOR. Educational cryptography tool.
SecurityGenerate SHA-256 and SHA-512 hashes of text. Useful for understanding password hashing concepts.