Pretty Good Privacy Component

Create and translate encrypted messages
Component key: pgp#
DescriptionPretty Good Privacy is an encryption program that provides cryptographic privacy and authentication for data communication. This component allows you to encrypt and decrypt strings in an integration.
#
Actions#
Decrypt StringReturns a decrypted string from an encrypted message | key: decryptString
Input | Notes |
---|---|
Input Passwords string / Required Value List | Notes For each item, provide an encryption password. |
Input Encrypted Message string / Required | Notes Provide a string value to be decrypted. |
#
Encrypt StringReturns an encrypted message from a string | key: encryptString
Input | Notes |
---|---|
Input Passwords string / Required Value List | Notes For each item, provide a string value for an encryption password. |
Input text code / Required | Notes Provide any value to be encrypted. |