Meerkat.Security.Hmac 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Meerkat.Security.Hmac --version 1.2.2
NuGet\Install-Package Meerkat.Security.Hmac -Version 1.2.2
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="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Meerkat.Security.Hmac --version 1.2.2
#r "nuget: Meerkat.Security.Hmac, 1.2.2"
#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=1.2.2

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

An implementation of HMAC for ASP.NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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,199 4/29/2019
3.1.1 1,756 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,831 2/19/2017
3.0.0 2,562 2/5/2017
2.1.1 1,409 12/10/2016
2.1.0 1,300 11/19/2016
2.0.0 2,835 11/17/2016
1.2.2 1,243 11/4/2016
1.2.1 1,281 11/3/2016
1.2.0 1,490 11/2/2016
1.1.1 1,244 9/23/2016
1.1.0 3,820 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

Change date format in message representation to RFC 1123, simplifies implementation for other languages as message date header is already in this format.