Crypt Class PHP

Package:
Crypt Class PHP
Summary:
Encrypt and decrypt data using Rijndael 256 cypher
Groups:
Cryptography, PHP 5
Author:
Chris Nizz
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.


Powered by Gewgley