PHP Classes

How to Decode MD5 in PHP with the Class PHP MD5 Decrypter: Decrypt MD5 password and hashes with MD5Decryter

Recommend this page to a friend!
  Info   View files Example   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (23)   Blog    
Ratings Unique User Downloads Download Rankings
StarStar 30%Total: 8,615 This week: 1All time: 190 This week: 560Down
Version License PHP version Categories
php-md5-decrypter 2Free For Educatio...5PHP 5, Cryptography, Web services
Description 

Author

This class can be used to Decrypt MD5 password and hashes with MD5Decryter.com site.

It can send a request the MD5Decrypter.com site to check if it knows a given MD5 hash of a text or password.

The class parses the response page to determine whether the MD5 hash is known, and if so, it returns the original text to which MD5 was applied.

Innovation Award
PHP Programming Innovation award nominee
April 2010
Number 2


Prize: One copy of the Zend Studio
MD5 is an hashing algorithm often used to store representations of passwords in a way that is not possible to decode and recover the original value.

However, it is possible to guess what the original passwords by looking in dictionaries of MD5 hashes of many known words.

Those dictionaries can be useful to tell a registering user that the password that he has chosen may be easily discovered.

This class can be use the lookup a MD5 dictionary Web service to determine if a password MD5 hash is already known.

Manuel Lemos
Picture of Er. Rochak Chauhan
  Performance   Level  
Name: Er. Rochak Chauhan is available for providing paid consulting. Contact Er. Rochak Chauhan .
Classes: 54 packages by
Country: India India
Age: 45
All time rank: 21 in India India
Week rank: 109 Down9 in India India Down
Innovation award
Innovation award
Nominee: 15x

Winner: 4x

Example

<?php
$md5Hash
="21232f297a57a5a743894a0e4a801fc3";
$md5Hash="e10adc3949ba59abbe56e057f20f883e";

require(
"PhpMd5Decrypter.inc.php");
$phpMd5Decrypter=new PhpMd5Decrypter();
$normalText=$phpMd5Decrypter->decrypt($md5Hash);

if(
$normalText===false){
    echo
"The Password was too strong to crack.";
}
else{
    echo
"Password was too weak: It was $normalText";
}
?>


  Files folder image Files  
File Role Description
Plain text file PhpMd5Decrypter.inc.php Class Php Md5 Decrypter
Accessible without login Plain text file example.php Example Example Script

 Version Control Unique User Downloads Download Rankings  
 0%
Total:8,615
This week:1
All time:190
This week:560Down
User Ratings User Comments (12)
 All time
Utility:36%StarStar
Consistency:52%StarStarStar
Documentation:-
Examples:70%StarStarStarStar
Tests:-
Videos:-
Overall:30%StarStar
Rank:4252
 
error Notice: Undefined offset: 0 in C:\xampp\htdocs\Sales\i...
5 years ago (Abdulrahman Abdel Wahab)
0%Star
error Notice: Undefined offset: 0 in C:\xampp\htdocs\Sales\i...
5 years ago (Abdulrahman Abdel Wahab)
0%Star
error Notice: Undefined offset: 0 in C:\xampp\htdocs\Sales\i...
5 years ago (Abdulrahman Abdel Wahab)
0%Star
error Notice: Undefined offset: 0 in C:\xampp\htdocs\Sales\i...
5 years ago (Abdulrahman Abdel Wahab)
0%Star
error Notice: Undefined offset: 0 in C:\xampp\htdocs\Sales\i...
5 years ago (Abdulrahman Abdel Wahab)
0%Star
error Notice: Undefined offset: 0 in C:\xampp\htdocs\Sales\i...
5 years ago (Abdulrahman Abdel Wahab)
0%Star
bad
7 years ago (kairav thakar)
0%Star
Its not a decrypter, its just a script that makes a curl requ...
10 years ago (Andy Dixon)
10%Star
The class is not working propperly
10 years ago (Tosho Trajanov)
22%StarStar
I can't decrypte anyone!
13 years ago (hukuizhi)
7%Star
Thats a great class to encrypt using md5 and a curl server .
13 years ago (José Filipe Lopes Santos)
70%StarStarStarStar
This script is useless cause is searching the md5 from a data...
13 years ago (Samuel Marian)
10%Star