Hello there,
What is the best way for encrypting (and decrypting) data in Php other than using mcrypt()? Specifically, I want to encrypt URL information.
Example:
will be encrypted to:
Thx...
What is the best way for encrypting (and decrypting) data in Php other than using mcrypt()? Specifically, I want to encrypt URL information.
Example:
will be encrypted to:
Thx...

Comment