52ky 发表于 2021-4-15 19:06:39

MD5计算工具

MD5计算工具,在字符串输入框输入要加密的字符串后点击转换按钮即生成加密后的MD5码,一般MD5码都是用32位长的,不过有的程序用的是16位长的MD5码,所以本程序生成了两种,其实十六位就是三十二位MD5中的第九个到第十六个字符。

(MD5 calculation tool, input the string to be encrypted in the string input box and click the conversion button to generate the encrypted MD5 code. Generally, MD5 code is 32-bit long, but some programs use 16 bit MD5 code, so this program generates two kinds of MD5 code. In fact, 16 bit is the ninth to 16th character in 32-bit MD5.)


页: [1]
查看完整版本: MD5计算工具