Faster Lock Combination
Tools/Skills: Designing & documenting a repeatable solution to a problem; How to crack a rotary lock in the real world
SYNOPSIS
Find the 9 possible combinations to a rotary lock. Use trial and error to find the correct combination.
Following the instructions as laid out in the video, I was able to find the correct combination to the rotary lock. I've documented all steps below, so that if anyone wanted to repeat my steps they could.
SOLUTION & PROCESS
*Watched How-To Video
Identify sticky number and the guess numbers:
STICKY #: 29
The most obviously sticky number
GUESS #s: 8 , 9
Find 1st Number (34)
Sticky Number + 5
29 + 5 = 34
Find 3rd Number (18)
Narrow down 2nd Number
Remainder + 2, add 8 four times
4, 12, 20, 28, 36
Remainder + 6, add 8 four times
8, 16, 24, 32, 40→0
Remove any options that are within two digits of your 2nd number
Remove 20 and 16
Final options:
4 12 20 28 36
8 16 24 32 0
Test all options until the lock opens
34 → 4 → 18
34 → 8 → 18
34 → 12 → 18
34 → 24 → 18
34 → 28 → 18
34 → 32 → 18
34 → 36 → 18
34 → 0 → 18
I got quite lucky on mine. My first attempt was correct:
34 → 4 → 18
Last updated