Difference between revisions of "Hash Module"
From SolarStrike wiki
(Created page with "== sha1() == '''sha1(str)''' Returns the SHA1 hash of a string. == sha1_file() == '''sha1_file(filename)''' Returns the SHA1 hash of a file specified by its fullpath and/o...") |
(No difference)
|
Revision as of 15:49, 18 July 2014
sha1()
sha1(str)
Returns the SHA1 hash of a string.
sha1_file()
sha1_file(filename)
Returns the SHA1 hash of a file specified by its fullpath and/or filename.