alter encryption key

Regenerates an encryption key.

Syntax

alter encryption key key_name regenerate

Parameters

Examples

Usage

  • Replication Server uses the rs_password_key row in rs_encryptionkeys RSSD system table and the RS_random attribute in the Replication Server configuration file for password encryption.

    Use the alter encryption key command to regenerate random values for the rs_password_key row and the RS_random attribute. Passwords in RSSD are re-encrypted with the new encryption key automatically.

Permissions

alter encryption key requires sa permission.