Core Function FileMD5
From Sputnik Wiki
FileDecrypt( <file> )
Contents |
Description
Decrypt a file previously encrypted by this windows user account.
Parameters
file
File name.
Return Value
Success: Returns the hash
Failure: Returns empty string.
Remarks
Works on running files as well.
Example
$MD5 = FileMD5("sputnik.exe"); MsgBox("MD5 hash is $MD5");