the user name and password sent through the post method in WeChat Mini Programs (self-built login method) are currently in clear text. Is there any good way to encrypt the data (do not allow plaintext transmission), so as to improve security.
the user name and password sent through the post method in WeChat Mini Programs (self-built login method) are currently in clear text. Is there any good way to encrypt the data (do not allow plaintext transmission), so as to improve security.
md5
well, there is nothing wrong with md5, https://www.cnblogs.com/xinyu.
use MD5 encryption to save in the database, and later compare MD5 ciphertext without having to compare plaintext
md5 encrypted transmission.
use https
Previous: How to upgrade Material-UI version from next to official version v1
Next: The break point of the intellij idea dubbo project, but it's not in that position.