Crypt Class PHP
Package:
Summary:
Encrypt and decrypt data using Rijndael 256 cypher
Groups:
Author:
Description:
This is a simple class that can be used to Encrypt and decrypt data using Rijndael 256 cypher.
It can take a string of data and encrypt it with a given secret key.
The class can also do the opposite, i.e, decrypt the date using the same secret key.
It can take a string of data and encrypt it with a given secret key.
The class can also do the opposite, i.e, decrypt the date using the same secret key.
Comments are closed.