Innovation Award
 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 |
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.
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.