Encryption

Gerhard Haering gerhard.haering at gmx.de
Sat Oct 19 12:38:25 EDT 2002


* Dirk Lannatewitz <dirk.lannatewitz at web.de> [2002-10-19 08:52 -0700]:
> Hi to all,
> 
> I'm searching for one or mor modules, thats enables:
> DES (mode: ECB and CBC)
> Hashfunktions (MD-5 und SHA-1) and 
> RSA.
> 
> I found pycrypto at sourceforge.net, but I'm unable to compile it.

Argh. Doesn't compile with mingw:

src/RIPEMD.c:108: conflicting types for `LONG'
e:/mingw/include/winnt.h:51: previous declaration of `LONG'

If I'll find some time, I'll try to submit a patch. But maybe it's fixed in
CVS already.

M$VC (*yuck*) works, here's the result (untested):

http://www.cs.fhm.edu/~ifw00065/downloads/pycrypto-1.9a4.win32-py2.2.exe

-- Gerhard




More information about the Python-list mailing list