EvotecIT / PSPGP

PSPGP is a PowerShell module that provides PGP functionality in PowerShell. It allows encrypting and decrypting files/folders and strings using PGP.
MIT License
59 stars 22 forks source link

Signing files option missed #11

Closed dgimx closed 1 year ago

dgimx commented 2 years ago

Hello Przemysław,

thank You for writing the module which made the process encrypt/decrypt of PGP files much easier for me (multiple files too, which is important to me). As I wrote in the email one important funcionality is missing here, I mean - signing files. PGPCore supports that option. If it's possible to add that feature - signing files, (encrypt and sign), it will be great.

Tom

dgimx commented 2 years ago

Any news :)?

PrzemyslawKlys commented 2 years ago

Haven't had time to do it yet. It's not hard I guess - should be easily doable. Just I lack time.