Enncrypt login form password before transmitting
Hi All,
We do have requirement from client to encrypt login form password before sending it over network. We're trying to convince them that it should be secured to transport it using https, but it is common practice for them and has been standardized as part of security requirements. Is there anyone has similar experience in other project?
***Edited by Moderator Marissa to update SR Details***
Yes. using https will allow them to encrypt the post data on the network. Otherwise someone will have to implement custom form based authentication.