[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 (
[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
Why do you want to encrypt just the numbers?
--
http://mail.python.org/mailman/listinfo/python-list
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.
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