Name
SHA1 -- calculate SHA1 hash of file (V11.0)
Synopsis
hash$ = SHA1(f$)
Library
dos

Function
This function calculates the SHA1 hash of the file specified in f$ and returns it. The 160-bit checksum is returned as a string containing 20 hex digits.

If you want to compute the SHA1 hash of a string, use the SHA1Str() function instead.

Inputs
f$
file whose SHA1 hash you want to have calculated
Results
hash$
SHA1 hash of file

Show TOC