Re: [Tutor] dynamic lists

2006-01-03 Thread Alan Gauld

>> im looking for very simple DES and RSA algorithms writen in python (or
>> C), can anyone know where i can find them
>
> I'll be slightly surprised if you find Python versions(but not amazed! :-)
> since performance is usually of high priority for cryptography.

Ok, I'm duly surprised but not amazed... ;-)

Batteries not included this time but available nonetheless,
Python never ceased to catch me out... Mind you I still doubt
I'd use Python for anything other than experimental crypto work.
(But that might just be my comms background and the need for
real-time encryption showing through...)

Alan G.

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] dynamic lists

2006-01-03 Thread Alan Gauld
> im looking for very simple DES and RSA algorithms writen in python (or 
> C), can anyone know where i can find them

I'll be slightly surprised if you find Python versions(but not amazed! :-)
since performance is usually of high priority for cryptography.

But the RSA site should have C libraries I think.
They used to...

Note that DES is now considered minimum security since it was 
broken by brute force in DesChall a few years ago...

Alan G
Author of the learn to program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] dynamic lists

2006-01-03 Thread Jason Massey
googled for rsa & python:

http://www.python.org/workshops/1995-05/pct.html

On 1/3/06, lfiedor <[EMAIL PROTECTED]> wrote:
Hiim looking for very simple DES and RSA algorithms writen in python (orC), can anyone know where i can find them___Tutor maillist  -  
Tutor@python.orghttp://mail.python.org/mailman/listinfo/tutor
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] dynamic lists

2006-01-03 Thread lfiedor
Hi
im looking for very simple DES and RSA algorithms writen in python (or 
C), can anyone know where i can find them

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor