How to securely store database connection details

后端 未结 4 1477
我寻月下人不归
我寻月下人不归 2020-12-06 19:27

In an application that needs to open a database connection, the username/password details must be sent to the database. What is the most secure way of storing, and using, th

4条回答
  •  情书的邮戳
    2020-12-06 20:00

    not in your source code but instead in a separate file read by your application. then use system security to make this file only readable by the application user

提交回复
热议问题