Password Encryption Setting
  • 01 Mar 2021
  • 1 Minute to read
  • Dark
    Light

Password Encryption Setting

  • Dark
    Light

Article Summary

Overview

In Decisions, the user is provided with several options for password encryption which are shown in the Example below.

Example

  1. Change the Password encryption settings in the Settings.xml file, found at C:\Program Files\Decisions\Decisions Server in a default Decisions installation.

  2. Open the Settings.xml file with Notepad, or a preferred code editing software, then locate the strings in the screenshot below to change password encryption.2019-12-16_15h47_46.png

Password Encryption Type

The RecoverablePasswordEncryptionType is configured to set the Encryption Type that handles two-way encryption, which is used when information that is encrypted needs to be decrypted again.

To change the Two-Way Encryption Type, delete the previous encryption type from between the tags, then enter an option from the following list.

  • DES
  • TripleDES
  • Rijndael
  • RC2
  • Aes
Case-Sensitive
The options are case-sensitive entries. This is most notable if using AES, in which case, be sure to enter >Aes< into Settings.xml.

<RecoverablePasswordEncryptionType>DES</RecoverablePasswordEncryptionType>

2019-12-16_16h07_19.gif


Password Hash Encryption Type

The PasswordHashEncryptionType is configured to set the Encryption Type that handles one-way encryption, which is otherwise known as hashing. This process uses an algorithm to encrypt a piece of data with a method that cannot be reversed to assure that the data is not altered.

To change the One-Way Encryption Type, delete the previous encryption type from between the tags, then enter an option from the following list.

MD5
SHA1
SHA256
SHA384
SHA512

<PasswordHashEncryptionType>MD5</PasswordHashEncryptionType>

2019-12-16_16h38_47.gif


After the desired changes have been made to the Settings.xml file, save the file and close the software being used to edit it. In order for these changes to take effect, the Decisions Application will need to be restarted. Once the restart is complete, the changes will be applied.

To find out how to restart the service, please review the Restart the Decisions Application article.

Was this article helpful?