Cryptography: Encryption and Decryption with Rijndael 256
Ismet Ozalp (contact me)
This is a simple class that wrap around the PHP mcrypt extension to encrypt and decrypt data using Rijndael 256 algorithm.
It has functions to encrypt and decrypt with a given secret key.
There is also a function to generate a random password made only of alpha-numeric characters and encrypt it using the specified secret key.
Click here for detailed information about this class on phpclasses.org