Secure hash based encryption is a PHP class that implements a block cipher algorithm in output feedback mode, which is as secure as the underlying hash function. It uses only base PHP hash functions like MD5 and SHA1, so it does not need the mcrypt extension to be installed.
| Tags | Security Cryptography |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |