PGP Sleutels Importeren
Importeer ASCII-gecodeerde of binaire PGP-sleutels voor encryptie en digitale handtekeningen.
Overview
PGP Import Keys lets you load OpenPGP public and private keys — from ASCII armored (.asc) text or binary .pgp/.gpg key files — directly into your browser session. The tool parses each key, displays the fingerprint and associated user IDs for verification, and makes the imported keys immediately available for use with the other PGP tools on this site. Because everything runs client-side via WebAssembly, your private keys are processed locally and never transmitted to any server. There is no account, no upload, and no trace left outside your browser.
Common Use Cases
- Loading a contact's public key — Paste or upload an ASCII armored public key you received by email to prepare for encrypting a message to that contact.
- Restoring a private key for decryption — Import your private key file into the browser session so you can decrypt messages without exposing the key to a remote server.
- Bulk key import — Load a GPG keyring export containing multiple keys at once; the tool parses and imports every valid key found in the file.
- Fingerprint verification — Inspect the fingerprint and user ID of any key before trusting it, using the displayed metadata to cross-check with the key owner.
- Offline key management — Use the tool in airplane mode or an air-gapped environment since it processes keys entirely locally without any network calls.
How It Works
Select Key Source
Choose to upload key files or paste key text in standard PGP format (ASCII armored or binary).
Import and Validate
The tool parses the key data, validates the format, and displays key information like fingerprint and user IDs.
Store for Use
Imported keys are stored locally in your browser session for use with other PGP tools on this site.