How-To: Decrypt Output Data
After receiving the encrypted output from a query request, the end-user must decrypt the message using their Secret Key. This guide explains how to perform the decryption process.
Prerequisites
Encrypted Output: The output must be retrieved from a successful query execution.
Secret Key: The user’s Secret Key is required to decrypt the message.
Use the following code snippet to decrypt the output data. Provide the User Access Token and the encrypted output message as parameters:
Last updated
Was this helpful?