1. Handlebars Helpers
  2. Decrypt

Handlebars Helpers

Decrypt

Returns the decrypted version of the input data using a specified secret.

Uses

  • Use to get back original text that was encrypted
  • Use to decrypt api keys for authorization in API Call Task

Usage

Helper name : decrypt

Parameter Description
1 The decryption key, the same key that was used to encrypt

eg. {{#decrypt 'password'}}{{/decrypt}}

NOTE

Use with Encrypt to encrypt the text

Examples

Decrypt some data

Example definition:

loading...

Substituted definition

loading...
Coming Soon...

Decrypt a data structure

This method uses the JSON Parse Hashtag Helper with decrypt to decrypt a full data structure

Example savedata task:

loading...

Saved data

loading...