Login   Register  
PHP Classes
elePHPant
Icontem

Class: URL Encoder

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jason Browatzke  >  URL Encoder  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: URL Encoder
Base name: url_encoder
Description: Encode data to pass securely between two pages
Related classes: , , , , , , ,
Version: -
PHP version: -
License: BSD License
All time users: 2087 users
All time rank: 1563
Week users: 4 users
Week rank: 933
Picture of Jason Browatzke
Author: Jason Browatzke <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: Canada Canada - PHP jobs in Canada
Age: 29
All time rank: 113632 in Canada Canada
Week rank: 836 Up22 in Canada Canada Up


  Detailed description  
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.

 

  Groups  
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Sufficient (62.5%)
Good (81.2%)
-
Sufficient (62.5%)
-
-
Not sure (45.6%)
1741
Month:
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file class.get_crypt.php Class Main class
Plain text file rec.php Example Main class
Plain text file send.php Example Main class

Download all files: url_encoder.tar.gz url_encoder.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.