Inferno 1.6.4
Install-Package Inferno -Version 1.6.4
dotnet add package Inferno --version 1.6.4
<PackageReference Include="Inferno" Version="1.6.4" />
paket add Inferno --version 1.6.4
#r "nuget: Inferno, 1.6.4"
// Install Inferno as a Cake Addin
#addin nuget:?package=Inferno&version=1.6.4
// Install Inferno as a Cake Tool
#tool nuget:?package=Inferno&version=1.6.4
Modern, free, open-source, professionally audited .NET crypto library.
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 |
.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 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.2
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.ValueTuple (>= 4.5.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Inferno:
Package | Downloads |
---|---|
ComplyCube
The official async .NET library for integrating with the ComplyCube API. |
|
H.Formatters.Inferno
This package adds InfernoFormatter(based on Inferno). It allows encrypt your messages. |
|
SharpCrypt
A simple library that interfaces two good crypto libraries, NaCl and Security.Inferno. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.4 | 88,996 | 4/12/2021 |
1.6.3 | 24,047 | 11/26/2020 |
1.6.2 | 31,240 | 3/9/2020 |
1.6.0.1 | 10,193 | 2/19/2020 |
1.6.0 | 20,244 | 1/8/2020 |
1.5.3 | 107,648 | 2/15/2019 |
1.5.2 | 19,579 | 11/13/2018 |
1.5.1 | 85,640 | 6/12/2018 |
1.4.0 | 58,617 | 10/5/2016 |
1.3.0 | 9,852 | 6/24/2016 |
1.2.1 | 1,115 | 6/9/2016 |
1.2.0 | 1,224 | 4/28/2016 |
1.1.0 | 2,447 | 10/13/2015 |
1.0.0 | 4,254 | 7/13/2015 |
[feature]: CryptoRandom now works on non-Windows systems.
[feature]: CryptoRandom.NextBytes(Span<byte>) is supported on .NET Core, .NET 5+.
[bugfix]: CryptoRandom.Next() and NextLong() enforce *exclusive* upper-bound.