Cryptography: SRCrypt
Romeu Gamelas (contact me)
This class can be used to encrypt and decrypt data using a secret key.
It takes the bytes string of data and adds the value of the bytes of a secret key to generate the encrypted data result.
The class can be used to do the opposite, i.e. decrypt previously encrypted data by subtracting the values of the bytes of the key to restore the original data.
Click here for detailed information about this class on phpclasses.org