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
eg.
{{#decrypt 'password'}}{{/decrypt}}
NOTE
Use with Encrypt to encrypt the text
Examples
Decrypt some data
Example definition:
Substituted definition
Decrypt a data structure
This method uses the JSON Parse Hashtag Helper with decrypt to decrypt a full data structure
Example definition:
Substituted definition