From WikiChip
Difference between revisions of "mirc/identifiers/$md5"
< mirc‎ | identifiers

(Created page with "{{mirc title|$md5 Identifier}}'''$md5''' returns the md5 hash value for the specified data == Synopsis == <pre>$md5(text|&binvar|filename,N)</pre> == Paramters == * '''text...")
 
m (See Also: Fix also see.)
Line 20: Line 20:
  
 
== See Also ==
 
== See Also ==
{{mIRC|/$sha1}}
+
{{mIRC|$sha1}}
{{mIRC|/$sha256}}
+
{{mIRC|$sha256}}
{{mIRC|/$sha384}}
+
{{mIRC|$sha384}}
{{mIRC|/$sha512}}
+
{{mIRC|$sha512}}
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 21:46, 24 January 2024

$md5 returns the md5 hash value for the specified data


Synopsis

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

Paramters

  • 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

None

Example

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

Compatibility

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

$sha1 $sha256 $sha384 $sha512