StringTools[Hash] - compute a hash value for a string
|
Calling Sequence
|
|
Hash( s )
|
|
Parameters
|
|
s
|
-
|
Maple string; string to be hashed
|
|
|
|
|
Description
|
|
•
|
The procedure Hash computes an MD5 hash, or message digest of the string s.
|
•
|
This hashed value is represented by a 32-byte string that is a hexadecimal representation of the integer value of the hash.
|
•
|
It is extremely unlikely that two distinct strings, of arbitrary length, will produce the same hashed value.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?