PHP Classes

Classes of Tiago Night

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Tiago Night (1)  >  Mission progress status  >  Reputation  
Picture of Tiago Night
Name: Tiago Night <contact>
Classes: 1
Country: Brazil Brazil
Age: 43
All time rank: 2622183 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 821
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 secShield  
Encrypt parameters passed between pages
This class can be used to protect the parameters passed between pages by using encryption.

It takes a string with a list of parameters like the query parameters of an URL.

The class returns a string with the parameters encrypted with a secret key that should be used as a single parameter in a link URL.

The linked page can use the class to decrypt and verify the integrity of the parameters.

If the encrypted parameters are not valid in 10 successive requests, the class may ban the access of users of the same IP address for 1 day.

If the decrypted parameters are valid, the class returns the original parameters in an array.


  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