RC4.py?

Kalle Svensson karl-sve at dsv.su.se
Fri Jun 30 05:06:26 EDT 2000


Hi!

On Thu, 29 Jun 2000, Dinu C. Gherman wrote:

> does anybody have a working, free (or not free) implementa-
> tion of RC4, a symmetric encryption algorithm developped by
> RSA, Inc., written in pure Python?

Take a look at CipherSaber (http://ciphersaber.gurus.com/).
Short summary: CipherSaber is a system for symmetric encryption. It uses
the RC4 algorithm. You are encouraged to write your own implementation,
and there are lots of tips on how to do that.

Now, if you still don't want to write your own implementation (booh :)),
there is a list of implementations at
http://www.xs4all.nl/~cg/ciphersaber/, including one in python.

HTH,
  Kalle Svensson




More information about the Python-list mailing list