mattosaurus / PgpCore

.NET Core class library for using PGP
MIT License
244 stars 98 forks source link

VerifyAndRead for non-clear signatures #243

Closed Liam-Rougoor closed 1 year ago

Liam-Rougoor commented 1 year ago

Hi!

For clear signatures, PGP Core has a VerifyAndReadClear method to, well, verify and read the message. Some (online) pgp tools, like pgptool.org, can also verify and read the original message from the non-clear signatures.

I would like to have something like a VerifyAndRead for non-clear signatures. Could PGPCore support a feature like this? I'm not familiar enough with BouncyCastle to know if this is possible.

Thanks!

Liam-Rougoor commented 1 year ago

Ah, I just noticed your latest release 😅 I will check if this works for us.