Encryption

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Tue Apr 23 12:25:03 EDT 2002


Paul Rubin <phr-n2002a at nightsong.com> wrote:

>If the data volume isn't too large and the security requirements
>aren't too intense, you can code RC4 in Python and get the other end
>to configure Arcfour encryption into Mcrypt, and do all the decryption
>in pure Python.  That's probably the easiest approach.  Otherwise you
>have to either get python-mcrypt working under Windows, or find some
>other library that works under Windows.
>
>I coded RC4 in Python a few months ago and it ran at about 100
>kbytes/sec on my P3-750, if that's of any help.  I don't know if
>that's fast enough for your application.  A C implementation would run
>at tens of megabytes/sec.

Thanks. Stuff to think about.
--
Dale Strickland-Clark
Riverhall Systems Ltd




More information about the Python-list mailing list