Zephyr.Crypto
1.0.19009
Zephyr is the namespace for utility libraries in Synapse; Zephyr utilities are suitable for stand-alone usage outside Synapse. Synapse is a 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/
Install-Package Zephyr.Crypto -Version 1.0.19009
dotnet add package Zephyr.Crypto --version 1.0.19009
<PackageReference Include="Zephyr.Crypto" Version="1.0.19009" />
paket add Zephyr.Crypto --version 1.0.19009
#r "nuget: Zephyr.Crypto, 1.0.19009"
Release Notes
All features are presently working and passing unit tests.
- 1.0.19009: Upgraded to net461
- 1.0.18344: Added .net standard 2.0 to package
- 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.
Dependencies
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.