Zephyr.Crypto 1.0.18336

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zephyr.Crypto --version 1.0.18336
NuGet\Install-Package Zephyr.Crypto -Version 1.0.18336
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="Zephyr.Crypto" Version="1.0.18336" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zephyr.Crypto --version 1.0.18336
#r "nuget: Zephyr.Crypto, 1.0.18336"
#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 Zephyr.Crypto as a Cake Addin
#addin nuget:?package=Zephyr.Crypto&version=1.0.18336

// Install Zephyr.Crypto as a Cake Tool
#tool nuget:?package=Zephyr.Crypto&version=1.0.18336

Zephyr is the namespace for utility libraries in Synapse; Zephyr utilities are suitable for stand-alone usage outside Synapse. Synapse is lightweight execution engine for unifying federated data sources and processes. The Crypto utilitiy library supports RSA and Rijndael encrryption and Base64 encoding helpers. https://synapseproject.github.io/

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.
  • .NETFramework 4.5

    • No dependencies.

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
1.0.19009 805 1/10/2019
1.0.18344 625 12/10/2018
1.0.18336 661 12/2/2018
1.0.18146 940 5/26/2018
1.0.18058 969 2/28/2018

Initial release.  All features are presently working and passing unit tests.

- 1.0.18336: Added file/http URI support for opening RSA file keys
- 1.0.18146: Added support for including keySize on RSA key generation, separated Encrypt/DecryptFromFileKeys and Encrypt/DecryptFromContainerKeys, added support for Rijndael symmetric encryption, added support for usage from zephyr.cli
- 1.0.18058: Added RSA and Base64 utilities.