Password Encryption Setting
  • 24 Jun 2022
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

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

Password encryption settings can be changed in the Settings.xml file, which is found at C:\Program Files\Decisions\Decisions Services Manager in a default Decisions installation.

2019-12-16_15h45_45.png


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


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.


Examples

<RecoverablePasswordEncryptionType>DES</RecoverablePasswordEncryptionType>

2019-12-16_16h07_19.gif


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



Examples

<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 service will need a restart. Once the restart is complete, the changes will be applied.

To find out how to restart the service, please review our Restart Service Host Manager article.

Was this article helpful?