Skip to content

python-otr/pure-python-otr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Off-The-Record Protocol Implementation in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published