1. Docs
  2. Formulas
  3. Functions

ZSCALER_OBFUSCATE_API_KEY

Obfuscates a Zscaler API key using the function described in the Zscaler API documentation. For the "now" argument provide the current time in milliseconds since the epoch with DATE(NOW(), "%s%L").

Categories: Hashing/Signing

Syntax

ZSCALER_OBFUSCATE_API_KEY(api_key, now)

Examples

Example 1

Formula

ZSCALER_OBFUSCATE_API_KEY("my_api_key", DATE(NOW(), "%s%L"))

Output

"yy_k_p_ip"
Was this helpful?