1

Let's just say there is a client and a server. The end-user inputs his/her password in the client interface. Then the data will be sent to the server for validation.

In terms of security, would it be best to:

  • Transmit the plaintext password to the server? or
  • Transmit the hash value of the plaintext to the server?

0 Answers0