Live data from Hacker News

Bruteforcing the Devil

blog.passcod.name

11–20 of 29 posts

Re: Bruteforcing the Devil

#12
I came up with a mutation-based solution to this. Supply any string and it finds a valid hash in as few edits as possible.

Example: 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

#15
post #6

Aw 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.

I don't think it's going to be a problem. Before anyone can post anything to merveill.es, they have to figure out how the heck anyone posts anything to merveill.es, which will take some lateral thinking.

Re: Bruteforcing the Devil

#18
i was intrigued by this, so i done it in C.

on 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

#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.

Post reply on HN