Triple-DES implementation in Python

Krish ksatcu at yahoo.com
Fri Oct 19 18:58:30 EDT 2001


I would really appreciate it if you could mail me the code that you have.

Thanks
Krish

Paul Rubin <phr-n2001d at nightsong.com> wrote in message news:<7x1yjzoghu.fsf at ruckus.brouhaha.com>...
> Georg Bisseling <Georg.Bisseling at pallas.com> writes:
> > I would go to www.OpenSSL.org, get a free C implementation,
> > learn how to integrate C extensions into python and do it.
> 
> It's not that easy.  You'd then have to make loadable modules for
> every computer and OS that anyone who wants to use the function might
> be running.  There are plenty of C implementations of DES already
> linked to Python, but it's useful to also have a pure Python
> implementation.



More information about the Python-list mailing list