other than using SSL, is there a way to encrypt the password in the Django structure at the first POST on the server? For example, if I have a form that accepts a username and password, and then send it to another view, are the passwords sent to the backend unencrypted? If so, is there a way to encrypt passwords before sending them to the server?
source
share