Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (3) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2010-02-23 (6 years ago) | Not enough user ratings | Total: 637 | All time: 4,783 This week: 942 |
Version | License | PHP version | Categories | |||
safe_signature 1.0 | GNU Lesser Genera... | 5.0 | HTTP, PHP 5, Cryptography |
Description | Author | ||||||||
This class can be used to generate signatures that identify the current user. |
|
======== OWNERSHIP & LICENSING ======== SAFE SIGNATURE Simple and easy secure encrypted unique signature Copyright 2008 Lopo Lencastre de Almeida, iPublicis - Internet Agency, Portugal <http://www.ipublicis.com> Version 1.0, first public release Licensed under GNU Lesser General Public License v3 <http://opensource.org/licenses/lgpl-3.0.html> Donate: http://smsh.me/7kit ======== REQUIREMENTS ======== 1. PHP 5.x 2. PEAR Crypt HMAC 3. PEAR Net User Agent ======== USAGE ======== Basically this algorithm provides a unique signature for a specific visitor. Further information is inside the class file and the sample file. <?php // Crypt HMAC2 Functions require_once ('PEAR/Crypt/HMAC2.php'); // Crypt Net User Agent Functions require_once ('PEAR/Net_UserAgent/detect.php'); // Our Class require_once 'class.signature.php'; // Instatiate the class $sign = new signature(); // Create new signature $signature = $sign->create(); ?> |
Screenshots | ||
Files |
File | Role | Description |
---|---|---|
signature.php | Example | Example of usage. Check code due to location of your PEAR packages. |
class.signature.php | Class | The class |
README.txt | Doc. | Read me file. Documentation is inside the code itself. |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|