Changing the syb_extpasswdkey

Change the syb_extpasswdkey using:

alter encryption key syb_extpasswdkey 
	[ with { static key | master key} ]
		{ regenerate key [ with { static key | master key } ]
		| modify encryption [ with { static key | master key } ] }

where:

Regenerating syb_extpasswdkey is a single transaction that:

  1. Creates a new service key for the external login passwords.

  2. Reencrypts the passwords in sysattributes using the new key.

  3. Drops the old key.

For example: