PHP Classes

Cryptor: Create hash of key string using MD5 multiple times

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 201 All time: 8,476 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: 33
All time rank: 225956 in Spain Spain
Week rank: 195 Up7 in Spain Spain Up

Example

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


  Files folder image Files (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:201
This week:0
All time:8,476
This week:455Up