Meerkat.Security.Hmac 4.1.0

dotnet add package Meerkat.Security.Hmac --version 4.1.0
NuGet\Install-Package Meerkat.Security.Hmac -Version 4.1.0
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="Meerkat.Security.Hmac" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Meerkat.Security.Hmac --version 4.1.0
#r "nuget: Meerkat.Security.Hmac, 4.1.0"
#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 Meerkat.Security.Hmac as a Cake Addin
#addin nuget:?package=Meerkat.Security.Hmac&version=4.1.0

// Install Meerkat.Security.Hmac as a Cake Tool
#tool nuget:?package=Meerkat.Security.Hmac&version=4.1.0

An implementation of HMAC for ASP.NET/ASP.NET Core

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 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on Meerkat.Security.Hmac:

Package Downloads
Meerkat.Security.Hmac.WebApi

An implementation of HMAC for ASP.NET WebApi

Meerkat.Security.Hmac.AspNetCore

An implementation of HMAC for ASP.NET Core

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 949 1/3/2021
4.0.0 8,184 4/29/2019
3.1.1 1,755 9/3/2018
3.1.0 1,105 9/2/2018
3.0.4 1,205 7/25/2018
3.0.3 1,543 4/14/2018
3.0.2 2,119 10/26/2017
3.0.1 1,830 2/19/2017
3.0.0 2,561 2/5/2017
2.1.1 1,409 12/10/2016
2.1.0 1,300 11/19/2016
2.0.0 2,834 11/17/2016
1.2.2 1,243 11/4/2016
1.2.1 1,281 11/3/2016
1.2.0 1,489 11/2/2016
1.1.1 1,244 9/23/2016
1.1.0 3,819 9/22/2016
1.0.3 1,279 8/18/2016
1.0.2 1,328 5/18/2016
1.0.1 1,267 4/18/2016
1.0.0 1,276 4/17/2016

Drop netstandard2.0 dependencies back to 2.1 so we can use with netcoreapp2.1
Introduce netstandard2.1 target for netcoreapp3.1 projects
Update OWIN dependencies due to CVE-2020-1045