How to encrypt/decrypt text from file with php?
|
|
|||||||||
|
|
|
if you have mcrypt module compiled with your PHP:
Refer to http://us3.php.net/manual/en/function.mcrypt-encrypt.php for more info. (code snippets from same source) |
||
|
|
|
|
Here is a basic DES encryption
|
||
|
|
|
|
You are going to want to use the mcrypt php library. It supports a wide variety of encryption schemes. You will probaly need to do a recompile. If you don't already have this exstension, you can install pgp, and shell out to the executable to run. |
||
|
|
