From WikiChip
$md5 Identifier - mIRC
< mirc‎ | identifiers

$md5 returns the md5 hash value for the specified data


Synopsis[edit]

$md5(text|&binvar|filename,N)

Paramters[edit]

  • text - plain text, to be used with N = 0 (default)
  • &binvar - the content of the binary variable is used to calculate the hash, to be used with N = 1
  • filename - the content of the filename is used to calculate the hash, to be used with N = 2

Properties[edit]

None

Example[edit]

//echo -a $md5($mircexe,2)

Compatibility[edit]

Added: mIRC v6.03
Added on: 16 Aug 2002
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]