Newly created passwords uses the Federal Information Processing Standards (FIPS)-certified 140-2 encryption algorithm.
Use the information in the following table to migrate existing encrypted passwords in the Replication Server configuration file, rs_users and rs_maintusers tables.
Task |
Command/Step |
---|---|
Encrypt existing user passwords to the new algorithm |
alter user user set password password where:
|
Encrypt existing database maintenance user passwords to the new algorithm |
alter connection to data_server.database set password to password where, password is the existing password you want to encrypt using the new algorithm. |
Encrypt existing route user passwords to the new algorithm |
alter route to dest_replication_server set password to passwd where:
|
Encrypt existing user passwords in the configuration file to the new algorithm |
|