GPG Key Viewer

Inspect a GPG/PGP Key's Fingerprint and Details

Need to use GPG Key Viewer right now?

Confirm a key's fingerprint and user IDs match what you expect before trusting or importing it.

No sign-upNo uploads 100% free

Parses the key structure only — this never extracts or exposes private key material beyond metadata, and nothing is used to sign, encrypt, or decrypt anything.

Features

  • Runs entirely in your browser
  • Privacy-first — your data is never uploaded
  • Real-time, instant results
  • 100% free, no sign-up required
  • Works on desktop, tablet, and mobile
  • No installation needed

Who uses this tool?

DevelopersIT adminsEveryday usersSecurity researchers

About GPG Key Viewer

A PGP key's armored text block — the base64-looking content between -----BEGIN PGP ... KEY BLOCK----- markers — is unreadable at a glance, but its actual metadata (who it belongs to, when it was created, when it expires, its fingerprint) is often exactly what you need to confirm before trusting or using a key.

This tool parses a pasted PGP public or private key and displays its real structural details: key type, algorithm, key ID, full fingerprint, creation date, expiration date, and every user ID (name and email) associated with the key — all extracted using the same parsing logic real PGP software relies on.

For a private key, only structural metadata is shown — this never extracts, displays, or exposes the actual private key material, and nothing pasted here is ever used to sign, encrypt, or decrypt anything. It's purely a read-only inspection tool.

How it works

  1. Paste an armored PGP key. Paste a public or private key block, including the BEGIN/END markers.
  2. Review the key details. See algorithm, key ID, fingerprint, dates, and user IDs.
  3. Verify before trusting. Confirm the fingerprint and user IDs match what you expect before using a key.

Examples

Public key

Input

-----BEGIN PGP PUBLIC KEY BLOCK-----
...
-----END PGP PUBLIC KEY BLOCK-----

Output

Public Key — RSA, Key ID: A1B2C3D4E5F6, Created: 2023-01-15, User IDs: Jane Doe <jane@example.com>

Frequently asked questions