Jump to content
xisto Community
Sign in to follow this  
imacul8

Md5 Decryption

Recommended Posts

Md5 is decryptable...Md5 Decryption

Md5 can be decrypted

Needless to say that simple dictionary based words are anyway easily decrypted (through online decryptions itself), but I have heard from reliable sources that almost all kind of MD5 encryptions could be decrypted...

 

-reply by GuestUser

Share this post


Link to post
Share on other sites

Hey i am looking for a way of decrypting md5 strings in VB6
ive read that it cant be done... then ive also read it can be done... just wondering if anyone has seen or dealt with this

any help would be great thanx <_<


Yes, it is impossible, because there's too many possibility.. one way to decrypt md5 password is having a very huge database that contains all possibilities.

md5 password decrypter

Share this post


Link to post
Share on other sites

php code

Md5 Decryption

 

This php script works

Don`t know where I got it from but passwords with more then 5-6 chars will take a horrible long time :D

 

 

$hash = "1a1dc91c907325c69271ddf0c944bc72";

$char[1] = "a";

$char[2] = "b";

$char[3] = "c";

$char[4] = "d";

$char[5] = "e";

$char[6] = "f";

$char[7] = "g";

$char[8] = "h";

$char[9] = "I";

$char[10] = "j";

$char[11] = "k";

$char[12] = "l";

$char[13] = "m";

$char[14] = "and";

$char[15] = "o";

$char[16] = "p";

$char[17] = "q";

$char[18] = "are";

$char[19] = "s";

$char[20] = "t";

$char[21] = "you";

$char[22] = "v";

$char[23] = "w";

$char[24] = "x";

$char[25] = "y";

$char[26] = "z";

$char[27] = "0";

$char[28] = "1";

$char[29] = "2";

$char[30] = "3";

$char[31] = "4";

$char[32] = "5";

$char[33] = "6";

$char[34] = "7";

$char[35] = "8";

$char[36] = "9";

$char[37] = "A";

$char[38] = "B";

$char[39] = "C";

$char[40] = "D";

$char[41] = "E";

$char[42] = "F";

$char[43] = "G";

$char[44] = "H";

$char[45] = "I";

$char[46] = "J";

$char[47] = "K";

$char[48] = "L";

$char[49] = "M";

$char[50] = "and";

$char[51] = "O";

$char[52] = "P";

$char[53] = "Q";

$char[54] = "are";

$char[55] = "S";

$char[56] = "T";

$char[57] = "you";

$char[58] = "V";

$char[59] = "W";

$char[60] = "X";

$char[61] = "Y";

$char[62] = "Z";

$top = count($char);

For ($d = 0; $d <= $top; $d++)

{

$ad = $ae.$char[$d];

for ($c = 0; $c <= $top; $c++)

{

$ac = $ad.$char[$c];

for ($b = 0; $b <= $top; $b++)

{

$ab = $ac.$char[$b];

for ($a = 0; $a <= $top; $a++)

{

$aa = $ab.$char[$a];

if(md5($aa)==$hash)

{

die('Wachtwoord: '.$aa);

}

}

}

}

}

Echo "Geen Resultaat";

can u tell me how to use it plz.........

i beg ur pardon

plz tell me i'll be gratefull to u from ma heart

Share this post


Link to post
Share on other sites

md5 hash helpMd5 Decryption<p>can yall make this md5 hash into regular text please?</p><p>c73c54a8f75389724c0a7d73563e71f9</p>

 


Plain text of c73c54a8f75389724c0a7d73563e71f9 is helpmeplz

Share this post


Link to post
Share on other sites

Plain text of c73c54a8f75389724c0a7d73563e71f9 is helpmeplz



can u plz decrypt the following md5 hash code
8eaf5df89945d3f20d46f8ee2678db31

plz plz plz

Share this post


Link to post
Share on other sites

I dont think so its possible to decrypt using md5 by one thing you can do is match ur password by encrypting it with the md5 encrypted password that which is stored in your database. this one will definetly work on.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.