On 28-3-2010 12:08, Lawrence D'Oliveiro wrote:
In message<91541c26-6f18-40c7- [email protected]>, [email protected] wrote:It is possible to encrypt with md5 python source code?Don’t use MD5.
Also, md5 is not an encryption algorithm at all, it is a secure hashing function.(well, not so secure anymore nowadays, which probably is why Lawrence already wrote to avoid using it).
irmen -- http://mail.python.org/mailman/listinfo/python-list
