Send password over TCP connection

dcrespo dcrespo at gmail.com
Thu Oct 13 16:25:40 EDT 2005


Ok, I understand... What about the MD5? Is it good enough to use when
saving a hashed password on the database?

For example:
user_input = raw_input("Type your password: ")
password = md5.md5(user_input).hexdigest()
SavePasswordInDatabase(user,password)




More information about the Python-list mailing list