Hash Service
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
This function creates a unique string out of the original string.
You can then determine if the original string has been changed if
you compare it against the hash.
A great way to use hashes is to hash a file, then you can determine
if the file has been changed.
Usage Notes
Use HashString to create a new hashstring
Use CheckHash to compare a string against a hash.
HashType must be one of the following options
MD5, SHA1, SHA256, SHA384 or SHA512
Case does not matter.
If you write anything else then the function will fail.
Help Message Board