{"library":"jose","type":"library","category":null,"description":"The `jose` library by Demonware is an older Python implementation of the JSON Object Signing and Encryption (JOSE) framework, supporting JSON Web Signatures (JWS) and JSON Web Encryptions (JWE). Last released in 2015 with version 1.0.0, it was primarily developed for Python 2 and relies on the unmaintained `pycrypto` library. Due to its inactivity and dependency on outdated cryptographic components, it is not recommended for new projects or secure applications.","language":"python","status":"abandoned","version":"1.0.0","tags":["JOSE","JWS","JWE","JWT","security","cryptography","python2-only","abandoned"],"last_verified":"Mon May 25","install":[{"cmd":"pip install jose","imports":["import jose\nsigned_jws = jose.sign(protected_header, claims, key)","import jose\nencrypted_jwe = jose.encrypt(protected_header, claims, public_key)","import jose\ndecrypted_payload = jose.decrypt(encrypted_jwe, private_key)"]}],"homepage":null,"github":"https://github.com/Demonware/jose","docs":null,"changelog":null,"pypi":"https://pypi.org/project/jose/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":null,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/jose/compatibility"}}