sha256

Produces a SHA256 cryptographic hash of a value.

sha256(<value>)

Use Case: You want to encrypt a user’s email address in SHA256 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={sha256(email)}
Output:
user_email=59412ae8511754a0ce1a95bed5d37a21532b5859e68ba0261f658544ac49a197

Contact us

Top