HashVariant
Sub
HashVariant (
SourceString As String, HashType As HASH_METHODS ) As String |
The HashVariant function computes the hash value of the given
variable and return it
as a string.
Available hash methods are :
Symbolic name |
Numeric value |
Description |
HASH_SHA1 |
0 |
Produces SHA1 hash |
HASH_MD5 |
1 |
Produces MD5 hash
|
HASH_RIPEMD160 |
2 |
Produces RIPEMD160 hash
|
See also Hash overview, HashFile
|