Question
Common Wealth Bank of Australia
AU
Last activity: 23 Feb 2022 3:56 EST
BIX extract output file encryption / password protection
Hi,
We have a requirement to encrypt the BIX extract output (i.e. csv/xml) due to the sensitivity of the data being extracted. I could find articles related to encrypting the DB passwords/BIX operator using keyring file but not much details available on encrypting (password protecting) the BIX csv/xml file. Any help will be appreciated. Thanks
Hi @karthigeyanr, BIX doesn't have a feature to encrypt the csv/xml output file.
You can look at field level encryption using TextEncrypted properties or architect an alternative solution such as:
- outputting directly to a secure database, eliminating the need to encrypt files
- perform some lower level filesystem encryption, if your on-prem infrastructure supports this
- manually encrypt the unencrypted BIX export file with help of file listener, activity and cleanup of unencrypted file.
However if your client is security minded, I strongly recommend spending time on upgrading to Pega 8 first.