jwe icon indicating copy to clipboard operation
jwe copied to clipboard

Implementation of the JWE specification

Results 3 jwe issues
Sort by recently updated
recently updated
newest added

Support of Full JWE is missing. Need to add methods to serialize and deserialize Full JWE. Full JWE describes here: https://www.rfc-editor.org/rfc/rfc7516#section-7.2

Migrated from https://github.com/dgrijalva/jwt-go/issues/346: > maxshifrin commented on Jul 30, 2019 > > It would be great if this library could also support payload encryption (https://tools.ietf.org/html/rfc7516) > > It would greatly...

enhancement

This MR adds a new Key Management Mode: Direct Encryption