求一可以在命令行下用MD5加密字符串的工具
并且可以用在批处理中
[ Last edited by fornever on 2006-9-16 at 22:03 ]
并且可以用在批处理中
[ Last edited by fornever on 2006-9-16 at 22:03 ]
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
| 评分人 | 分数 | 时间 |
|---|---|---|
| — | +1 | 2009-09-15 23:55 |
| 评分人 | 分数 | 时间 |
|---|---|---|
| — | +1 | 2010-12-28 13:24 |
MD5 -- Calculate MD5 signature of file. Call
with md5
Options:
-csig Check against sig, set exit status 0 = OK
-dtext Compute signature of text argument
-l Use lower case letters for hexadecimal digit
-n Do not show file name after sum
-ofname Write output to fname (- = stdout)
-u Print this message
-v Print version information
by John Walker -- http://www.fourmilab.ch/
Version 2.0 (2003-04-15)
This program is in the public domain.
C:>md5.exe -d123456
E10ADC3949BA59ABBE56E057F20F883E
| 评分人 | 分数 | 时间 |
|---|---|---|
| redtek | +15 | 2007-01-27 10:11 |
md5.exe -d^