Skip to content

python-otr/pure-python-otr

This branch is 9 commits ahead of, 4 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22c4d90 · Mar 13, 2022
Mar 13, 2022
Apr 4, 2018
Dec 8, 2011
Dec 21, 2016
Apr 2, 2018
Jun 10, 2011
Oct 2, 2013
Dec 13, 2021
Dec 13, 2021
Dec 21, 2016
Dec 13, 2021
Dec 21, 2016

Repository files navigation

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: PyCryptodome (see Legrandin/pycryptodome)

This software is experimental and potentially insecure. Do not rely on it

Usage Notes

This module uses PyCryptodome's RNG. If you use this package in your application and your application uses os.fork(), make sure to call Cryptodome.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.