crypt and decrypt
Jan Dries
jdries at mail.com
Sat Jan 27 07:50:54 EST 2001
More information about the Python-list mailing list
Sat Jan 27 07:50:54 EST 2001
- Previous message (by thread): Web Hosting only cost HK$50
- Next message (by thread): crypt and decrypt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): Web Hosting only cost HK$50
- Next message (by thread): crypt and decrypt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list