2.3 Enable message confidentiality

Information

Sybase ASE supports a means of signaling to the underlying security mechanism that
message confidentiality via encryption is required. This is accomplished through the msg
confidentiality reqd configuration parameter.


The setting is disabled by default. It is recommended the message confidentiality is
enabled. Note that enabling the use security services configuration parameter is a
prerequisite for enabling message confidentiality.

Rationale:

Enabling message confidentiality prevents an attacker positioned between a client and the
servers from being able to capture sensitive data.

Solution

1. Connect to the database as a user with the sso_role and execute the following SQL
statement to enable message confidentiality.

exec sp_configure 'msg confidentiality reqd', 1

See Also

https://workbench.cisecurity.org/files/1612