PHP Classes
Icontem

Class: Data Transmission Shield


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Oliver Lillie  >  Data Transmission Shield  >  Download  >  Support forum Support forum (3)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Data Transmission Shield Support forum
Base name: shield
Description: Protects data passed between pages
Related top rated classes: , , ,
Version: -
Required PHP version: -
License: GNU Lesser General Public License (LGPL)
All time users: 3176 users
All time rank: 680
Week users: 7 users
Week rank: 1064
 
  Author   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  

Author

Picture of Oliver Lillie
Name: Oliver Lillie <e-mail contact>
Published packages: 4 Browse this author's classes Browse this author's classes
Country: Finland Finland - PHP jobs in Finland
Home page: http://www.buggedcom.co.uk/
Age: 29
All time rank: 33
Week rank: 22

Groups

Group folder image HTTP HTTP protocol clients, headers and cookies View top rated classes
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes
Group folder image Security Security protection and attack detection View top rated classes

Detailed description

If you are sending sensitive instructions from on page to another, it is often important to hide and protect what you are sending to prevent cross site scripting and other malicious attempts to hack your sites and applications.

The shield class protects your data by using mcrypt to encrypt the information into a hashed value. This is then sent as one value unreadable value. For example a standard GET form would send data like so...

http://www.myserver.com/add.php?user=buggedcom&page=register

but doing so my unintentionally open your scripts to manipulation. The shield class combines all this data into one value so people can no longer observe what data is being sent. It would turn the above example into...

http://www.myserver.com/add.php?shield=sN5V3BBa1FHSTdV3tea1FHBSTaf4nj43....

Each encrypted value contains a digital id. One that you set and the directory path that the script resides in. If neither match the data is not decrypted and is returned as false.

Now this script also features javascript DES encryption methods that have been linked from another opensource work. This usage enables people to propvide form submission encryption to data in non https forms. A simple example is supplied ( - NOTE : you will ahve to download a font from a seperate server, the url is in the example.keyimg.php file)

User ratings

Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Good (97.2%)
Good (91.7%)
-
Good (86.1%)
-
-
Sufficient (66.4%)
315
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

File Role Description
Plain text file class.shield.php Class Class Source
Plain text file example.formshield.php Example Example script
Plain text file example.get.php Example Demo File
Plain text file example.input.php Example Demo File
Plain text file example.keyimg.php Example Example script
Plain text file example.plain.php Example Demo File
Files folder image shield_js
  Plain text file base64.js Aux. Javascript
  Plain text file des.js Aux. Javascript
Download all files: shield.tar.gz shield.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products