Send password over TCP connection

dcrespo dcrespo at gmail.com
Mon Oct 10 14:36:51 EDT 2005


I think you said the same as me:
Client:
Password = "password"
h = Hash(Password)
h is "GddTHww90lze7vnmxG" (whatever)

Sends h over the network to the server.

h is a string, so this approach is simply vulnerable.

SRP seems to be very good, but because I don't know it well, I think
I'll delay it for a while.

Thank you




More information about the Python-list mailing list