Read the fingerprint, algorithm, key size, expiry, subkeys, and user IDs of any PGP public or private key. Optional keyserver lookup by email address.
Key Inspector parses any armored OpenPGP key block and surfaces every field that matters for security review: full and short fingerprints, algorithm (RSA, ECC, DSA), key size or curve name, creation date, expiry, user IDs, and the subkey hierarchy with the same details for each subkey.
It also flags keys that look unsafe — short RSA keys, expired primary keys, missing encryption capability — and visualizes the fingerprint as a randomart pattern (the same SSH-style ASCII art GnuPG uses) so two people can compare keys verbally without misreading hex digits.
When air-gap mode is off, Inspector can also fetch a public key from keys.openpgp.org by email address — useful when a correspondent has not sent you their key directly.