Difference between revisions of "Sizemd5"
(New page: {{AdvFileParam|sizemd5}} A MD5 check of a specific part of the file ==Usage== sizemd5=<startoffset(int)>|<endoffset(int)>|<hash(text[32])> ===Examples=== sizemd=10|20|12345678901234567...) |
(No difference)
|
Revision as of 16:48, 18 February 2008
A MD5 check of a specific part of the file
Contents
Usage
sizemd5=<startoffset(int)>|<endoffset(int)>|<hash(text[32])>
Examples
sizemd=10|20|123456789012345678901234567890AB
Description
Calculates the hash of the area from offset startoffset to endoffset inside the scanned file and compares against that. Use sparely, since this hash does not get cached.