Well it's 111881647900000000000000000000000000000000000. So in the worst case you would need about 466808392000000000000000000 years to crack. (if I did't make a mistake)
@Robobbly MD5 encryption is ONE of the most used encryption types. depending on length, variety of characters it can be easily cracked, either by copmaring it to a dictionary of other md5 and their outcome or by bruteforcing it which is a 'forced crack' and can take up to years depending on the strength of the hash -- e.g. 7900453de19ad45f0f9693a8febcd489 would take years where as 5f4dcc3b5aa765d61d8327deb882cf99 would take seconds/minutes
Nvidia has come with a new tech that hacks md5 in a very powerfull cpu, for ex
a | b | c | d |... aa | bb | cc |... aaa | bbb | ccc|
and with those it makes a md5 of each text and tries to match with the inserted md5, and if it matches it says woala and returns the decoded message. Nice vid btw!
Lets say, i've got this string: "The possiblity of brute forcing this string is very low, even under 0 percent" - it contains 77 characters.
Meaning there are 77^36 diffrent posibilities. (36 = 26 letters, 10 numbers)
These are: 1.118.816.479 x 10^49 diffrent posibilities.. so it will take quit long. AND they have to be on the right place. so the chance to bruteforce this is quite low =]
@jnbjabnk this would me MUCH MUCH MORE.. if there were just 1.118.816.479 posibilitis i would crack this in 2 seconds! because with GPU-cracker i can crack 760.000.000 / per SECOND!
i just don't know how many possibilities it would be realy :)
Sorry, there is just one fail. MD5 Cant be decrypted. and i mean it, doesn't care if there are decrypters, cause these are not real decrypters, a real decrypter, a real decrypter wil revers the proces for a string thats applied with encrypting:
Try to decrypt this: f16f95d3c5baaa4b3fa996e00023cb84
You can't, cause the hash is not in there database.... so its nog decrypting again... its just a database with all those hashes and pre-encrypted common strings.
well, it's not realy decrypting, cause they have a database with the content. since the MD5 Hash is made up by a string goin through a lot of algorythems, which can't be reversed, which means it can't be decrypted :D
When a for example password is encrypted, the MD5 Hash will always be the same for that password for example: Hello. The MD5 Hash will be: 8b1a9953c4611296a827abf8c47804d7
So everytime someone types in Hello, it will always return that MD5 Hash
If you make a program with the password as hello but then encrypted it using MD5, rather than trying to guess the MD5 password, i could just attempt to hack the program and find all MD5 hashes in the code and try them all till i got the password. Much more simple way than cracking the MD5 pw. I could be wrong, if so, please inform me.
song?
KITTKITT20 2 months ago
use AES its more secure
computertrick 7 months ago
@computertrick considering both can be bruteforced and cant be reversed? there both the same.
wkdw1ll1ams 1 month ago
@wkdw1ll1ams If your on about a hashing algorithm now use SHA 1 because MD5 can be cracked easily
computertrick 1 month ago
I tried to code this but :
Dim ByteString() As Byte = System.Text.Encoding.ASCII.GetBytes(content) < here in Content gives me error... I'm using VB2010
ed6360 7 months ago
thanks a heap hope you dont mund im going to use this as a template to add on eg salt and some other thing
dragonhacks 8 months ago
test
TeamNRxCOM 8 months ago
can make hack
EvanBourne798 10 months ago
@21Mods you can decrypt it, yes.
its the most commonly used hash now, and newer ways of cracking/decrypting/comparing it to actual words or senquences are becoming better and faster.
megamt 10 months ago
@LoLFighter1993
Well it's 111881647900000000000000000000000000000000000. So in the worst case you would need about 466808392000000000000000000 years to crack. (if I did't make a mistake)
denebor17 11 months ago
thanks for the nice tutor bro...^^
anTzzOspheres 11 months ago
how can we decrypt gmail password md5 hash code
sahibnarangng 1 year ago
Whats the point of it if it cant be decripted?
Robobbly 1 year ago
@Robobbly it can, trust me
megamt 10 months ago
@megamt I dont understand - what is the point of MD5 Encryption. couldent you just use your own version or something?
Robobbly 10 months ago
@Robobbly MD5 encryption is ONE of the most used encryption types. depending on length, variety of characters it can be easily cracked, either by copmaring it to a dictionary of other md5 and their outcome or by bruteforcing it which is a 'forced crack' and can take up to years depending on the strength of the hash -- e.g. 7900453de19ad45f0f9693a8febcd489 would take years where as 5f4dcc3b5aa765d61d8327deb882cf99 would take seconds/minutes
megamt 10 months ago
@megamt I PM ed you the message because it was too long :D
Robobbly 10 months ago
Hey!!!
The Music Name is:
Linkin Park - New Divide
aeroflighter 1 year ago
i enjoy all your video man...nice job
damustk 1 year ago
music ?
1Mihailo 2 years ago
The Music is : Linkin Park - New Divide
!!!:D
aeroflighter 1 year ago
Great work man! :) Way to go!
ashutoshgrewal 2 years ago
Google + MD5 Crack GPU (The fastest LGPL GPU MD5 password cracker) ^^ Have Fun! :-)
DerWahreTobi2010 2 years ago
With a GPU MD5 Cracker, can you decrypt any Code in 35 Minutes with 4GPUs, also 2 9800GX2
With 4 HD5870, in about, 20 Seconds? xD
Wikipedia
DerWahreTobi2010 2 years ago
"This hash is a permanent string, which can't be converted back to a readable string."
point?
aydoooo 2 years ago
The way vb2008 encrypts text to md5 is easy to revert ...
DjMaddoxX 2 years ago
@DjMaddoxX actually it's imposable to decrypt MD5 on ANY language!
photographylover246 2 years ago
good job m8 i didnt know md5 worked with vb
MONKEYJUNK987 2 years ago
Pleas Hellp my...Thx! Private Sub btnEncrypt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEncrypt.Click txtOutput.Text = StringToMD5(txtinput.Text)
racicas 2 years ago
Yay for Linkin Park - New Divide!
SaJi482a 2 years ago
linkin park sucks... young jeezy much better
Sintaxx2 2 years ago
Yes, Brute forging. I didn't remember the word, thanks!
younoob00 2 years ago
Nvidia has come with a new tech that hacks md5 in a very powerfull cpu, for ex
a | b | c | d |... aa | bb | cc |... aaa | bbb | ccc|
and with those it makes a md5 of each text and tries to match with the inserted md5, and if it matches it says woala and returns the decoded message. Nice vid btw!
younoob00 2 years ago
Do you mean brute forging?
If yes:
Lets say, i've got this string: "The possiblity of brute forcing this string is very low, even under 0 percent" - it contains 77 characters.
Meaning there are 77^36 diffrent posibilities. (36 = 26 letters, 10 numbers)
These are: 1.118.816.479 x 10^49 diffrent posibilities.. so it will take quit long. AND they have to be on the right place. so the chance to bruteforce this is quite low =]
jnbjabnk 2 years ago
@jnbjabnk this would me MUCH MUCH MORE.. if there were just 1.118.816.479 posibilitis i would crack this in 2 seconds! because with GPU-cracker i can crack 760.000.000 / per SECOND!
i just don't know how many possibilities it would be realy :)
LoLFighter1993 11 months ago
@younoob00 MD5 can be simply cracked with rainbow tables
computertrick 7 months ago
@computertrick Indeed they can. Google indexes MD5 sites, so google the MD5 is a protip.
younoob00 6 months ago
how do you know that MD5 not can be Decrypted ?
Darknessknight38 2 years ago
Adding a Salt
HDebbo 2 years ago
Thanks for the tutorial, I was exaclty looking for that =D
chtuncon 2 years ago
Comment removed
l337Gamerl337 2 years ago
You can crack it..
iXpLiZiT 2 years ago
Comment removed
photographylover246 2 years ago
Comment removed
R3tardEntertainment 2 years ago
Comment removed
R3tardEntertainment 2 years ago
Sorry, there is just one fail. MD5 Cant be decrypted. and i mean it, doesn't care if there are decrypters, cause these are not real decrypters, a real decrypter, a real decrypter wil revers the proces for a string thats applied with encrypting:
Try to decrypt this: f16f95d3c5baaa4b3fa996e00023cb84
You can't, cause the hash is not in there database.... so its nog decrypting again... its just a database with all those hashes and pre-encrypted common strings.
jnbjabnk 2 years ago
Comment removed
R3tardEntertainment 2 years ago
uhh not realy, RSA CAN be Decrypted MD5 CAN'T So it's much more secure...
jnbjabnk 2 years ago
Comment removed
R3tardEntertainment 2 years ago
it can be decrypted with can and abel
GooboyProductions 2 years ago
not realy, and you mean cain & abel :D
well, it's not realy decrypting, cause they have a database with the content. since the MD5 Hash is made up by a string goin through a lot of algorythems, which can't be reversed, which means it can't be decrypted :D
jnbjabnk 2 years ago
ccc7a5a1d69d93b215d95fecdc8dc3d8 = FUCK YOU!
lol jk
GooboyProductions 2 years ago
cool!
now make a decrypter to XD
joppe1222222231 2 years ago
It cant be decrypted :D
jnbjabnk 2 years ago
lolz cool program anyway
joppe1222222231 2 years ago
then whats the point?
Palkia323 2 years ago
When a for example password is encrypted, the MD5 Hash will always be the same for that password for example: Hello. The MD5 Hash will be: 8b1a9953c4611296a827abf8c47804d7
So everytime someone types in Hello, it will always return that MD5 Hash
jnbjabnk 2 years ago
okay... if it cannot be decrypted and some1 types: "Whats up?" and it encrypts it... you will never know!
Palkia323 2 years ago
@jnbjabnk So its not fool proof?
If you make a program with the password as hello but then encrypted it using MD5, rather than trying to guess the MD5 password, i could just attempt to hack the program and find all MD5 hashes in the code and try them all till i got the password. Much more simple way than cracking the MD5 pw. I could be wrong, if so, please inform me.
Good tut btw.
Auss1Pr1d3 1 year ago