Inferno 1.6.4
dotnet add package Inferno --version 1.6.4
NuGet\Install-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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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 (6)
Showing the top 5 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. |
|
Athi.Whippet
Package Description |
|
BinaryLibs.Crypto
Package Description |
|
Athi.Whippet.Security.Cryptography
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Inferno:
Repository | Stars |
---|---|
HavenDV/H.Pipes
A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.
|
Version | Downloads | Last updated |
---|---|---|
1.6.4 | 732,400 | 4/12/2021 |
1.6.3 | 45,226 | 11/26/2020 |
1.6.2 | 40,679 | 3/9/2020 |
1.6.0.1 | 81,917 | 2/19/2020 |
1.6.0 | 20,948 | 1/8/2020 |
1.5.3 | 166,201 | 2/15/2019 |
1.5.2 | 22,231 | 11/13/2018 |
1.5.1 | 88,861 | 6/12/2018 |
1.4.0 | 115,302 | 10/5/2016 |
1.3.0 | 11,169 | 6/24/2016 |
1.2.1 | 1,536 | 6/9/2016 |
1.2.0 | 1,505 | 4/28/2016 |
1.1.0 | 3,113 | 10/13/2015 |
1.0.0 | 4,726 | 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.