Is it supposed to be obvious where this #Merveilles community with its icons is on the web? Am I unaware of a whole type of communities like this?
Bruteforcing the Devil
11–20 of 29 posts
Re: Bruteforcing the Devil
#12Example: http://bochs.info/img/mutation-20140606-024906.png
One could definitely optimize this to be less destructive and produce more pronounceable results. It's basically two pieces: an engine for suggesting mutations, and a simple algorithm to score and pick mutations. Changes to either half (vowel distribution, ngrams, etc) could result in better strings.
(fyi, this kind of attack is a big reason to use cryptographic hashes: http://en.wikipedia.org/wiki/Cryptographic_hash_function)
Re: Bruteforcing the Devil
#13Re: Bruteforcing the Devil
#14Re: Bruteforcing the Devil
#15Aw guys, don't go start posting on their site (which I won't link) with devil names. Everyone knows communities turn to shit when they get too big and 300 different users posting all with blank icons is going to kill the fun for them. I'm not even a member of Merveilles but that makes me sad for them.
Re: Bruteforcing the Devil
#16WOW my C++ solution is horrible. It's as though I'd just ignored everything I've learned about Doing Things Right in C++ Post 2010. Such is hacking, I guess.
Re: Bruteforcing the Devil
#17I think shoruzorhorheugogeuzudeazaeon actually sounds a bit more like a demon than the other candidates.
Re: Bruteforcing the Devil
#18on my 4-core MBP (2.6ghz ivy bridge) i can manage ~1.8 billion hashes per second.
i could parallelize with OpenCL, but i think this is enough. after a few minutes, i get ARbyhlf as a valid name (although i don't know if this is actually valid.. but it definitely might be)
(removed)
edit: just realised that my nonce calculation was wrong.. http://pastebin.com/bcHcECPJ
Re: Bruteforcing the Devil
#19Re: Bruteforcing the Devil
#20 I’m half tempted to buy a few hours of highcpu AWS compute power and get
it done nowish instead ... I set myself a $50 spending limit, which
gave me about 24 hours of compute on an instance with 32 virtual cores
The price of a c3.8xlarge with 32 cores and 60 GB is currently $0.28 in us-west-2.You could get 178 hours of compute for your $50 budget.