jose-jwt 1.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package jose-jwt --version 1.2.0
NuGet\Install-Package jose-jwt -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jose-jwt" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jose-jwt --version 1.2.0
#r "nuget: jose-jwt, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jose-jwt as a Cake Addin
#addin nuget:?package=jose-jwt&version=1.2.0

// Install jose-jwt as a Cake Tool
#tool nuget:?package=jose-jwt&version=1.2.0

Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET

Minimallistic zero-dependency library for generating, decoding and encryption of JSON Web Tokens. JSON parsing agnostic.

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 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

Compression:

- DEFLATE compression

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (189)

Showing the top 5 NuGet packages that depend on jose-jwt:

Package Downloads
MiNET

MiNET - a Minecraft PocketEdition Server

GitHubJwt

A helper library to generate GitHub JWT from GitHub Apps private key

Nexmo.Csharp.Client

Official C#/.NET wrapper for the Nexmo API

Vonage

Official C#/.NET wrapper for the Vonage API. To use it you will need a Vonage account. Sign up for free at vonage.com. For full API documentation refer to developer.vonage.com.

CyberSource.Authentication

Use this SDK to generate Authentication Headers to be sent for the Cybersource REST API Calls

GitHub repositories (15)

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)
cocoa-mhlw/cocoa
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#
Version Downloads Last updated
4.1.0 3,501,703 12/2/2022
4.0.1 887,683 8/19/2022
4.0.0 1,415,278 4/6/2022
3.2.0 3,009,600 7/12/2021
3.1.1 1,107,074 4/13/2021
3.1.0 84,223 4/1/2021
3.0.0 991,243 12/10/2020
2.6.1 567,076 11/6/2020
2.6.0 547,212 10/1/2020
2.5.0 4,484,554 11/4/2019
2.4.0 10,111,574 6/21/2017
2.3.0 1,637,551 4/20/2017
2.2.0 122,967 2/15/2017
2.1.0 303,669 12/5/2016
2.0.2 210,601 9/27/2016
2.0.1 182,685 8/1/2016
1.9.3 353,918 7/1/2016
1.9.2 106,338 4/14/2016
1.9.1 123,158 1/13/2016
1.9.0 145,836 6/12/2015
1.8.0 4,520 10/22/2014
1.7.0 5,441 7/9/2014
1.6.0 3,278 6/20/2014
1.5.0 3,185 6/17/2014
1.4.0 3,214 6/9/2014
1.3.0 3,122 6/2/2014
1.2.0 3,397 4/12/2014
1.1.0 3,353 3/22/2014
1.0.0 14,287 3/11/2014

AES Key Wrap key management algorithms added: A128KW, A192KW, A256KW