PHP Classes
elePHPant
Icontem

Encode Cookie: Manage information stored in encrypted cookies

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2003-11-04 (12 years ago) RSS 2.0 feedStarStar 35%Total: 2,886 All time: 1,254 This week: 904Up
Version License Categories
encodecookie 1.0GNU General Publi...HTTP, Cryptography, Security
Description Author

This class is meant to store and retrieve information in cookies securely by using secret encryption key.

Picture of Stanga Razvan
Name: Stanga Razvan <contact>
Classes: 7 packages by
Country: Romania Romania

Details
//=============================//
//                             //
//   encodeCookie v0.1         //
//   encodeCookie Readme       //
//   readme.txt                //
//   by Stanga Razvan          //
//   razvan_stanga@yahoo.com   //
//   http://www.phprebel.org   //
//                             //
//       MADE IN ROMANIA       //
//                             //
//=============================//

Look at the example to learn how to use it and edit :

define ("DOMAIN", "phprebel.org");
define ("PATH", "/");
define ("COOKIEID", "encodeCookie");
define ("COOKIEKEY", "raz"); // max 5 chars is good

in encodeCookie.Class.php

Please send me feedback if you have a problem.
  Files folder image Files  
File Role Description
Plain text file encodeCookie.Class.php Class class source
Accessible without login Plain text file encodeCookie.Example.php Example example
Accessible without login Plain text file readme.txt Doc. readme

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,886
This week:0
All time:1,254
This week:904Up
 User Ratings  
 
 All time
Utility:29%StarStar
Consistency:62%StarStarStarStar
Documentation:62%StarStarStarStar
Examples:79%StarStarStarStar
Tests:-
Videos:-
Overall:35%StarStar
Rank:2835