jws
JOSE implementation for Python 3.x
Install
- All systems
-
curl cmd.cat/jws.sh
- Debian
-
apt-get install python-josepy
- Ubuntu
-
apt-get install python-josepy
- Arch Linux
-
pacman -S python-josepy
- Kali Linux
-
apt-get install python-josepy
- Fedora
-
dnf install python3-josepy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-josepy
- Dockerfile
- dockerfile.run/jws
python3-josepy
JOSE implementation for Python 3.x
This package 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) This package was originally developed as part of the ACME protocol implementation. This is the Python 3 library.
python2-acme
Python 2 library for use of the Automatic Certificate Management
Environment protocol as defined by the IETF. It's used by the Let's Encrypt project.
python-josepy
JOSE implementation for Python 2.x
This package 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) This package was originally developed as part of the ACME protocol implementation. This is the Python 2 library.