并行化的需求
Md5HashProvider
01 Syntax
Microsoft.VisualBasic.SecurityString.Md5HashProvider
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetMd5Hash | 2 | Calculate the md5 hashcode based on the given input data. |
| GetMd5hashLong | 1 | HashAlgorithm.ComputeHash()) -> MD5Hash.ToLong()) |
| ComputeMD5Hash | 1 | |
| GetMd5Bytes | 1 | |
| Dispose | 1 |
03 Members
GetMd5Hash(
String)calculate string md5 hashcode
Parameters
| Name | Type | Description |
|---|---|---|
input | String | - |
Returns
this function may returns empty hashcode string if the given input string is empty.
GetMd5Hash(Byte())
Calculate the md5 hashcode based on the given input data.
Parameters
| Name | Type | Description |
|---|---|---|
input | Byte() | - |
GetMd5hashLong(Byte())
HashAlgorithm.ComputeHash() -> MD5Hash.ToLong()
Parameters
| Name | Type | Description |
|---|---|---|
input | Byte() | - |
ComputeMD5Hash(
String)GetMd5Bytes(Byte())
Dispose()