Implementing Transparent Data Encryption on the SQL database for OM Web Viewer 12.1
The 12.1 Web Viewer ConfigTool allows secure communication to databases. All you need to do is specify the Truststore and the Truststore password.
One solution is to encrypt sensitive data in a database and use a certificate to protect the keys that encrypt the data. This solution prevents anyone without the keys from using the data. This is encryption at rest.
Please see Transparent data encryption (TDE) - SQL Server | Microsoft Learn