Home  >  Article  >  Backend Development  >  有没有人可以共享一个网页post内容容易加密程序

有没有人可以共享一个网页post内容容易加密程序

WBOY
WBOYOriginal
2016-06-13 11:09:36764browse

有没有人可以共享一个网页post内容简单加密程序
想对网页post到服务器的内容加密,不知道有没有高手有相关的代码可以共享。简单加密就可以。谢谢!
------解决方案--------------------
如何你真想加密,推荐使用SSL证书进行加密
------解决方案--------------------
简单点的 在js做个md加密 再post数据 (md5现在有专业的网站做破解,但是成功率不怎么高,如果你要求用户的密码复杂性高点 用md5就够了)
复杂点的 就是1楼说的ssl  用 公钥私钥加密解密 这个相对复杂 
LZ自己去查查资料吧!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn