Cryptography: Secure hash based encryption
Marc Wöhlken (contact me)
This class implements block cipher encryption and decryption algorithms.
It uses only base PHP hash functions like md5 and sha1, so it does not need mcrypt library to be installed.
It implements a block cipher algorithm in output feedback mode, which is as secure as the underlying hash function (either sha1 or md5).
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (97.7%)
| Good (95.5%)
| Good (81.8%)
| Good (90.9%)
| -
| -
| Sufficient (75.7%)
| 35 |
Click here for detailed information about this class on phpclasses.org