Replication Server encrypts all passwords, and stores and transmits passwords in encrypted format.
Replication Server uses password encryption instead of clear text when storing all passwords for new Replication Server installations.
When you you specify or change passwords with rs_init, create user, alter user, create connection, alter connection, create route, and alter route, Replication Server uses an algorithm to encrypt all passwords in the rs_users and rs_maintusers RSSD system tables, and in the Replication Server configuration file. You cannot decrypt the passwords.
Replication Server uses the rs_password_key row in the rs_encryptionkeys RSSD system table, and the RS_random attribute in the configuration file to support password encryption and decryption. Replication Server automatically generates installation specific random values for the rs_password_key row in the system table and for the RS_random attribute when you start Replication Server and Replication Server does not find the values in the table or the configuration file.
alter encryption key rs_password_key regenerate
For upgrade and downgrade considerations, see Replication Server Configuration Guide > Password Encryption.