ff5d4d619efac6283495241ae4e5c04b
Anyone?
Results 1 to 36 of 36
Thread: Can anyone crack hashes?
- 05 Aug. 2011 04:52am #1
Can anyone crack hashes?
- 05 Aug. 2011 11:58am #2
Where did you get this from? I can help if you would like.
- 05 Aug. 2011 03:45pm #3
your code says ''hello'' -w-
- 05 Aug. 2011 04:14pm #4
Wrong. "Hello" (minus the quotes of course), translates to this via MD5 - 5d41402abc4b2a76b9719d911017c592.
@OP, look around the net. There are several MD5 hash crackers around. I Google'd the hash and found no search results so looks like it isn't located in any common MD5 hash databases. Looks like you'll have to crack it manually.
And for the heck of it, I'll create an MD5 hash cracker and post it in the programming section when I have the spare time.
Good luck.
Edit: LOL @ cclown23. If that was a pun directed towards Personoid, I lol'd.Last edited by Protozoid; 05 Aug. 2011 at 04:19pm.
- 06 Aug. 2011 02:37am #5
I have tried all the known databases for this hash and its not found, I dont know how to utilise a rainbow table.
its for someone i know has to do with neopets.
- 06 Aug. 2011 08:43pm #6
brute forcing will work better for gaia accounts
edit: b73bf7d3ba1a517644661bc4bcd85f9a xDDDDDD
- 06 Aug. 2011 08:52pm #7
Uh, brute forcing is unbelievably impractical. You've got no almost no chance.
Also MD5 Question... - Clickteam, stop acting like my reasoning was invalid
- 08 Aug. 2011 12:49am #8
It also could be salted, which would make it next to impossible.
- 09 Aug. 2011 12:34am #9
- 09 Aug. 2011 01:19am #10
- 09 Aug. 2011 01:22am #11
- 09 Aug. 2011 04:00am #12
- 09 Aug. 2011 11:07am #13
Come to look at, I think my code is more salty than his.
So I still feel accomplished.
Edit: Ouch, just ran your code through my EasyPHP server. Invalid.
Code:Parse error: syntax error, unexpected ')', expecting ',' or ';'
Code:<?php echo md5(md5("hash") + "salt"));
Better luck next time, Chad.Last edited by Protozoid; 09 Aug. 2011 at 11:20am.
- 09 Aug. 2011 07:49pm #14
- 09 Aug. 2011 08:30pm #15
Depends, what version do you use primarily? + is generally the concatenation operator in all of the versions of PHP I've worked with.
Edit: Lol @ Mang getting banned. Thank god.
Edit again: False alarm. People can hope, people can hope..Last edited by Protozoid; 09 Aug. 2011 at 08:40pm.
- 09 Aug. 2011 10:02pm #16
- 09 Aug. 2011 10:26pm #17
I'm not used to PHP as I've said earlier.
Originally Posted by Protozoid
I also thought the hash echo outputted was the outputted form of both the respective elements concatenated. I was 100% + was the proper concatenation operator in PHP. I guess it's "better luck next time" for the both of Chad and I then.
That still doesn't entitle you to come into this thread stealing my line in means to insult me. Chad actually doesn't annoy me as much as he used to. I guess I've misjudged him somewhat.
If you plan on replying, please don't reply with some smiley. My patience for weeaboos is growing slim today.Last edited by Protozoid; 09 Aug. 2011 at 10:32pm.
- 09 Aug. 2011 10:32pm #18
- 09 Aug. 2011 10:35pm #19
Predictable. Don't be an assuming ******, please. What I was doing was no form of arrogance whatsoever. My first reply to Chad's simplified way of performing a salt/hash procedure was not only a commendation to him, but an insult to me.
Edit: Actually, I think I speak for the both of us when I say this - I think we both were being half-serious all in all. But I think Chad actually knows enough PHP to do this correctly. I don't. I spent too much time on desktop application programming and now it's coming back to bite me on the butt.
Oh and, the mistake I called him out on was the excess use of parenthesis, not the use of an invalid concatenation operator.Last edited by Protozoid; 09 Aug. 2011 at 10:44pm.
- 09 Aug. 2011 10:49pm #20
I don't figure out how these code snippets would solve that task. All I can find is this huge md5 reverse database with more than 306,000,000,000 cracked strings, and it is being daily updated using powerful machines.
- 09 Aug. 2011 10:51pm #21
- 09 Aug. 2011 10:58pm #22
- 09 Aug. 2011 11:03pm #23
Um, there are no "correct" salt combinations. Just saying.
http://en.wikipedia.org/wiki/Salt_(cryptography)
- 09 Aug. 2011 11:08pm #24
By salt, I mean strings like the 'chap' string used in gaia's marketplace, or even the 'nonce' string. Those strings are not completely randomly generated.
And by correct combination, I mean the right way to get the final hash:
Example1:
Code:final hash = MD5(MD5(password) & salt)
Code:final hash = MD5(MD5(password) & MD5(salt))
Last edited by ~Shieru No Tamashi~; 09 Aug. 2011 at 11:19pm.
- 09 Aug. 2011 11:23pm #25
If you meant that, everyone in this thread was using the proper combination this entire time.
Also, Example2 is invalid I believe. #1 looks fine.
Edit: Sorry to break it to you, but nonce isn't a salt.
http://en.wikipedia.org/wiki/Cryptographic_nonce
Found that while researching on cryptography. But I don't blame you for having the idea.
Salt is closely related to the concept of nonce.Last edited by Protozoid; 09 Aug. 2011 at 11:32pm.
- 09 Aug. 2011 11:35pm #26
- 09 Aug. 2011 11:36pm #27
- 09 Aug. 2011 11:40pm #28
- 09 Aug. 2011 11:43pm #29
So.. since everyone's done as much as they can to help the OP, I think this thread should be locked.
But that may just be me. At least it'll keep spammers like Mang away.
- 10 Aug. 2011 12:17am #30
I'll second this.
Also, @Artificial, Chad tried to correct Proto in the first place and made several errors (not 1) including failing to specify a method for printing the output of the md5'd string, the wrong concatenation operator and an additional parenthesis. I don't think it's fair for you to defend Chad (especially in this situation where /he/ was the one demonstrating arrogance).
- 12 Aug. 2011 04:52am #31
no one figured it out?
---------- Post added at 04:52 AM ---------- Previous post was at 04:52 AM ----------
also, its not salted, its just regular md5, Idk why, but i cant find it anywhere.
- 13 Aug. 2011 04:47am #32
i looked a bit into this and the hash is manually scrambled, ive been needing some practice with my algorithm so ive been attempting to crack this for a few days. what ive worked out is that its a 7 digit phone number. because i believe there are 7 digits and they are all numbers. ive tried all repeating numbers such as 1111111-9999999 and common numerical sequences such as 1231231 and 123456789 ive tried a lot more but they are a few examples iv been trying to figure out the first number for days and ive finally got it. its 7. good luck with the rest of this hash, it was manually scrambled so dont bother looking in hash crackers online.
- 13 Aug. 2011 02:56pm #33
To be honest, I wrote that line off of the top of my head. Gaia doesn't echo/print their hash to you (only in gsi as far as I know), they just make it and store it in a cookie. I forgot the period in PHP acts as the +, and as for the misplaced parenthesis, everyone makes simple mistakes. There's no need to start an argument off of it, Personoid.
And I wasn't trying to be arrogant. I just saw that he had a longer line of code that could have been shortened. Some times it gets a little confusing switch from language to language.
- 13 Aug. 2011 04:17pm #34
Personoid didn't start the argument over this, Artificial did.
Just sayin'
- 13 Aug. 2011 04:31pm #35
- 15 Aug. 2011 01:24am #36