Off-The-Record Protocol Implementation in Python
Python
155
154 commits
updated Mar 13, 2022
This is a pure Python OTR implementation; it does not bind to libotr.
Install the potr Python module:
sudo python setup.py install
Dependencies: pycrypto >= 2.1 (see dlitz/pycrypto)
This module uses pycrypto's RNG. If you use this package in your application and your application
uses os.fork(), make sure to call Crypto.Random.atfork() in both the parent and the child process.
Please read the FAQ before submitting your issue to the tracker. Pull requests should be addressed to the staging branch, NOT the master branch.
Python
99.8%
Off-The-Record Protocol Implementation in Python
Python
155
154 commits
updated Mar 13, 2022
This is a pure Python OTR implementation; it does not bind to libotr.
Install the potr Python module:
sudo python setup.py install
Dependencies: pycrypto >= 2.1 (see dlitz/pycrypto)
This module uses pycrypto's RNG. If you use this package in your application and your application
uses os.fork(), make sure to call Crypto.Random.atfork() in both the parent and the child process.
Please read the FAQ before submitting your issue to the tracker. Pull requests should be addressed to the staging branch, NOT the master branch.
Python
99.8%