Inferno 1.6.4

dotnet add package Inferno --version 1.6.4
NuGet\Install-Package Inferno -Version 1.6.4
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="Inferno" Version="1.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Inferno --version 1.6.4
#r "nuget: Inferno, 1.6.4"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

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

Athi.Whippet.Security.Cryptography

Package Description

SharpCrypt

A simple library that interfaces two good crypto libraries, NaCl and Security.Inferno.

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 491,224 4/12/2021
1.6.3 38,705 11/26/2020
1.6.2 38,610 3/9/2020
1.6.0.1 36,101 2/19/2020
1.6.0 20,722 1/8/2020
1.5.3 151,530 2/15/2019
1.5.2 21,235 11/13/2018
1.5.1 87,585 6/12/2018
1.4.0 95,451 10/5/2016
1.3.0 10,857 6/24/2016
1.2.1 1,459 6/9/2016
1.2.0 1,465 4/28/2016
1.1.0 2,765 10/13/2015
1.0.0 4,602 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.