Generate strong passwords, create cryptographic hashes, decode JWT tokens, and check password strength — all powered by your browser's built-in Web Crypto APIs. No data ever leaves your device.
Generate SHA-256 and SHA-512 hashes locally using the Web Crypto API.
Decode JWT header/payload locally and inspect claims (no signature verification).
Check password strength locally (score, checks, and suggestions).
Generate strong random passwords locally (bulk, copy, exclude ambiguous characters).
Encrypt and decrypt text with AES-256-GCM using the Web Crypto API. PBKDF2 key derivation, 100% client-side.
Generate cryptographically secure passwords with customizable character sets.
Create SHA-256 and SHA-512 hashes using the native Web Crypto API.
Decode and inspect JWT tokens without exposing them to third-party services.
Check password strength with entropy calculation and breach database awareness.