Project

PSPGP

PSPGP is a PowerShell module that provides PGP functionality in PowerShell. It allows encrypting and decrypting files/folders and strings using PGP.

Stars72
Forks23
Open issues1
PowerShell Gallery downloads3814786
Releasev1.0.0
Language: C# Updated: 2026-04-07T08:35:39.0000000+00:00

Documentation

PSPGP Docs

Curated documentation workspace for PSPGP.

PSPGP adds PGP key generation, encryption, decryption, signing, and verification to PowerShell workflows.

Start here

Typical use

  • generate a public/private PGP key pair
  • encrypt strings, files, or folders before transfer
  • decrypt content inside a controlled automation step
  • sign and verify content where a PGP workflow is already expected