Skip to content

PGP on Windows

SunDevil311 edited this page Jun 15, 2025 · 2 revisions

πŸ’» Using PGP on Windows (Gpg4win & Kleopatra)

This section walks through encrypting a message or file using Gpg4win and its GUI tool Kleopatra

πŸ“¦ 1. Install Gpg4win


πŸ”‘ 2. Import the Recipient’s Public Key

  1. Open Kleopatra
  2. Click File β†’ Import Certificates…
  3. Select the .asc or .gpg file you downloaded
  4. Confirm the fingerprint matches the published value

✍️ 3. Encrypt a Message (Text)

  1. In Kleopatra, go to Tools β†’ Clipboard β†’ Encrypt
  2. Paste your message
  3. Select the recipient’s public key
  4. Click Encrypt
  5. Copy or save the armored output (begins with -----BEGIN PGP MESSAGE-----)

You can now send that encrypted message via email or any communication platform.


πŸ“ 4. Encrypt a File

  1. Right-click on any file (e.g., PDF or TXT)
  2. Choose More GpgEX options β†’ Encrypt
  3. Select the recipient key
  4. The encrypted file will be saved with a .gpg extension

πŸ”“ 5. Decrypt a Message or File

To decrypt a file:

  • Right-click .gpg file β†’ Decrypt and verify

To decrypt a clipboard message:

  • In Kleopatra, go to Tools β†’ Clipboard β†’ Decrypt/Verify
  • Paste the encrypted message
  • Kleopatra will prompt for your private key if needed

🧠 Tips for Windows Users

  • Your private key is protected by a passphrase β€” never share it.
  • You can export your public key for others to encrypt messages to you.
  • Kleopatra also supports signing files and messages to verify your identity.

πŸ“˜ For full walkthroughs, see:

🧠 Network Pro Wiki

🏠 Home

Placeholder structure; most pages are pending creation.


πŸ›  Setup & Tooling


🚧 Development


πŸ” Application Behavior


πŸš€ CI/CD


πŸ” PGP Usage

  1. Getting Started with PGP
  2. PGP on Windows
  3. PGP for Email

πŸ“š Docs Maintenance


πŸ“Ž Related Repos


🀝 Getting Started

New here? Start with:

Clone this wiki locally