StreamCryptor 0.1.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package StreamCryptor --version 0.1.15
NuGet\Install-Package StreamCryptor -Version 0.1.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StreamCryptor" Version="0.1.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StreamCryptor --version 0.1.15
#r "nuget: StreamCryptor, 0.1.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StreamCryptor as a Cake Addin
#addin nuget:?package=StreamCryptor&version=0.1.15

// Install StreamCryptor as a Cake Tool
#tool nuget:?package=StreamCryptor&version=0.1.15

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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,737 1/7/2017
0.5.0 1,348 12/10/2015
0.5.0-beta2 966 8/16/2015
0.5.0-beta1 1,036 7/24/2015
0.4.0 1,171 5/5/2015
0.3.2-beta2 1,373 1/2/2015
0.3.2-beta 1,058 12/1/2014
0.3.1-beta 1,486 11/2/2014
0.3.0 1,165 10/9/2014
0.2.5-beta 921 9/30/2014
0.2.4-beta 952 9/28/2014
0.2.2-beta 943 9/24/2014
0.2.1-beta 928 9/22/2014
0.2.0 1,176 9/17/2014
0.1.18 1,046 9/16/2014
0.1.16 1,094 9/15/2014
0.1.15 1,315 9/15/2014
0.1.14 1,124 9/15/2014

* Changed TargetFrameworkVersion from v4.5 to v4.0