Password protection for Python and PHP -
i building web/desktop application. user can create business relationship online , login either online or via desktop client. client built in python , exported exe.
i want encrypt password before sent online site has no https connection.
what best way hashed password same in python , php? or improve way or should invest in https?
i have tried using simple hashing php md5("hello")
homecoming different python's hashlib.md5("hello").hexdigest()
forget idea. hashing password on client, sending hash server , compare stored hash equivalent storing plain passwords in database, because hash becomes password.
or should invest in https?
yes!
php python passwords password-protection password-encryption
No comments:
Post a Comment