Hello,
I am currently trying to figure out a way to store a password in a PHP file for use in decrypting rows in my mysql database. The problem is that if a hacker gets into the server or php files, they can very simply just get the key used to encrypt/decrypt the database. I cannot afford such a program as Zend Encryptor, and the others have gotten bad review as for security. So I was thinking, and there has to be some way of securing a password from everything, including the internal scripts of a site. Does anyone have any ideas?
Start Free Trial