Difference between revisions of "Md5"
m (revert) |
m (→Usage: fixed var type) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | A simple MD5 check of the whole file. | + | |SYNTAX = md5 |
+ | |TITLESYNTAX = md5 | ||
+ | |PREVIOUS = | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = File Hashes | ||
+ | }}A simple MD5 check of the whole file. | ||
==Usage== | ==Usage== | ||
− | md5=<hash( | + | md5=<hash(string[32])> |
===Examples=== | ===Examples=== |
Latest revision as of 18:14, 22 February 2008
md5 | |
Variants | md5 |
Previously | |
Group | File Hashes |
Version | advcheck.dll ??? < 1.5.4.5 |
A simple MD5 check of the whole file.
Contents
Usage
md5=<hash(string[32])>
Examples
md5=123456789012345678901234567890AB
Description
This parameter compares the MD5 hash of the scanned file. MD5 hashes are cached, so this test is actually quite cheap in terms of scantime.