About the encryption of post data transmission?

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

Menu