This transformer is encrypting data using symmetric AES-256 encryption algorithm.
Encrypt data transformer is using generating encryption key based on passphrase and init key.
Please note that both passphrase and init key are stored in VSPE configuration file!
To decrypt data, add Decrypt data transformer on receiver side.
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 encryption 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:
-