Daniel's XL Toolbox NG
Bovender.FileHelpers Class Reference

Static Public Member Functions

static string Sha256Hash (string file)
 Computes the Sha256 hash of a given file. More...
 
static string Sha1Hash (string file)
 Computes the Sha1 hash of a given file. More...
 
static string Sha256Hash (string file)
 Computes the Sha256 hash of a given file. More...
 
static string Sha1Hash (string file)
 Computes the Sha1 hash of a given file. More...
 

Member Function Documentation

◆ Sha1Hash() [1/2]

static string Bovender.FileHelpers.Sha1Hash ( string  file)
inlinestatic

Computes the Sha1 hash of a given file.

Parameters
fileFile to compute the Sha1 for.
Returns
Sha1 hash.

◆ Sha1Hash() [2/2]

static string Bovender.FileHelpers.Sha1Hash ( string  file)
inlinestatic

Computes the Sha1 hash of a given file.

Parameters
fileFile to compute the Sha1 for.
Returns
Sha1 hash.

◆ Sha256Hash() [1/2]

static string Bovender.FileHelpers.Sha256Hash ( string  file)
inlinestatic

Computes the Sha256 hash of a given file.

Parameters
fileFile to compute the Sha256 for.
Returns
Sha1 hash.

◆ Sha256Hash() [2/2]

static string Bovender.FileHelpers.Sha256Hash ( string  file)
inlinestatic

Computes the Sha256 hash of a given file.

Parameters
fileFile to compute the Sha256 for.
Returns
Sha1 hash.

The documentation for this class was generated from the following file: