This class is used to encode data being passed between two sources that can be either two pages via URL arguments or by any other data storage media like databases, files or sessions variables.
It works by taking an array of variables and their values and encode it using a private key only known by the server scripts to create a string that represents those variables.
When another page script receives the encoded data, the class can decode it and restore the variables original values using the same server private key.
This way the class can be used pass or store data without the possibility of tampering by the users of a site or any other agent that does not have access to the site scripts.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (50.0%) |
Sufficient (75.0%) |
- |
Not sure (58.3%) |
- |
- |
Insufficient (38.3%) |
1773 |
| Month: |
Not yet rated by the users |
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.