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
- Host: GitHub
- URL: https://github.com/hmlendea/nucisecurity.hmac
- Owner: hmlendea
- License: gpl-3.0
- Created: 2019-06-05T11:56:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T19:02:20.000Z (about 1 year ago)
- Last Synced: 2025-06-17T19:26:20.933Z (about 1 year ago)
- Language: C#
- Size: 67.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://hmlendea.go.ro/fund.html) [](https://github.com/hmlendea/nucisecurity/actions/workflows/dotnet.yml) [](https://github.com/hmlendea/nucisecurity/releases/latest)
# About
NuGet package for cryptography and authentication
# Installation
[](https://nuget.org/packages/NuciSecurity.HMAC)
**.NET CLI**:
```bash
dotnet add package NuciSecurity
```
**Package Manager**:
```powershell
Install-Package NuciSecurity
```