Hello,
I am storing my mysql connection data and other sensitive information in a config file, however I detected an issue that anyone can access that file and view the contents of that file but I don't want to let anyone do that without appropriate permission.
I can encode the content of the config file but how will PHP decode that and get the original value?
Can anyone give me a solution.