Documentation
PSPGP overview
PSPGP adds PGP key generation, encryption, decryption, signing, and verification to PowerShell.
Use PSPGP when a PowerShell workflow needs to encrypt, decrypt, sign, or verify content using a PGP-based exchange process.
Good fit
- generating public/private key files for an automation
- encrypting strings, files, or folders before transfer
- decrypting content with a controlled private key
- adding signing or verification to an existing PGP handoff