PHP Developer's Network : Network Member Forums

Class: Data Transmission Shield



  Search   All class groups   Latest entries   Top 10 charts   Newsletter   Blog   Forums   Help FAQ  
  Login   Register  
Recommend this page to a friend! Trackback URL: http://www.phpclasses.org/trackback/browse/package/2391.html
      Classes of Oliver Lillie  > 
Data Transmission Shield
 >  Download  >  Support forum Support forum  >  RSS 1.0 feed RSS 2.0 feed Latest changes  >  Stumble It! Stumble It!  >  Bookmark in del.icio.us Bookmark in del.icio.us  
  Supplied by   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  
  • Supplied by:

  • Picture of Oliver Lillie
    Name: Oliver Lillie <e-mail contact>
    Published packages: 4
    Country: Finland Finland - PHP professionals from Finland looking for PHP jobs
    Home page: http://www.buggedcom.co.uk/
    Age: 28
    All time rank: 69
    Week rank: 18

    Browse this author's classes

  • Groups:

  • Group folder image
    HTTP protocol clients, headers and cookies
    View top rated classes
    Group folder image
    Encrypting, decrypting and hashing data
    View top rated classes
    Group folder image
    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:
    Perfect (100.0%)
    Good (91.7%)
    -
    Sufficient (79.2%)
    -
    -
    Sufficient (67.1%)
    233
    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   Site map   Statistics   Site tips   Privacy policy   Contact  

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