Core Function FileMD5
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> FileDecrypt( <file> ) </pre> === Description === Decrypt a file previously encrypted by this windows user account. === Parameters === ==== file ==== File name. === Re...")
Newer edit →
(Created page with "<pre> FileDecrypt( <file> ) </pre> === Description === Decrypt a file previously encrypted by this windows user account. === Parameters === ==== file ==== File name. === Re...")
Newer edit →
Revision as of 11:57, 29 November 2011
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");