Crypt Class is a wrapper around libmcrypt_ functions, it greatly simplifies the interface and adds new features like embedded IV. It provides an easy way to encrypt and decrypt data, it automatically creates the IV and extracts it for you later.
Crypt Class stores the IV with the encrypted string so every time you encrypt a string it will look different but decrypt to the original value.
Crypt Class uses libmcrypt so twofish, blowfish, aes, and many other "real" encryption ciphers are available.
Crypt Class also makes it easy to switch between encryption modes and ciphers.
|
|
| Name: |
Crypt Class |
| Base name: |
cryptclass |
| Description: |
True Data Encryption and Decryption Class |
| Version: |
- |
| PHP version: |
- |
| License: |
BSD License |
| All time users: |
6433 users |
| All time rank: |
277 |
| Week users: |
2 users |
| Week rank: |
1359  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Sufficient (64.6%) |
Sufficient (68.8%) |
Sufficient (64.6%) |
- |
- |
Not sure (53.1%) |
1340 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

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