You are here: Business Intelligence Exchange (BIX) > Configuring the extraction environment > Enabling password encryption

Enabling password encryption

BIX lets you pass in a Pega Platform username and password to rule-resolve the Rule-Admin-Extract rule to run. If you want to enable security for the database username and password, you can implement JCE "keyring" encryption by creating a pegarules.keyring file. You can use keyring encryption to encrypt the username and password.

  1. Run the KeyringImpl Java class, which accepts three parameters and generates the keyring file. The parameters are:
  2. To encrypt BIX passwords in the same file, pass an additional argument named "bix". Running the KeyringImpl Java file with this additional parameter prompts the user for the BIX username and password. The file encrypts the information that you enter.