SSH Key Decoder - Parse Public Keys & Show Fingerprints
Decode SSH public keys to view key type, size, fingerprint, and comment. Parse authorized_keys format. Supports RSA, ECDSA, Ed25519. Browser-based decoder.
Paste your SSH public key (from ~/.ssh/id_rsa.pub or authorized_keys)
Key Format Examples
RSA:
Ed25519:
ECDSA:
DSA:
ssh-rsa AAAAB3NzaC1...Ed25519:
ssh-ed25519 AAAAC3N...ECDSA:
ecdsa-sha2-nistp256 AAAAE2V...DSA:
ssh-dss AAAAB3NzaC1...Paste an SSH public key to decode