Музалёв Николай писал(а):Коллеги! Попутный вопрос: часто вижу этот самый MD5 и его значение, но каким образом использовать эти сакральные знания в практическом плане - никто не просветил.
Вопрос: скачал файл архива, знаю его MD5-код. Как проверить полученное?
Спасибо.
я делаю так :
md5.exe filename
про md5 известно :
MD5 - calculate a message-digest fingerprint ver. 1.00 (1999.03.13)
(c) 1999 by Piotr Klosowski <email>
md5 [ -t | -x | -sstring | filename(s) ]
-sstring prints a checksum of the given string.
-t runs a built-in time trial.
-x runs a built-in test script.
filename(s) prints a checksum(s) for each of the files.
MD5 takes as input a message of arbitrary length and pro-
duces as output a 128-bit fingerprint or message digest
of the input. It is conjectured that it is computationally
infeasible to produce two messages having the same message
digest, or to produce any message having a given prespeci-
fied target message digest. The MD5 algorithm is intended
for digital signature applications, where a large file must
be compressed in a secure manner before being encrypted
with a private (secret) key under a public-key cryptosystem
such as RSA.