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

Algorithm RSA-OAEP

Open ABEHW opened this issue 3 years ago • 0 comments

In Jose/backends/rsa_backend.py /

Line 19 states that the RSA-OAEP algorithm is no longer supported. However when using JWE, encrypting with RSA-OAEP algorithm still functions. Is RSA-OAEP not supported or is it? If RSA-OAEP should no longer be supported, why are you no longer supporting it?

image

ABEHW avatar Feb 03 '22 06:02 ABEHW