You can change syb_extpasswdkey from static to dynamic.
alter encryption key syb_extpasswdkey [ with { static key | master key} ] { regenerate key [ with { static key | master key } ] | modify encryption [ with { static key | master key } ] }
The first instance of with {static key | master key} is optional and represents how the syb_extpasswdkey is currently encrypted.
The second instance of with {static key | master key} allows the administrator to change the encryption on the regenerated key from static to dynamic, or vice versa. If you omit this parameter, the regenerated key remains encrypted as it was before issuing this command.
The third instance of with {static key | master key} changes the protection on the existing key to use the static key or the master key as specified. If you omit this parameter, by default, the static key is used.
create encryption key syb_extpasswdkey
alter encryption key syb_extpasswdkey regenerate key
alter encryption key syb_extpasswdkey modify encryption with master key