PSPGP
PSPGP copied to clipboard
PSPGP is a PowerShell module that provides PGP functionality in PowerShell. It allows encrypting and decrypting files/folders and strings using PGP.
I am having an issue testing if a gpg file has been signed. I am using PSPGP 0.1.12 Test-PGP and you can see below that the 240216 file tests valid,...
HI, I'm trying to encrypt a file and I am getting WARNING: Protect-PGP - Can't encrypt file C:\local\Temp\export.csv: Exception calling "EncryptFile" with "2" argument(s): "No encryption methods specified" I am...
Hey Team, I'm trying to use use Protect-PGP in an Azure Automations Runbook. The cmdlet runs great using the 7.1 preview Runbooks but returns the following exception on 5.1: `Protect-PGP...
I'm trying to use PSPGP to verify the signature of the Python installer, but I'm getting the following error: > Test-PGP -FilePathPublic $python_installer_win_public_key_path -FilePath $python_installer_pgp_signature_path WARNING: Test-PGP - Can't test...
Hi There, I'm using your module within a Powershell script, on of the steps in the script decrypts a file with your module. If I use the right key the...
I resolved an issue recently in a script that uses PSPGP and was silently failing to decrypt files, despite setting `$ErrorActionPreference = 'Stop'`. To make it work, I found that...
Hi there when I try to encrypt and sign like this: `PS C:\Windows\system32> Protect-PGP -FilePathPublic C:\Scripts\XXXXX\pgp\Keys\XXXXXXX.asc -FilePath C:\Users\XXXXXX\Downloads\test-1.txt -OutFilePath E:\XXXXXXX\prd\outgoing_encrypted\XXXXXXXXXX.gpg` I get this error: `WARNING: Protect-PGP - Can't encrypt file...
Worked fine until one day I keep getting an error: Exception calling "DecryptFile" with "2" argument(s): "unknown packet type encountered: 20" I installed the new version and that did not...