Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

You can override an encryption/decryption key at runtime. Use PGP type KeyManager in Data Security for encrypting/decrypting the key.

Follow these steps to override key:

  1. Set the Base64 encoded key in String Format in context variable Service.DataSecurityActivityName.keyInStringFormat at runtime.
  2. Set the context variable Service.DataSecurityActivityName.privateKeyPassword  to override the private key password.

  • For Encryption Data Security activity, key is Public and key is Private for Decryption Data Security activity.
  • You must provide the password in plain text format.

 

For more help refer to the below image:

where,

DataSecurityActivityName is name of Data Security activity.

 

  • No labels