New Discussion

Notifications

You’re not receiving notifications from this thread.

No Client-side Encryption of Passwords

1
Rails

There are no client-side encryption of passwords when they are sent to the web server. In mitigation, the passwords are already protected by SSL/TLS during transit. An example of the POST request is as follows:
user[email]=user@gorails.com&user[password]=****************

*Password has been masked for confidentiality purposes.

anyone can help?

Join the discussion
Create an account Log in