civteam-amonplaisir
civteam-amonplaisir
The only thing is I don't have control over the encryption of the file. It is a third party doing the encryption. I have attempted to only pass in 1...
I am able to decrypt using gpg4win command line utility. Once I added the 2 .key files to the private-keys-v1.d folder, I was able to decrypt with only the public...
I am still getting the same error after changing the method. I am getting this error when initializing the EncryptionKeys
Okay sure thing I will create a solution that replicates this
[PgpDecryptionTest.zip](https://github.com/mattosaurus/PgpCore/files/14054558/PgpDecryptionTest.zip) I needed to scrub the files as it has private data but I placed dummy references to them there
Let me see if I could encrypt a random file
Okay I removed the passphrase and added all of the keys into a list of FileInfo of .asc, .key, .key. I then went to decrypt the file as DecryptAsync and...