pure Python Off-The-Record encryption
Project description
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)
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-potr-1.0.2.tar.gz
(21.1 kB
view hashes)