python-jose

JWT encrypting payload in python? (JWE)

JWT encrypting payload in python? (JWE) Question: According to RFC 7516 it should be possible to encrypt the payload/claim, called JWE. Are there any python libraries out there that support that? I’ve checked PyJWT, python-jose and jwcrypto but they all just have examples for signing with HS256 (JWS). Sorry if this is totally obvious, but …

Total answers: 3