PHP Classes

Cryptor: Create hash of key string using MD5 multiple times

Recommend this page to a friend!
  Info   View files Example   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 201 All time: 8,471 This week: 455Up
Version License PHP version Categories
cryptor-md5 1.0GNU General Publi...5.0PHP 5, Cryptography
Description 

Author

This class can create hash of key string using MD5 multiple times.

It extracts the characters of the of a given key value and encodes them and combine them with a seed value.

The result is hashed multiple times with the MD5 algorithm.

Picture of 聲gel Manso P廨ez
  Performance   Level  
Name: 聲gel Manso P廨ez <contact>
Classes: 3 packages by
Country: Spain Spain
Age: 32
All time rank: 225856 in Spain Spain
Week rank: 295 Up8 in Spain Spain Up

Example

<?
include("Cryptor.php");
echo
Cryptor::Crypt("mypassword", "myseed");
?>
OUTPUTS a MD5 STRING with selected SEED.


  Files folder image Files  
File Role Description
Plain text file Cryptor.php Class Class of cryptor lib.
Accessible without login Plain text file Example.php Example Example of use

 Version Control Unique User Downloads Download Rankings  
 0%
Total:201
This week:0
All time:8,471
This week:455Up