Skip to main content

About PGP Tool

PGP Tool is an open-source, MIT-licensed, 100% client-side privacy toolkit that runs entirely in your browser.

PGP Tool exists because privacy tools should be inspectable, auditable, and free of vendor lock-in. Every operation runs in your browser; no plaintext ever crosses a server.

The toolkit is built on OpenPGP.js v6 (the de-facto standard JavaScript PGP library), the WebCrypto API for additional primitives (AES-GCM, PBKDF2, SHA-2), hash-wasm for Argon2id, and a modern React + Vite + Tailwind stack for the UI.

Air-gap mode disables every network request with a single click and visibly indicates the locked-down state. The Network Activity chip in the top bar shows in real time how many cross-origin requests have left the page — your independent verification that the trust pitch holds.

Frequently asked questions

How is the project funded?
It is not. There are no ads, no premium tier, no analytics SaaS, no funding round.
Can I host my own copy?
Yes. The site is fully static — no backend. Build the bundle and serve it from any static-file host.
What does the future roadmap look like?
Active priorities include accessibility polish, expanded test coverage, and SEO infrastructure. The toolkit is feature-complete for typical PGP workflows.