/wordlock

python scripts I used to defeat an old word lock that we found in a drawer at our house. In 27 tries I was able to brute force the old combination and set it to a new one.

Primary LanguagePython

Wordlock

  1. Run generate.py to make a list of all the 10K possible combinations.
  2. Run words.py to figure out which of those combinations are words.
  3. Run common.py to sort and limit those words to the 1000 most common English words.
  4. Run uncommon.py if you want a list of all the combinations which are words, but which are not in the list of the most common English words.