Any good python crypto toolkit ?

Heiko Wundram heikowu at ceosg.de
Wed Jun 9 06:23:29 EDT 2004


Am Mittwoch, 9. Juni 2004 12:18 schrieb Simon Roses Femerling:
> Any comments ?

You won't get around installing some thirdparty libs, in case you want speedy 
encryption/decryption...

What I can recommend:

<shameless plug>

Get PyCrypto from http://www.amk.ca and install 
http://sourceforge.net/projects/yawpycrypto on top of it. yawPyCrypto shields 
you from many of the complexities of the underlying code, and offers a 
uniform interface to encryption using PyCrypto.

Example code which demonstrates yawPyCrypto is included in the package on 
SourceForge. You need to install both yawPyCrypto and Flatten to have a 
working installation. Flatten is also found on the yawPyCrypto page at 
SourceForge.

I'd love to get some feedback on your mileage... ;)

</shameless plug>

HTH!

Heiko.




More information about the Python-list mailing list