A rotating 3D PGP key illustration
Launching in
00Days
:
00Hours
:
00Minutes
:
00Seconds
June 5, 2026 — 16:20:42 UTC

Your PGP key,
beautifully served

A modern, professional web application for publishing and verifying PGP public keys — with signature verification, light/dark themes, and a clean developer experience.

Scroll

Everything you need to share your public key

Built with care for security, usability, and aesthetics. No backend required — deploy anywhere as a static site.

PGP key display

Present your public key in a clean, professional interface with key metadata, fingerprint, and algorithm details at a glance.

Signature verification

Dual-mode verification supporting both PGP/Inline cleartext messages and PGP/MIME email files with detached signatures.

Light & dark themes

Automatic system preference detection with manual override. Three modes: light, dark, and auto — all beautifully designed.

Download & copy

One-click download as a descriptive .asc file or copy the full public key block directly to your clipboard.

Fully responsive

Designed mobile-first with a responsive grid, accessible ARIA labels, and reduced-motion support for every device.

Static & serverless

Pure client-side architecture — no backend needed. Deploy to Vercel, Netlify, or any static hosting in seconds.

Built with modern standards

Client-side cryptographic verification powered by OpenPGP.js, with a focus on byte-accurate CRLF preservation for signature integrity.

Client-side cryptoOpenPGP.js v5Pure static hostingCRLF-accurate verifyPGP/MIME & InlineECC Curve25519Semantic HTML5Dark / Light themes
Key information
Emailme@vattadurmi.sh
Key ID0x8B5D6F47
FingerprintC7F4 D9A1 2B8E 5F3C 1A92 E4FB 7E3A 9C21 8B5D 6F47
AlgorithmECC (Curve25519)
CreatedMarch 15, 2024

Clean, minimal structure

Everything you need, nothing you don't. A handful of files that deploy instantly.

Project tree
pgp-key-server/
├── index.html ─── Main HTML
├── styles.css ─── Themes & layout
├── script.js ──── Crypto & UI logic
├── public-key.asc ── Your PGP key
├── vercel.json ─── Deploy config
└── README.md ──── Documentation