开发者

Difference between php md5() command and Linux md5pass command

开发者 https://www.devze.com 2023-03-05 21:58 出处:网络
The hash produced by php md5() comm开发者_如何转开发and and linux md5pass command are different. What can be the reason behind this?Because md5pass does not create a hash for the given string, it crea

The hash produced by php md5() comm开发者_如何转开发and and linux md5pass command are different. What can be the reason behind this?


Because md5pass does not create a hash for the given string, it creates a hash for the given string and a salt.

0

精彩评论

暂无评论...
验证码 换一张
取 消