Securely storing connection strings in PHP?
Is there a secure way I can store my connection strings in my PHP
connection files? In C# I've often encrypted the string and still had it
function as per normal, is there a similar approach that can be taken with
PHP?
No comments:
Post a Comment