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 downloads3831376
Releasev1.0.1
Language: C# Updated: 2026-07-08T08:21:00.0000000+00:00

Documentation

Install PSPGP

Install PSPGP from PowerShell Gallery.

Install the module from PowerShell Gallery before using the curated examples.

Install-Module PSPGP -Scope CurrentUser

Next steps