1.2 Configuration for storing key for decrypting uploaded files and creating encrypted response files

The key used for file decryption by default decryptor is stored in database in digx_fw_config_all_b with prop_id as ENCRYPTION_KEY.

  1. If this is to be stored in WLS connector update the property as below:
    update digx_fw_config_all_b set prop_value='KEY_STORE' 
    where prop_id='ENCRYPTION_KEY_LOCATION';
  2. Update the encryption key in connector as below:



  3. Click New → Select ra/DIGXConnectorFILEUPLOADNext → Select Default User.
  4. In Password field, enter the encryption key.