Did you just get a hamming distance of 0, or is something broken?
Nah, some script kiddie messin with me. Fixed and patching the hole now...
Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
31–40 of 77 posts
Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#32Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#33Earlier quoted context omitted.
Nah, some script kiddie messin with me. Fixed and patching the hole now...
Well, 43 isn't that bad :-)
"Oh but for your trouble I generated a few hundred thousand hashes for you. --Phil Freo"
Thanks Phil :-) Your message's hash had a hamming distance of 73
Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#34Earlier quoted context omitted.
It's going to be a lot slower, particularly with the goal of not slowing down a person's browser. By default, at least for me, their page is doing 1 hash per 200ms, or 5/second. On the other hand, a quick Haskell implementation using Data.Digest.Pure.SHA is doing about 6,000 hashes per second (might have been 8000, I forget now) per core on an Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz So you're looking at 1000 peopl…
This JavaScript version: http://news.ycombinator.com/item?id=715014 (which doesn't do any throttling) is doing ~1500 hashes per second in one Chrome tab on my fairly old (2.8 GHz Pentium D) desktop. I'm curious how fast it would be on your Core 2 Duo in two Chrome tabs.
Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#35Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#36Very cool idea, I wish you good luck!
Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#37I hope you aren't disappointed when you a see a new update on your AJAX postback page that looks like a new winning string, when you see it is simply a note from me. :) (I also generated a few hundred thousand hashes for you)
I added a word checker, so no more of this tomfoolery!
Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#38Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#39Please increase delta range down to 1ms, Chrome barely uses CPU power at 10ms. 6 tabs @10ms uses 25% of Core2Duo.
Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge
#40Please increase delta range down to 1ms, Chrome barely uses CPU power at 10ms. 6 tabs @10ms uses 25% of Core2Duo.
Also decrease rate at which HTML stats are updated - DOM update slows stuff down, it should update stats only once a second or so.
Edit: fixed and fixed