You are not logged in.
i have a web application written in python, i can use sha1 hashing to provide login security, what i want is for the user to change his/her password, what kind of security can i do so that the changed password is not sent in plaintext but can be deciphered by the server side, SSL is not possible for me.
Offline