Changing the Hashing Algorithm - Brainware Intelligent Capture - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware Intelligent Capture Installation

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 23.1
License

To change the hashing algorithm, complete one of the following steps.

Note: For more information about the possible hashing algorithms, see About_password_encryption.xml.
  • For a SQL Server database, in Microsoft SQL Server Management Studio, in your BIC database, update the following command with the desired hashing algorithm and then execute the command.
    exec sp_SetGlobalApplicationSetting 'SysAppHashingAlgorithm', '[hashing algorithm]', True
    exec sp_SetGlobalApplicationSetting 'SysAppHashingAlgorithm', 'SHA-512', True
  • For an Oracle database, from the SQL*Plus or ORACLE Management Console, in your BIC database, update the following command with the desired hashing algorithm and then execute the command.
    exec sp_SetGlobalApplicationSetting ('SysAppHashingAlgorithm', '[hashing algorithm]', 1)
    exec sp_SetGlobalApplicationSetting ('SysAppHashingAlgorithm', 'SHA-512', 1)