Re: ezPyCrypto

2005-09-14 Thread Maciej Dziardziel
[EMAIL PROTECTED] wrote: > Hi!! > > I finally decided to use ezPyCrypto for my project but I can't download > it from http://www.freenet.org.nz/ezPyCrypto/ ... Check this link now, it works for me. -- Maciej "Fiedzia" Dziardziel (fiedzia (at) fiedzia (dot) prv (

Re: ezPyCrypto

2005-09-14 Thread Paul Rubin
[EMAIL PROTECTED] writes: > My goal is to encrypt a nine-digit number so that it can be safely used > as a student ID number. Why don't you just use the build in stdlib functions as other people have proposed? -- http://mail.python.org/mailman/listinfo/python-list

Re: ezPyCrypto

2005-09-14 Thread [EMAIL PROTECTED]
Why do you want to encrypt just the numbers? -- http://mail.python.org/mailman/listinfo/python-list

ezPyCrypto

2005-09-14 Thread jlocc
Hi!! I finally decided to use ezPyCrypto for my project but I can't download it from http://www.freenet.org.nz/ezPyCrypto/ ... Does anyone know of a different mirror? Maybe a similar wrapper? My goal is to encrypt a nine-digit number so that it can be safely used as a student ID number.

ezPyCrypto confusion

2005-05-11 Thread scott
I am experimenting with ezPyCrypto ( http://www.freenet.org.nz/ezPyCrypto/ ). Having difficulty making the key portable (ie put in a file). I don't get an error message, I just recover a message string that is empty instead of one that contains my message. The code is below with a few