Encryption With PHP
Package:
Summary:
Encrypt and decrypt data using Mcrypt
Groups:
Author:
Description:
This class can be used to encrypt and decrypt data using Mcrypt.
It can take a string of data and encrypt with a given key.
The class can also do the opposite, i.e. recover the original data decrypting it with the same key.
It can take a string of data and encrypt with a given key.
The class can also do the opposite, i.e. recover the original data decrypting it with the same key.
Comments are closed.