Skip to content

Decrypt

Decrypts data encrypted by the Encrypt function.

The data to decrypt. Can be either a base64-encoded string or a list of bytes.

Select either String (default) or Binary.

Return decrypted data as text or binary.

This property will appear only when String is selected for the Input type property.

Select which character encoding must be used when converting the decrypted data to text.

Options include:

  • Default
  • ANSI
  • ASCII
  • EBCDIC
  • Mac
  • OEM
  • Unicode
  • UTF7
  • UTF8

The encryption/decryption algorithm to use.

Options:


The following properties are relevant when you select AES or Triple DES as the algorithm:

Allows the encryption key and initialization vector (IV) to be specified manually or generated from a passphrase and salt.

Only shown if “Use passphrase” property is checked.

The passphrase that was used to generate the key.

Only shown if “Use passphrase” property is checked.

The optional passphrase salt that was added as part of the encryption.

Only shown if “Use passphrase” property is unchecked.

Encryption initialization vector. learn more


The following properties are relevant when you select RSA as the algorithm:

Allows the RSA key to be specified manually or loaded from a certificate file.

Only visible if “Load key from file” is checked.

Path to the certificate file containing RSA key.

Only visible if “Load key from file” is checked.

The password protecting the certificate file.

Only visible if “Load key from file” is unchecked.

The public exponent function of the RSA public key.

Only visible if “Load key from file” is unchecked.

The private exponent function of the RSA private key.

Only visible if “Load key from file” is unchecked.

The private P function of the RSA private key.

Only visible if “Load key from file” is unchecked.

The private Q function of the RSA private key.