Hacker News new | ask | show | jobs
by inconditus 5267 days ago
Correct me if I'm wrong, but this isn't a brute force attack, its a dictionary attack. A brute force attack would go through every iterattion, like 00001, 00002...
1 comments

true, it's a dictionary attack.

  keys = File.read("./dictionary.txt").lines.to_a.reverse