Sign in Sign up
nuget

StreamCryptor

You can use StreamCryptor to encrypt and decrypt files without size limit and the need to load every file completely into memory. StreamCryptor uses FileStream to read and write files in chunks, there is also an asynchronous implementations for progress reporting available. Files are encrypted into SCCEF (StreamCryptor Chunked Encrypted File) format. Every file contains an EncryptedFileHeader some EncryptedFileChunks and an EncryptedFileFooter to prevent file manipulation. The file serialization is realised with Google`s protobuf, it has a small overhead and offers an automatic length prefix for all file parts. All cryptographic operations are performed via libsodium-net (and thus libsodium). For more details and examples visit the github project site.

nuget View on Nuget

Activity

Latest release
9y ago
Total releases
18
Cadence
~8 days
Last 12 months
0

Details

First release
Sep 15, 2014
Releases
Version Released
0.5.1 patch
0.5.0 minor
0.5.0-beta2 pre
0.5.0-beta1 pre
0.4.0 minor
0.3.2-beta2 pre
0.3.2-beta pre
0.3.1-beta pre
0.3.0 minor
0.2.5-beta pre
0.2.4-beta pre
0.2.2-beta pre
0.2.1-beta pre
0.2.0 minor
0.1.18 patch
0.1.16 patch
0.1.15 patch
0.1.14 initial