jose-jwt
2.5.0
Prefix Reserved
See the version list below for details.
Install-Package jose-jwt -Version 2.5.0
dotnet add package jose-jwt --version 2.5.0
<PackageReference Include="jose-jwt" Version="2.5.0" />
paket add jose-jwt --version 2.5.0
#r "nuget: jose-jwt, 2.5.0"
// Install jose-jwt as a Cake Addin
#addin nuget:?package=jose-jwt&version=2.5.0
// Install jose-jwt as a Cake Tool
#tool nuget:?package=jose-jwt&version=2.5.0
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET
Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms.
Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797).
CLR supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- ECDSA signatures with ES256, ES384 and ES512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512.
- NONE (unprotected) plain text algorithm without integrity protection
Encryption:
- RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
- ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
- PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
Compression:
- DEFLATE compression
RFC 7797:
- Unencoded payload
- Detached content
CORECLR supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- ECDSA signatures with ES256, ES384 and ES512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- NONE (unprotected) plain text algorithm without integrity protection
Encryption:
- RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
Compression:
- DEFLATE compression
RFC 7797:
- Unencoded payload
- Detached content
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 1.4
- Newtonsoft.Json (>= 9.0.1)
- System.IO.Compression (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.3.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
NuGet packages (163)
Showing the top 5 NuGet packages that depend on jose-jwt:
Package | Downloads |
---|---|
MiNET
MiNET - a Minecraft PocketEdition Server |
|
Nexmo.Csharp.Client
Official C#/.NET wrapper for the Nexmo API |
|
GitHubJwt
A helper library to generate GitHub JWT from GitHub Apps private key |
|
CyberSource.Authentication
Use this SDK to generate Authentication Headers to be sent for the Cybersource REST API Calls |
|
Jimu.Server
Jimu Server |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on jose-jwt:
Repository | Stars |
---|---|
xamarin/ios-samples
Xamarin.iOS sample apps
|
|
ariacom/Seal-Report
Open Database Reporting Tool (.Net)
|
|
Soluto/kamus
An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
|
|
NiclasOlofsson/MiNET
A (not so) basic Minecraft Pocket Edition server written in C#
|
|
cocoa-mhlw/cocoa
|
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 151,787 | 4/6/2022 |
3.2.0 | 1,328,657 | 7/12/2021 |
3.1.1 | 459,008 | 4/13/2021 |
3.1.0 | 49,581 | 4/1/2021 |
3.0.0 | 584,675 | 12/10/2020 |
2.6.1 | 295,486 | 11/6/2020 |
2.6.0 | 283,083 | 10/1/2020 |
2.5.0 | 2,417,100 | 11/4/2019 |
2.4.0 | 6,277,849 | 6/21/2017 |
2.3.0 | 784,902 | 4/20/2017 |
2.2.0 | 103,395 | 2/15/2017 |
2.1.0 | 230,074 | 12/5/2016 |
2.0.2 | 169,021 | 9/27/2016 |
2.0.1 | 114,884 | 8/1/2016 |
1.9.3 | 94,431 | 7/1/2016 |
1.9.2 | 53,345 | 4/14/2016 |
1.9.1 | 105,300 | 1/13/2016 |
1.9.0 | 124,759 | 6/12/2015 |
1.8.0 | 2,459 | 10/22/2014 |
1.7.0 | 2,893 | 7/9/2014 |
1.6.0 | 1,261 | 6/20/2014 |
1.5.0 | 1,173 | 6/17/2014 |
1.4.0 | 1,153 | 6/9/2014 |
1.3.0 | 1,129 | 6/2/2014 |
1.2.0 | 1,386 | 4/12/2014 |
1.1.0 | 1,239 | 3/22/2014 |
1.0.0 | 2,736 | 3/11/2014 |
RFC 7797 support. Unencoded payload and detached content for encoding and decoding.