Valid public key
- Headers present and openpgp parses the key -> fingerprint and metadata shown
security validator
Parse and validate PGP public key blocks in-browser to surface fingerprint, algorithm, and key size securely.
Parses armored blocks with openpgp to verify headers and decode the payload.
Extracts fingerprint, algorithm/curve, bits, creation time, and primary user ID when available.
Runs fully client-side—nothing is stored, logged, or transmitted.
Client-side parsing only; does not check trust chains, revocation, or signatures.