05-21-2018 08:38 PM
Hi,
We are trying to find out if Datafinder Server supports storing the indexed data into an encrypted database? Is it possible?
The database server that we are thinking of using is MSSQL.
Thanks.
05-22-2018 04:46 PM
Hello Mannypr7,
Can you elaborate on what are you trying to do? Usually, you read data or open data in Diadem, not storing.
Please review the following posts as well for more context.
https://forums.ni.com/t5/DIAdem/DIADEM-and-Microsoft-SQL-Server-mdf-files/td-p/798039
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019OFvSAM
Diego H
National Instruments
05-22-2018 05:10 PM
Hi JohnDoe2014,
Thank you for your response.
Do to several reasons (security, etc) we need the data that the datafinder indexes to be in a database that is encrypted (Data at rest needs to be encrypted, not only the traffic).
Hence I wan't to know if Datafinder supports encrypted database (perhaps an advance hidden feature, obscure to normal users?) or if it has the ability of encrypting the data that it stores. We've work with DIAdem/Datafinder extensively, never had the above requirement, up until recently.
Note:
When you create search areas, all the data that is stored there is indexed and placed in a database, whether is in an external database server like MSSQL or in an internal local version of MySQL (or Mariadb perhaps?), we are assuming we are talking of the Datafinder Server edition. Although we use DIAdem (GUI or with vbs) for interfacing and querying the data, such data when stored (which is the case of an indexed search area) in the database could potentially be vulnerable while at rest (regardless if it has password or not), we are particular concern with MSSQL in an external db server.
Does it has this capacity?
05-23-2018 04:27 PM
The DB used by DataFinder cannot be reached from the outside (by configuration) and can only be reached by a named pipe (only exposed to DataFinder).
So unless you're not switching to MS SQL-Server you should be fine.
05-29-2018 04:39 PM
Thank you StefanR for your response, but with all due respect I beg to defer greatly. The databases need to be encrypted, named piped "only exposed" (intentional quotes) to the datafinder aren't indicative of encryption, a security specialist can have a ballpark with those databases.
So, from what I am seeing then, Datafinder databases (whether internal or external) don't have the capability to be encrypted?
Is there any one from NI that can help answer this question?
06-01-2018 09:10 AM
An alternative could be using MS SQL Server and turn on Transparent Data Encryption (TDE):
However, the fulltext search index of DataFinder is still not encrypted (as of version 2018).