Triple-DES implementation in Python

Anthony Baxter anthony at interlink.com.au
Sat Oct 20 01:43:22 EDT 2001


Or you could just grab M2Crypto, which has already done this :)


>>> Paul Rubin wrote
> 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.
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 

-- 
Anthony Baxter     <anthony at interlink.com.au>   
It's never too late to have a happy childhood.





More information about the Python-list mailing list