Component Integration Services and encrypted columns

Encrypted columns in Adaptive Server version 15.0.2 allows Component Integration Services (CIS) to establish connections to servers that require user-specified passwords to decrypt data. Adaptive Server forwards the user encryption key passwords from the CIS-enabled server to the remote Adaptive Server.

For example, to process a customer’s credit card data, execute:

set encryption passwd 'MotherofSecrets' 
for customer.cust_cc

When you select data from the table:

select cust_cc from customer where custid = 99

CIS forwards the user encryption key passwords to the remote servers.