Bcrypt Hash Generator & Checker Generate secure Bcrypt hashes for passwords and verify plain-text passwords against existing hashes.
Hash Generator Generate cryptographic hashes (MD5, SHA-1, SHA-256, SHA-512) for text strings instantly.
Hash Identifier Analyze a cryptographic hash to automatically identify its likely algorithm (e.g., MD5, SHA-256, Bcrypt).
JWT Decoder Safely decode and inspect JSON Web Tokens (JWT) locally in your browser. Verify headers, payload, and signature without sending tokens to any server.
JWT Generator & Signer Craft custom JSON Web Tokens (JWT) by specifying payload claims and signing them with your own secret key or private key.
Secure Password Generator A modern, client-side password generator that creates strong, customizable passwords with real-time strength evaluation
RSA Key Pair Generator Generate secure RSA public and private key pairs instantly in your browser using the Web Crypto API. Your keys never leave your machine.
TOTP / 2FA Debugger Generate and validate Time-based One-Time Passwords (TOTP) from a secret key, perfect for testing 2FA implementations.