Encryption with Python

Paul Rubin http
Wed Jun 23 00:33:08 EDT 2004


klachemin at home.com (Kamilche) writes:
> I've written an encryption algorithm in pure Python that can process
> 22 megs of data a second. I know it's not secure, but it should be
> enough to ward off casual hacking. Does someone know of something
> speedier?

Yes, you can just copy the input to the output.  That's quite fast,
and it's at least as insecure as your method.



More information about the Python-list mailing list