Difference between revisions of "Hash Module"

From SolarStrike wiki
Jump to: navigation, search
(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...")
 
m
 
Line 1: Line 1:
== sha1() ==
+
== sha1 ==
 
'''sha1(str)'''
 
'''sha1(str)'''
  
Line 5: Line 5:
  
  
== sha1_file() ==
+
== sha1_file ==
 
'''sha1_file(filename)'''
 
'''sha1_file(filename)'''
  
 
Returns the SHA1 hash of a file specified by its fullpath and/or filename.
 
Returns the SHA1 hash of a file specified by its fullpath and/or filename.

Latest revision as of 23:47, 17 February 2015

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.