convertkey
Pure Python implementation of the OTR protocol
Install
- All systems
-
curl cmd.cat/convertkey.sh
- Debian
-
apt-get install python-potr
- Ubuntu
-
apt-get install python-potr
- Kali Linux
-
apt-get install python-potr
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-potr
- Raspbian
-
apt-get install python-potr
- Dockerfile
- dockerfile.run/convertkey
python-potr
Pure Python implementation of the OTR protocol
pure-python-otr is a pure Python implementation of the OTR protocol (Off-the-Record encryption, see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their Python-based Instant Messaging clients. A gajim-otr plugin will be available in the next major Gajim release to provide IM encryption independently of the underlying chat protocol. This package also includes the command line utility 'convertkey' for converting the old OTR file format to the new one.