-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid IV lengths #281
Comments
How about this?
|
Use a 12 byte IV for GCM based algorithms and 16 byte IV for CBC based ones. This makes a JWE compatible with other libraries based on OpenSSL which can only use a 12 byte IV for GCM.
Folks - is there a concern for resolving this issue, or is the problem that no one has executed on this? I've opened the following issue for However, the primary maintainer of that package (who also opened this issue) has identified that |
|
A user of this library was having an issue decrypting JWE tokens produced by it in my javascript library. See panva/jose#314
Despite a few hurdles overcome they are not able to interoperate the libraries due to a non-conform JWE implementation in python-jose.
Namely, the Initialization Vectors used for encryption are not conform, their bit lengths are not according to specification.
The text was updated successfully, but these errors were encountered: