a better approach than storing mysql password in plain text in config file?

前端 未结 8 2049
说谎
说谎 2020-11-29 00:26

It\'s always bothered me that many PHP programs require the user to store the mysql password in plain text (in a string or constant) in a configuration file in the applicati

8条回答
  •  温柔的废话
    2020-11-29 01:13

    Keeping your config files outside of your document root is a popular way of improving the security of config files.

提交回复
热议问题