 |
| File |
Role |
Description |
cbc_schema.gif |
Screen |
Schematic overview of encryption |
|
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).
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (97.9%) |
Good (95.8%) |
Good (83.3%) |
Good (91.7%) |
- |
- |
Sufficient (76.0%) |
33 |
| Month: |
There are not enough user ratings to display for this class. |
| Link |
Description |
| Highly Secure Online Password Keeper |
Store and retrieve passwords Online while keeping it secure. Web based (php+flatfile) for easy retrieval. All passwords stored are encrypted and the master (key) password is never saved. Even the user-id are all encrypted. |

If you know an application of this package, send a message to the
author to add a link here.