Hash a file and return the digest as a 32-character hex string. Convenience wrapper around digestFile + hashToHex.
File path.
Optional
If false, returns an all-zero hex string on error. Default true.
Hash a file and return the digest as a 32-character hex string. Convenience wrapper around digestFile + hashToHex.