Skip to main content

Pretty Good Privacy Connector

Pretty Good Privacy Pretty 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 File

Decrypt a file with a password or PGP private key and passphrase

InputCommentsDefault
File to DecryptThis should be a reference to a previous step that returns binary data.
PasswordProvide a string password to encrypt the message. You can elect to encrypt the message with a password or public PGP key, but not both.
Private KeyProvide a string PGP pviate key to decrypt the message. You can elect to decrypt the message with a password or private PGP key, but not both.
Private Key PassphraseProvide a string passphrase for your private key if you are using a private key to decrypt the message.

Decrypt Message

Decrypt a string message with a password or PGP private key and passphrase

InputCommentsDefault
Encrypted MessageThe message to be decrypted.
PasswordProvide a string password to encrypt the message. You can elect to encrypt the message with a password or public PGP key, but not both.
Private KeyProvide a string PGP pviate key to decrypt the message. You can elect to decrypt the message with a password or private PGP key, but not both.
Private Key PassphraseProvide a string passphrase for your private key if you are using a private key to decrypt the message.

Encrypt File

Encrypt a file with a password or PGP public key

InputCommentsDefault
File to EncryptThis should be a reference to a previous step that returns binary data.
FilenameThe name of the file to encrypt
PasswordProvide a string password to encrypt the message. You can elect to encrypt the message with a password or public PGP key, but not both.
Public KeyProvide a string PGP public key to encrypt the message. You can elect to encrypt the message with a password or public PGP key, but not both.

Encrypt Message

Encrypt a string message with a password or PGP public key

InputCommentsDefault
Message to EncryptThe message to be encrypted.
PasswordProvide a string password to encrypt the message. You can elect to encrypt the message with a password or public PGP key, but not both.
Public KeyProvide a string PGP public key to encrypt the message. You can elect to encrypt the message with a password or public PGP key, but not both.