An open API service indexing awesome lists of open source software.

https://github.com/hmlendea/nucisecurity.hmac

NuciSecurity NuGet package
https://github.com/hmlendea/nucisecurity.hmac

Last synced: about 1 year ago
JSON representation

NuciSecurity NuGet package

Awesome Lists containing this project

README

          

[![Donate](https://img.shields.io/badge/-%E2%99%A5%20Donate-%23ff69b4)](https://hmlendea.go.ro/fund.html) [![Build Status](https://github.com/hmlendea/nucisecurity/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hmlendea/nucisecurity/actions/workflows/dotnet.yml) [![Latest GitHub release](https://img.shields.io/github/v/release/hmlendea/nucisecurity)](https://github.com/hmlendea/nucisecurity/releases/latest)

# About

NuGet package for cryptography and authentication

# Installation

[![Get it from NuGet](https://raw.githubusercontent.com/hmlendea/readme-assets/master/badges/stores/nuget.png)](https://nuget.org/packages/NuciSecurity.HMAC)

**.NET CLI**:
```bash
dotnet add package NuciSecurity
```

**Package Manager**:
```powershell
Install-Package NuciSecurity
```