Login   Register  
PHP Classes
elePHPant
Icontem

Class: PHP MD5 Decrypter

  Classes of Er. Rochak Chauhan  >  PHP MD5 Decrypter  >  Download  >  Support forum Support forum (4)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP MD5 Decrypter Support forum
Base name: php-md5-decrypter
Description: Decrypt MD5 password and hashes with MD5Decryter
Version: 1
Required PHP version: 5
License: Free For Educational Use
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Er. Rochak Chauhan
Name: Er. Rochak Chauhan <e-mail contact>
Published packages: 42 Browse this author's classes Browse this author's classes
Country: India India - PHP jobs in India
Home page: http://www.rochakchauhan.com/

Innovation Award

PHP Programming Innovation award nominee
April 2010
Number 2
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

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes

Detailed description

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.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file PhpMd5Decrypter.inc.php Class Php Md5 Decrypter
Plain text file example.php Example Example Script
Download all files: php-md5-decrypter.tar.gz php-md5-decrypter.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.