mattosaurus / PgpCore

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

Improve key generation #239

Closed mattosaurus closed 1 year ago

mattosaurus commented 1 year ago

Currently key generation is pretty basic (mostly I assume you'll bring your own keys) however it would be good to improve this. First step would probably be to allow expiration dates.

184

Liam-Rougoor commented 1 year ago

Hi! I noticed that allowing expiration dates is already implemented in #234

What additional improvements do you need for this issue?

mattosaurus commented 1 year ago

Ah yes, so it does.

I'll close this and the underlying issue then.