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.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
Crypt.class.php |
Class |
two-way encryption class using RIJNDAEL 256 AES standard |