Sunday, 15 September 2013

Securely storing connection strings in PHP?

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