Home     PHP / Javascript / Ajax
PHP Secure hash based encryption Script

PHP Script Codes > security-systems

Secure hash based encryption Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 1719

PHP Script Codes > Secure hash based encryption
This class implements a hash based (sha1 / md5) block cipher in output feedback mode and provides secure encryption for php installations without mcrypt library.
Documentation comes in phpDoc format.
Example script is provided.

V. 1.0.1:
Minor fix to be compatible with php versions < 4.4.0.
Usage of print_r with second parameter in _generate_iv() was changed to serialize().