Free Online PGP Key Viewer
Inspect a PGP Key's Details Without Any Software Install
Need to use PGP Key Viewer right now?
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.
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.
Other tools in Security Tools
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?
About PGP 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
- Paste an armored PGP key. Paste a public or private key block, including the BEGIN/END markers.
- Review the key details. See algorithm, key ID, fingerprint, dates, and user IDs.
- 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>