dknewkey
Python 3 module for DKIM and ARC signing and verification
Install
- All systems
-
curl cmd.cat/dknewkey.sh
- Debian
-
apt-get install python3-dkim
- Ubuntu
-
apt-get install python3-dkim
- Arch Linux
-
pacman -S python-dkim
- Kali Linux
-
apt-get install python3-dkim
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-dkim
- Raspbian
-
apt-get install python-dkim
- Dockerfile
- dockerfile.run/dknewkey
python3-dkim
Python 3 module for DKIM and ARC signing and verification
Python 3 module that implements DKIM (DomainKeys Identified Mail) email signing and verification as well as ARC (Authenticated Received Chain) signing and verification. Supports both RSA and Ed25519 signing and verification. It also provides helper scripts for key generation and command line signing and verification. This is the Python 3 version of the package.
python-dkim
Python module for DKIM and ARC signing and verification
Python module that implements DKIM (DomainKeys Identified Mail) email signing and verification as well as ARC (Authenticated Received Chain) signing and verification. It also provides helper scripts for key generation and command line signing and verification. This is the Python (2) version of the package.