Home  >  Article  >  Backend Development  >  客户端md5加密毛用,该怎么处理

客户端md5加密毛用,该怎么处理

WBOY
WBOYOriginal
2016-06-13 11:50:251080browse

客户端md5加密毛用
rt呀,再多写点,看到rs论坛登录时在客户端对密码进行md5加密,人家截获你加密后的md5,使用md5来登录,加密不加密毛用呢,只是把原始密码包藏起来而已 

------解决方案--------------------

引用:
Quote: 引用:

Quote: 引用:

楼主的意思应该是这样:获取登陆者md5加密后的密码,反解密,再登陆


md5可以反解密那也是高人了
难道MD5加密 不可以反解密?

你会吗 求赐教
------解决方案--------------------
那要看加密程度了
------解决方案--------------------
关键在截获吧,可以用https   
------解决方案--------------------
md5+nonce 每次请求的串不一致 md5也就不一致了,截获了也不能使用了 

客户端md5加密为啥没用?
------解决方案--------------------
生成验证串的,其中md5("这的内容不能是固定的")
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