Zephyr.Crypto
1.0.19009
dotnet add package Zephyr.Crypto --version 1.0.19009
NuGet\Install-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"
// Install Zephyr.Crypto as a Cake Addin
#addin nuget:?package=Zephyr.Crypto&version=1.0.19009
// Install Zephyr.Crypto as a Cake Tool
#tool nuget:?package=Zephyr.Crypto&version=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/
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- 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.
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.