Small tools. No accounts. Nothing leaves your browser.
Keyring
Messages
Files
i Every key this browser is holding. Click one to read it; the buttons under the list act on the one you picked. Nothing here is uploaded and nothing is synced, so export anything you would mind losing.
no keys
PGP is what journalists and security teams have used for thirty years to send things nobody else can read. People paste their private keys into unknown websites to do it; this page has no server to paste them to. Every other “encrypt a file online” service asks you to upload the private thing, and the password, to their machine. Turn off your wifi after this page loads and it still works.
Encrypt a message or a file to someone’s key, or lock a file with a password. Both write the same OpenPGP; nothing is uploaded.
This is real OpenPGP, done properly, in your browser. But a browser tab is not a hardware token and this page is not GnuPG. If you are protecting a source, a disclosure, or anything where being wrong has consequences for a person, use a desktop tool with a key on a device that is not also running a hundred other tabs. This is for the enormous middle ground: sending a colleague something private, checking a signature, and learning how any of it works without handing your key to a stranger.
.asc, a pair saves as one file with the public half first, and the whole keyring saves in one go. Import works the other way: paste a key, or open a file, and a file holding several keys imports all of them rather than the first. Nothing here is a place your keys have to live.gpg --symmetric produces: your password is stretched into a key, a random session key encrypts the data, and the result is a file any OpenPGP implementation can read. AES-256, and a file that has been tampered with fails to open rather than decrypting into something subtly wrong.report.pdf gives report.pdf.gpg, and unlocking gives report.pdf back even if somebody renamed the locked file on the way. The name is inside the encryption, so a person who intercepts it does not learn what you sent.