chump2877
08-24-2005, 03:24 PM
What is the best way to encrypt and then decrypt data using PHP?
I tried using the mcrypt functions, but I get the feeling that my web host provider doesn;t support these functions....
So is there another way?
There's also md5(), but how do you decrypt something encrypted that way?
Anyway, just need some general pointers regarding the art of PHP encryption/decryption....thanks.
I tried using the mcrypt functions, but I get the feeling that my web host provider doesn;t support these functions....
So is there another way?
There's also md5(), but how do you decrypt something encrypted that way?
Anyway, just need some general pointers regarding the art of PHP encryption/decryption....thanks.