python-otr/pure-python-otr

Off-The-Record Protocol Implementation in Python

Python

155

154 commits

updated Mar 13, 2022

See the code

README

Build Status

Python OTR

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 software is experimental and potentially insecure. Do not rely on it

Usage Notes

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.

Reporting bugs

Please read the FAQ before submitting your issue to the tracker. Pull requests should be addressed to the staging branch, NOT the master branch.

Contributors

afflux

100 commits

koolfy

25 commits

mmb

15 commits

tribut

6 commits

python-otr/pure-python-otr

Off-The-Record Protocol Implementation in Python

Python

155

154 commits

updated Mar 13, 2022

See the code

README

Build Status

Python OTR

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 software is experimental and potentially insecure. Do not rely on it

Usage Notes

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.

Reporting bugs

Please read the FAQ before submitting your issue to the tracker. Pull requests should be addressed to the staging branch, NOT the master branch.

Contributors

afflux

100 commits

koolfy

25 commits

mmb

15 commits

tribut

6 commits

Languages

Python

99.8%