WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

CheckSum..::..Generate Method

Overload List


  Name Description
Public method Static member Generate(String)
Generates a cryptographic hash for a given string using the MD5 algorithm. This method is designed to convert the input text into a hash value represented as an integer. If the input string is null or empty, 0 will be returned.
Public method Static member Generate(String, HashMethod)
Generates a cryptographic hash for a given string using a specified hashing algorithm. If the input string is null, 0 will be returned.