Méthode | Description | |
---|---|---|
GetMd5HasFromStream ( Stream stream ) : string | ||
GetMd5HashFromFile ( IAbsoluteFilePath path ) : string | ||
MD5 ( this password, int rotations = 1 ) : byte[] | ||
MD5String ( this password, int rotations = 1 ) : string | ||
Sha1 ( this stream, int rotations = 1 ) : byte[] | ||
Sha1String ( this password, int rotations = 1 ) : string | ||
Sha256 ( this password, int rotations = 1 ) : byte[] | ||
Sha256String ( this password, int rotations = 1 ) : string | ||
Sha512 ( this password, int rotations = 1 ) : byte[] | ||
Sha512String ( this password, int rotations = 1 ) : string |
public static GetMd5HasFromStream ( Stream stream ) : string | ||
stream | Stream | |
Résultat | string |
public static GetMd5HashFromFile ( IAbsoluteFilePath path ) : string | ||
path | IAbsoluteFilePath | |
Résultat | string |
public static MD5 ( this password, int rotations = 1 ) : byte[] | ||
password | this | |
rotations | int | |
Résultat | byte[] |
public static MD5String ( this password, int rotations = 1 ) : string | ||
password | this | |
rotations | int | |
Résultat | string |
public static Sha1 ( this stream, int rotations = 1 ) : byte[] | ||
stream | this | |
rotations | int | |
Résultat | byte[] |
public static Sha1String ( this password, int rotations = 1 ) : string | ||
password | this | |
rotations | int | |
Résultat | string |
public static Sha256 ( this password, int rotations = 1 ) : byte[] | ||
password | this | |
rotations | int | |
Résultat | byte[] |
public static Sha256String ( this password, int rotations = 1 ) : string | ||
password | this | |
rotations | int | |
Résultat | string |
public static Sha512 ( this password, int rotations = 1 ) : byte[] | ||
password | this | |
rotations | int | |
Résultat | byte[] |
public static Sha512String ( this password, int rotations = 1 ) : string | ||
password | this | |
rotations | int | |
Résultat | string |