HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/slsh/help/chksumfuns.hlp
md5sum

 SYNOPSIS
  Compute an MD5 sum for a string

 USAGE
  String_Type md5sum (BString_Type bstr)

 DESCRIPTION
  The `md5sum' function computes the MD5 checksum for the
  specified binary string.  The function returns a string representing
  the hexadecimal representation of the checksum.

 SEE ALSO
  md5sum_file, sha1sum

--------------------------------------------------------------

md5sum_file

 SYNOPSIS
  Compute the MD5 sum for the contents of a file

 USAGE
  String_Type md5sum_file (String_Type|File_Type f)

 DESCRIPTION
  The `md5sum_file' computes the MD5 sum on the contents of a
  file.  The file may either be specified as a string giving the name
  of the file, or as an open stdio File_Type pointer.  The
  function returns a string representing the hexadecimal
  representation of the checksum.

 SEE ALSO
  md5sum, sha1sum_file, sha1sum

--------------------------------------------------------------

sha1sum

 SYNOPSIS
  Compute the SHA1 sum for a string

 USAGE
  String_Type sha1sum (BString_Type bstr)

 DESCRIPTION
  The `sha1sum' function computes the SHA1 checksum for the
  specified binary string.  The function returns a string representing
  the hexadecimal representation of the checksum.

 SEE ALSO
  sha1sum_file, md5sum

--------------------------------------------------------------

sha1sum_file

 SYNOPSIS
  Compute the SHA1 sum for the contents of a file

 USAGE
  String_Type sha1sum_file (String_Type|File_Type f)

 DESCRIPTION
  The `sha1sum_file' computes the SHA1 sum on the contents of a
  file.  The file may either be specified as a string giving the name
  of the file, or as an open stdio File_Type pointer.  The
  function returns a string representing the hexadecimal
  representation of the checksum.

 SEE ALSO
  sha1sum, md5sum_file, md5sum

--------------------------------------------------------------