Cryptojwt

Latest version: v1.9.4

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.6.1

Make sure the UTC time is always used inside the library.

1.6.0

- Fix compatibility with Cryptography 35
- Use default httpc timeout if unset
- Test on Python 3.10
- Update test vectors to work with Cryptography 35

What's Changed
* deprecate alg=RSA1_5 by jschlyter in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/86
* fix: RSA1_5 replaced by RSA-OAEP in doc examples by peppelinux in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/89
* add Python 3.10 rc by jschlyter in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/87
* build with 3.10 release by jschlyter in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/92
* default httpc timeout if unset by peppelinux in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/94
* feat: httpc_params_loader (httpc default timeout refactor) by peppelinux in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/95
* To be able to verify that keys are of a certain length/size. by rohe in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/96
* X509 test vector by rohe in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/99
* Upgrade to Cryptography 35 by jschlyter in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/98
* prepare for release v1.6.0 by jschlyter in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/100


**Full Changelog**: https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/compare/1.5.2...1.6.0

1.5.2

- init_args and load_args may appear when loading from dumped information.

1.5.1

- Make `KeyBundle` thread-safe

1.5.0

Previously modules interfaced directly with the persistent storage. This had some drawbacks like performance problems, not optimal integration with other software packages and problems in multiple instances environments.

Instead the package will now provide dump, flush and load methods to provide users of the package to store and retrieve state.

1.4.1

- Fix deprecated `int_from_bytes` in cryptography.

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.