StreamCryptor 0.1.18
See the version list below for details.
dotnet add package StreamCryptor --version 0.1.18
NuGet\Install-Package StreamCryptor -Version 0.1.18
<PackageReference Include="StreamCryptor" Version="0.1.18" />
paket add StreamCryptor --version 0.1.18
#r "nuget: StreamCryptor, 0.1.18"
// Install StreamCryptor as a Cake Addin
#addin nuget:?package=StreamCryptor&version=0.1.18
// Install StreamCryptor as a Cake Tool
#tool nuget:?package=StreamCryptor&version=0.1.18
StreamCryptor uses FileStream to encrypt and decrypt files in chunks. Every file contains a EncryptedFileHeader some EncryptedFileChunks and an EncryptedFileFooter. 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.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 4.5
- libsodium-net (>= 0.5.0)
- protobuf-net (>= 2.0.0.668)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.1 | 4,451 | 1/7/2017 |
0.5.0 | 1,241 | 12/10/2015 |
0.5.0-beta2 | 892 | 8/16/2015 |
0.5.0-beta1 | 974 | 7/24/2015 |
0.4.0 | 1,067 | 5/5/2015 |
0.3.2-beta2 | 1,309 | 1/2/2015 |
0.3.2-beta | 998 | 12/1/2014 |
0.3.1-beta | 1,425 | 11/2/2014 |
0.3.0 | 1,053 | 10/9/2014 |
0.2.5-beta | 863 | 9/30/2014 |
0.2.4-beta | 879 | 9/28/2014 |
0.2.2-beta | 884 | 9/24/2014 |
0.2.1-beta | 873 | 9/22/2014 |
0.2.0 | 1,067 | 9/17/2014 |
0.1.18 | 946 | 9/16/2014 |
0.1.16 | 987 | 9/15/2014 |
0.1.15 | 1,199 | 9/15/2014 |
0.1.14 | 1,033 | 9/15/2014 |
0.1.18
* Added asynchronous methods (beta)
* Changed TargetFrameworkVersion from v4.0 to v4.5
0.1.17
* no release, just more tests
0.1.16
* There was a bug on decrypting files with external private keys
0.1.15
* Changed TargetFrameworkVersion from v4.5 to v4.0