Encoders & Crypto
PGP Encrypteren / Decrypteren
OpenPGP messages — encrypt, decrypt, sign, verify.
Redactionele opmerking
Understanding · Pretty Good Privacy — still good, still pretty.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
Quick answers.
›Is my private key safe?
Yes. Key processing happens entirely in your browser's memory and is never uploaded to a server or stored in local storage.
›What is the difference between encrypting and signing?
Encrypting scrambles a message so only the recipient can read it, while signing provides digital proof that the message originated from you and has not been altered.
›Can I decrypt a message without the private key?
No. PGP is designed so that only the holder of the specific private key and its associated passphrase can reverse the encryption process.
›Which PGP standards are supported?
This tool follows the OpenPGP standard (RFC 4880), making it compatible with GnuPG, ProtonMail, and other compliant software.
Mensen zoeken ook naar
Gerelateerde tools
More in this room.
- AES Bestand Versleutelen / OntsleutelenVersleutel bestanden met AES-GCM en een wachtwoordzin.
- RSA / ECDSA Sleutelpaar GeneratorPEM + PKCS#8 + JWK — Web Crypto in uw browser.
- Ed25519 Sleutelgenerator & OndertekenaarGenereer Ed25519 sleutels en onderteken berichten lokaal.
- X.509 Certificaat DecoderOnderwerp, uitgever, geldigheid, SAN, vingerafdruk — alles in één oogopslag.
- Base64 Coderen / DecoderenCodeer en decodeer Base64 — Unicode-veilig.
- JWT DecoderDecodeer en inspecteer JWT tokens — lokaal, wordt nooit gelogd.