TeleFlow Step 0540
From TeleFlow
Hash Step
Generates an MD5 hash of a given string.
The hashing method used is the "RSA Data Security, Inc. MD5 Message-Digest Algorithm", and is provided under license. If you are using TeleFlow to create an application for resale, you are required to abide by the same terms. See "NOTES" below. The MD5 hash value is not reversible. You can create an MD5 hash, and use that hash to compare against another MD5 hash to determine if the two original values are the same, but you cannot use the MD5 hash to determine what the original value was. For this reason, the most common use for MD5 hashing is to store sensitive information, such as passwords.
Contents |
Properties
Text to Hash: The text or variable containing text to be hashed.
Variable to accept hashed text to: Specify a variable to receive the hash into.
Case option: Indicates the case of the output hexadecimal sequence (lower case or UPPER CASE).
Action Steps
None.
Related Steps
Notes
License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function.
