mattosaurus / PgpCore

.NET Core class library for using PGP
MIT License
237 stars 100 forks source link

Decret symmetric encrypted GPG file #296

Open JustAnotherSwCoderAndTester opened 3 months ago

JustAnotherSwCoderAndTester commented 3 months ago

Hi, is the library capable to decrypt a GPG file with symmetric encryption that was created like that: gpg --cipher-algo AES256 --batch --passphrase-file secret.key --output data.gpg --symmetric input.data The examples do not show an example for this, so I am not sure. Any help or an example would be welcome. Thanks!

mattosaurus commented 3 months ago

Hi, PgpCore only supports asymetric encryption with public/private keypairs unfortunately.