encryption with python

Michael J. Fromberger Michael.J.Fromberger at Clothing.Dartmouth.EDU
Wed Sep 7 10:38:37 EDT 2005


In article <1126101629.243503.299310 at g44g2000cwa.googlegroups.com>,
 jlocc at fau.edu wrote:

> Hi!
> 
> I was wondering if someone can recommend a good encryption algorithm
> written in python. My goal is to combine two different numbers and
> encrypt them to create a new number that cann't be traced back to the
> originals.
> 
> It would be great if there exists a library already written to do this,
> and if there is, can somebody please point me to it??

I recommend you investigate PyCrypto:
  http://www.amk.ca/python/code/crypto
  http://sourceforge.net/projects/pycrypto

Cheers,
-M

-- 
Michael J. Fromberger             | Lecturer, Dept. of Computer Science
http://www.dartmouth.edu/~sting/  | Dartmouth College, Hanover, NH, USA



More information about the Python-list mailing list