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

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