Javascript Object Signing and Encryption (JOSE)
Project description
Javascript Object Signing and Encryption (JOSE)
The aegisx.ext.jose module provides a high-level interface for working with the JSON Object Signing and Encryption (JOSE) family of standards, including JWS, JWE, JWK, and JWT. Built on top of AegisX’s extensible cryptographic framework, this module simplifies the secure handling of tokens and key material across authentication and authorization workflows. It is designed to be both flexible and standards-compliant, making it easy to integrate JOSE-based protocols into modern Python applications.
Installation
Installation is as simple as running the following command:
pip install aegisx.ext.jose
Standards
- RFC 7515 JSON Web Signature (JWS)
- RFC 7516 JSON Web Encryption (JWE)
- RFC 7517 JSON Web Key (JWK)
- RFC 7518 JSON Web Algorithms (JWA)
- RFC 7519 JSON Web Token (JWT)
- RFC 7520 Examples of Protecting Content Using JSON Object Signing and Encryption (JOSE)
- RFC 8037 CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)
TODO:
- RFC 7515 4.1.6: Certificate chain verification for
x5u/x5c. - RFC 7515 10.13.: Unicode Comparison Security Considerations
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aegisx_ext_jose-0.0.2.tar.gz.
File metadata
- Download URL: aegisx_ext_jose-0.0.2.tar.gz
- Upload date:
- Size: 51.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c772b20beb0cc80b24a9bfac6f2de800e482ccb28e07754c14d895fb2497d4ce
|
|
| MD5 |
5dad73f5f22076e6aa7a60da08703cbd
|
|
| BLAKE2b-256 |
33d095901ca4d5755c09f6b970944aa890d8a66feabd3a684b765ac9474c2df3
|