sha1

Produces a SHA1 hash of a value. Note that the algorithm SHA256 is also available using the sha256 function.

sha1(<value>)

Use Case: You want to encrypt a user’s email address in SHA1 format in a query string parameter for later decryption. Note: This is case sensitive, so “John” will return a different value than “john”


Zephyr: In the Auto Append Link Parameters Section:

user_email={sha1(email)}

Output:

user_email=4e3cdad12b44767d3e970f516d6aff19b562cff1

Contact us

Top