Can anyone suggest a good crypto package?

Paul Rubin http
Thu Sep 4 16:09:51 EDT 2008


Fett <FettManChu at gmail.com> writes:
> Is there any crypto package that is actually written in python? I
> seriously don't care how slow it is.

I wrote a simple symmetric encryption function in python:

  http://nightsong.com/phr/crypto/p3.py

I wrote a somewhat fancier package that did public key a while back,
that is unreleased because of insufficient testing and some features
I'd like to have done differently, but I ought to get around to
cleaning it up sometime.

There is also tlslite, which you might be able to extract
some public key functions from:  http://trevp.net/tlslite



More information about the Python-list mailing list