Info
Version: | 0.4.3 |
Author(s): | East Five, LLC, BlackBarLabs |
Last Update: | Wednesday, November 16, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://nuget.org/packages/NuGet.BlackBarLabs.Security |
NuGet Url: | https://www.nuget.org/packages/BlackBarLabs.Security |
Install
Install-Package BlackBarLabs.Security
dotnet add package BlackBarLabs.Security
paket add BlackBarLabs.Security
BlackBarLabs.Security Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.WindowsAzure.ConfigurationManager(>= 3.2.2)
- Newtonsoft.Json(>= 7.0.1)
- System.IdentityModel.Tokens.Jwt(>= 5.0.0)
- Microsoft.IdentityModel.Tokens(>= 5.0.0)
The vouchers component allows for the creation of cryptographically signed vouchers and the validation of their redemption.
The JWT utilities valid JWT's using standard configuration patterns put in place by the BlackBarLabs architecture.
General cryptography provides Rfc2898 and HMACSHA512 based PBKDF2 support.