Hash Module

From SolarStrike wiki
Revision as of 15:49, 18 July 2014 by Elverion (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.