Bouncy Castle PGP Encryption implementation that uses streams and buffers to handle large files without copying everything into memory at once.
Info
Version: | 0.1.0 |
Author(s): | MrLeebo |
Last Update: | Wednesday, January 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MrLeebo/PgpEncryptor |
NuGet Url: | https://www.nuget.org/packages/LeeboLand.PgpEncryptor |
Install
Install-Package LeeboLand.PgpEncryptor
dotnet add package LeeboLand.PgpEncryptor
paket add LeeboLand.PgpEncryptor
LeeboLand.PgpEncryptor Download (Unzip the "nupkg" after downloading)
Dependencies
- BouncyCastle.NetCore(>= 1.8.1.3)
- NETStandard.Library(>= 1.6.1)
Tags