Recommend this page to a friend! |
Download .zip |
Info | View files (2) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2010-10-14 (6 years ago) | Not enough user ratings | Total: 363 | All time: 6,498 This week: 867 |
Version | License | PHP version | Categories | |||
metalix 1.0 | GNU General Publi... | 5 | PHP 5, Cryptography, Security |
Description | Author | ||||||||||||||||
This class can be used to generate an hash of string applying MD5 several times. Innovation Award
|
|
DOCUMENTATION for metalix class v1.0 1. include the file include('metalix.php'); 2. initiate the class $test = new metalix('mytext'); 3.[optional] output echo $test; [recommended] I recommend you change the default options within the class change $this->code = '' to any preferred string. (a random hash is best) - this is the string used on either side of the md5 during the encryption process change $this->level = 10 to any number (try less than 25 so as not to crash the server) - this is the number of times the metalix class will run change $this->add = 5 to any number (try less than 25 so as not to crash the server) - this is the number of characters that is added to each side of the md5 hash |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.