This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- Data Platform
- :
- Data Platform Knowledge Base
- :
- Security Credentials Storage and Encryption in Data Platform
Subscribe
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Security Credentials Storage and Encryption in Data Platform
Security Credentials Storage and Encryption in Data Platform
Summary
This article discusses common questions in relation to where on the Data Platform servers are account credentials (i.e. user, password and server details) held or stored for connections to existing data sources and how they're encrypted.
Q: Where in the BDNA or on the Data Platform servers are server details and service account credentials for data sources stored?
A: %BMS_HOME%\Conf\Norm.configuration.config file
Q: When connecting a data source we are prompted for server, user and password details. Where are these stored?
A: In BDNA database, NBF_JOB_PROCESS table, PROCESS_DATA field, USER_PASSWORD node
Q: What algorithm is used to encrypt or hash these credentials?
A: Combination of Data Encryption Standard(DES) and Base64 is used for encryption/hashing.
100% helpful
(1/1)
Comments
Jun 04, 2021
02:18 AM
- Mark as Read
- Mark as New
- Permalink
- Report Inappropriate Content
Jun 04, 2021
02:18 AM
The encryption algorithm for the Data Platform has been updated from DES to the combination of RSA and AES since the 5.5.22 release.