Skip to content

Implementation of Bouncy Castle in C# using streams to handle large files without loading everything into memory

License

Notifications You must be signed in to change notification settings

MrLeebo/PgpEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PgpEncryptor

Implementation of Bouncy Castle in C# using streams to handle large files without loading everything into memory

Usage

PgpEncryptor.Encryptor.EncryptFile("Message.txt", "Encrypted.txt.pgp", "PublicKey.asc");

About

Implementation of Bouncy Castle in C# using streams to handle large files without loading everything into memory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages