TLS ECH Config Decoder
Decode an ECH Config (Encrypted Client Hello) in base64/hex showing version, kem_id, kdf_id, aead_id, public_name and public_key.
Estrutura: ECHConfigList { ECHConfig[] }. Cada ECHConfig: version (2 bytes) + length (2) + contents { config_id (1) + kem_id (2) + public_key (var) + cipher_suites { (kdf,aead) } + max_name_length (1) + public_name (var) + extensions }. Apenas draft-ietf-tls-esni-22 / version 0xfe0d (RFC 9460).
Related Tools
Password Generator
Generate strong, random passwords with custom length, uppercase letters, numbers and symbols. Generated in the browser โ no data leaves your device.
Encrypt Text
Apply classic ciphers (Caesar, ROT13, Atbash) or Base64. Useful for puzzles, CTFs and testing โ do not use for real security.
Password Strength Checker
Check the strength of a password with entropy calculation, common-password check and improvement tips. Runs in your browser โ no data is sent.