Triple-DES implementation in Python

Georg Bisseling Georg.Bisseling at pallas.com
Fri Oct 19 10:07:28 EDT 2001


Krish wrote:
> 
> Hello,
> 
> Does anyone know if there is a publically available library for
> DES/Triple DES implementation in Python.
> 
> Thanks a bunch for the info.
> KS

If there is not already a crypto module/package for
python:

I would go to www.OpenSSL.org, get a free C implementation,
learn how to integrate C extensions into python and do it.



More information about the Python-list mailing list