PHP Classes

Classes of Jason Browatzke

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Jason Browatzke (1)  >  Mission progress status  >  Reputation  
Picture of Jason Browatzke
Name: Jason Browatzke <contact>
Classes: 1
Country: Canada Canada
Age: 42
All time rank: 134732 in Canada Canada
Week rank: 170 Up7 in Canada Canada Up
All time users: 2285
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image URL Encoder  
Encode data to pass securely between two pages
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.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 70% 85% - 70% - - 50% 2679
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z