Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

How to send password securely over HTTP?

$
0
0
On using PHPRunner 9.8, when user submits a form with his username and password on the login screen, the password will be sent in plain text (even with POST).
My question is what is the right way to protect the user and his password against the third party who might be eavesdropping on the communication data?
Example: encryption in Javascript and decryption with PHP

Viewing all articles
Browse latest Browse all 2586

Trending Articles