PGP Key Info
Parse an ASCII-armored PGP public key to display key ID, fingerprint, algorithm, creation date, and key size. Everything runs locally.
PGP Public Key (ASCII-armored)
Note
This tool parses the key packet header to extract basic metadata. It supports v4 public keys (RSA, DSA, ECDSA, EdDSA, etc.). The fingerprint is computed as SHA-1 of the key packet body per the OpenPGP (RFC 4880) specification.
Related tools
Password GeneratorCrypto
Generate strong passwords locally in your browser.
Passphrase GeneratorCrypto
Generate secure passphrases from a word list with entropy calculation, locally in your browser.
Password Strength CheckerCrypto
Estimate password strength locally; no network requests.
Entropy CalculatorCrypto
Calculate password and passphrase entropy in bits with time-to-crack estimates.
Hash GeneratorCrypto
Generate MD5/SHA256/SHA512 hashes in-browser.
HMAC GeneratorCrypto
Generate HMAC (SHA-256/512) using WebCrypto.