MD5计算及其代码
代码来源 http://www.ietf.org/rfc/rfc1321.txt rfc1321.txt - APPENDIX A 运行: 在exe目录下输入 MD5_C 参数 参数如下: Arguments (may be any combination): -sstring - digests string -t - runs time trial -x - runs test script filename - digests file (none) - digests standard input 如: MD5_C -x :运行例子
下载地址
用户评论
代码不是很复杂,可惜是用C写的