jwe

Encrypting java JWEObject with RSA in python

Encrypting java JWEObject with RSA in python Question: I asked a while ago how to do something similar: Decrypting and encrypting java JWEObject with algorithm RSA-OAEP-256 on python Now I have a different encryption key and that code is not working for me anymore. I need to be able to encrypt my data: {"value": "Object …

Total answers: 1

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