This transformer is decrypting data encrypted by
Encrypt data transformer (symmetric AES-256 encryption algorithm).
Decrypt data transformer is using generating decryption key based on passphrase and init key.
Please note that both passphrase and init key are stored in VSPE configuration file!
Transformer properties:
- Enabled (boolean). If enabled, transformer will be used for data processing.
- Read only (boolean). If set as read only, the transformer will not send any data to next recipient.
- Passphrase (string). Stored in VSPE configuration file! Used to generate decryption key. If empty, default pass phrase will be used.
- Init key (hex string, 56 bytes). Initial key which is combined with passphrase to generate final encryption key. If empty, default init key will be used.
- See also:
-