This class implements the CAST 128 encryption and description algorithms using pure PHP code.
It encrypt or decrypt data using a key that should be specified as parameter.
Before using this class, make sure it will not violate any laws regarding the use of strong encryption of data in your country. It is known to be fine for use in the United States and Canada, but you should verify the local laws if you intend to use it in other countries.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (78.6%) |
Good (85.7%) |
Sufficient (75.0%) |
- |
- |
- |
Not sure (55.4%) |
991 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| SmartCrypt |
Provides various functions to crypt strings |

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
cast128.php |
Class |
The only file required to use the class |
cast128.txt |
Doc. |
Documentation for the class |