Top 20 NuGet hmac Packages

HttpClient base class for HMAC authentication in .NET 6.0
Component to manage your JWK and protect your JWT Signing
APIFrame is a C#.NET library that implements the core components required for ASP.NET Web API development. It's a class library with logical separation of Client, Server and the supporting Framework.
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) portable implementation for WinRT (Windows 8.1 and Windows Phone 8.1) Supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatur...
This package contains an OWIN middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your OWIN-enabled web api if you want to authent...
zxm.AspNetCore.Authentication.Hmac.Signature is an extensions to generate signature for zxm.AspNetCore.Authentication.Hmac.
zxm.AspNetCore.Hmac.Client is an extensions to help to request api.
Store you JWK at database with EntityFrameworkCore
Xamarin Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET 4.0+ Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET 4.0+ Minimallistic. Full suite of signature and encryption algorithms. Supports g...
zxm.AspNetCore.Authorization.Hmac is an extensions to authorization with zxm.AspNetCore.Authorization.Hmac.
zxm.AspNetCore.Authentication.Hmac.Identity is an extensions to authorization with zxm.AspNetCore.Authorization.Hmac.
HMAC-Based One-Time Password Algorithm Implementation for dotnet core. Designed to support two factor authentication with common authenticator apps like the Microsoft and Google authenticators.
A signature creator and validator, along with some useful extensions. Inspired by the AWS Signature V4.
Package Description
This package intents to be a useful way to (de)crypt an (un)hash strings and/or integers using .NET Standard.
WebAPI integration for the Hmac signature creator and validator. Inspired by the AWS Signature V4.
Hash-based message authentication code (HMAC) is a mechanism for calculating a message authentication code involving a hash function in combination with a secret key. This can be used to verify the integrity and authenticity of a a message. This implementation is highly inspired by the main authent...
Vive.Crypto实现了C#、Java 和 JS 的SM3,SM4的相互加密解密;以及对各种常用的加密算法进行封装,有 Base64、对称加密(DES、3DES、AES、SM4)、非对称加密(RSA、SM2)、Hash(MD4、MD5、HMAC、HMAC-MD5、HMAC-SHA1、HMAC-SHA256、HMAC-SHA384、HMAC-SHA512、SHA、SHA1、SHA256、SHA384、SHA512、SM3)等实现。