In wp-login.php i want send password salted SHA256 on password. So i can avoid the security data exposed.
see the screenshot where pwd is not encrypted so how can make made encryption so should not be display the password even in inspect
In wp-login.php i want send password salted SHA256 on password. So i can avoid the security data exposed.
see the screenshot where pwd is not encrypted so how can make made encryption so should not be display the password even in inspect
Share Improve this question asked Jan 16, 2020 at 17:03 Vishal TannaVishal Tanna 1511 silver badge10 bronze badges1 Answer
Reset to default 1The correct answer is to use SSL.
However, you could use javascript to encrypt the password somehow before sending it to the server, but this isn't going to offer much more protection because anyone looking at the data could just as easily unencrypt the password. Here's more on that: https://stackoverflow/questions/12291495/how-to-encrypt-form-data.
Use SSL ;)
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744829355a4595991.html
评论列表(0条)