crypt and decrypt

Jan Dries jdries at mail.com
Sat Jan 27 07:50:54 EST 2001


> Sharmad Naik wrote:
> 
>     Can anyone tell me whether there is a crypting (security) function
> in python 1.52 .

If you just want to encrypt, go for the md5 module. It can provide a
very safe form of authentication.

If you want to be able to decrypt what you encrypt, you may consider the
rotor module. But do realise it's encryption can be (easily) broken, so
don't use it to protect your customer's credit card numbers.

Regards,
Jan




More information about the Python-list mailing list