Info
Version: | 0.0.4 |
Author(s): | Dmitry Vsekhvalnov |
Last Update: | Tuesday, April 5, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dvsekhvalnov/jose-pcl |
NuGet Url: | https://www.nuget.org/packages/jose-pcl |
Install
Install-Package jose-pcl
dotnet add package jose-pcl
paket add jose-pcl
jose-pcl Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 8.0.2)
- PCLCrypto(>= 2.0.147)
Tags
based on PCLCrypto portable crypto layer
Supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- NONE (unprotected) plain text algorithm without integrity protection.