Case : 881252 - Encrypt the content of NCM database and store it on SQL server
It would be a very useful feature to encrypt configs in NCM database, then it was possible to store NCM database on corporative SQL Server without compromise.
Hi,
It looks like SQL Server 2016 (once available) with the "Always Encrypted" feature could solve this: http://blogs.technet.com/b/dataplatforminsider/archive/2015/05/04/sql-server-2016-public-preview-coming-this-summer.aspx
Jiri
I've just discovered that my DBA's have access to every config in NCM, although the storage has encryption at rest and the database uses encryption anyone with access to the database tables has access to the configs.
There is an extra column in the table called 'Hash' so it looks like the option may be able or the database is prep'd for it.
Would be good to see this option available where the Orion database is stored on a shared SQL farm.