mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
JOSE (Javascript Object Signing and Encryption) is a Python implementation
|
|
of the standards developed by IETF Javascript Object Signing and Encryption
|
|
(Active WG), in particular the following RFCs:
|
|
|
|
- JSON Web Algorithms (JWA)
|
|
- JSON Web Key (JWK)
|
|
- JSON Web Signature (JWS)
|
|
|
|
Originally developed as part of the ACME protocol implementation.
|
|
|
|
WWW: https://josepy.readthedocs.io/en/latest/
|