Safe-cracking robot autodials combinations to brute-force a high-security safe

MIT students Grant Jordan and Kyle Vogt found themselves in possession of a high-security safe — the S&G 8400, a class-1 safe of the sort formerly used to store classified documents. They wanted to open it, but they lacked the combination and were unable to crack it using the sort of techniques that work on lesser strongboxen. So they build a safecracking robot that autodialled combination after combination (the robot excluded "impossible" combinations that couldn't be set due to material limitations of the mechanism, which substantially reduced the keyspace). They eventually opened the safe, but didn't find anything interesting in it.

We used a custom stepper motor to rotate the dialer head. The dialer head transmits torque to the dial via a piece of heavy duty surgical tubing. The stepper motor we chose has more than enough resolution to implement our algorithm, but it's not quite as fast as it could be. Stepper motors have an extremely high "holding torque", which is ideal in this situation since the dial must be held in place while the butterfly knob is being turned.

The head also contains an RC servo motor with a machined knob to mesh with the butterfly knob. This setup enables independent rotation of both the dial and butterfly knob. The stepper motor shaft is also connected to a high resolution optical encoder for position feedback. The encoder is mainly used to detect when safe is successfully opened. The torque required to open the safe when the correct combination is entered is much higher than the maximum torque of the stepper motor, so the encoder is programmed to report when the position error exceeds a certain threshold. Basically, the stepper motor stalls and the encoder flips out if the safe actually opens.

Safe Cracking Robot « Kyle Vogt

Safe-cracking robot "brute-forces" high end lock combinations (Make)

(via Command Line)