jose-jwt icon indicating copy to clipboard operation
jose-jwt copied to clipboard

Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and Json Web Keys (JWK) Implementation for .NET and .NET Core

Results 64 jose-jwt issues
Sort by recently updated
recently updated
newest added

So I'm trying to decrypt a jwe token, with an algorithm of RSA-OAEP, and encryption of A128CBC-HS256 I'm RSA to make a JWK object. then I trying the code below:...

I'm encrypting, then immediately I'm decrypting, but I keep getting this error. This is the link to the code write-up https://github.com/Dhazan1/JoseLibraryImplementationInAsp.net/tree/main

Dependabot alert: https://github.com/dvsekhvalnov/jose-jwt/security/dependabot/3

v4.1

Hello, It appears there's a typo for the method Jwk.NameToCurve when converting from "P-384" string to ECCurve. https://github.com/dvsekhvalnov/jose-jwt/blob/4391fa0069abac4d5e7e035845be38914206eb10/jose-jwt/jwk/Jwk.cs#L538

v4.1

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi @dvsekhvalnov, The below code throws 'AesKeyWrap integrity check failed' exception while decrypt the 'idToken'. im using 'P-521' curve for enc keys. JsonTextReader reader = new JsonTextReader(new StringReader(EncryptionKey)); var jwk...

In version 3.1.1 I was able to create JWTs using the following object structure (see below) but in the latest release (both 3.2.0 and 4.0.0) this is failing. I get...