What’s The Best Way To Store An Encryption Key Using Php?
We’re writing a PHP script that reads an encrypted file. But the problem is I can’t just store the key used to decrypt the file inside of the PHP code. It’s been suggested to me to use a keystore but I don’t really understand how that works. Can somebody help point me in the right direction?
Related posts:
- What’s The Best Way To Store An Encryption Key Using Php? We’re writing a PHP script that reads an encrypted file....
- What’s The Best Way To Store An Encryption Key Using Php? We’re writing a PHP script that reads an encrypted file....
- What’s The Best Way To Store An Encryption Key Using Php? We’re writing a PHP script that reads an encrypted file....
- What’s The Best Way To Store An Encryption Key Using Php? We’re writing a PHP script that reads an encrypted file....
- What’s The Best Way To Store An Encryption Key Using Php? We’re writing a PHP script that reads an encrypted file....
Related posts brought to you by Yet Another Related Posts Plugin.
Tags: Best, Encryption, Store, Using, What's


February 13th, 2010 at 11:27 pm
Try mcrypt (http://uk2.php.net/mcrypt)