Gaze Upon This Intricate Victorian-Era Time Lock

The concept of a time lock is an old one, and here you can see an example of the clockwork and gears version that kept vaults sealed against unauthorized openings. Even if the correct combination was known, these devices prevented opening until a pre-arranged amount of time had passed. The fine folks at [Industrial Alchemy] got a copy of a Yale Triple L mechanical time lock, and like other devices of its kind it required manual winding to function. Since the device as a whole was sealed against tampering, winding and setting was done with a key via the small holes in the front.

These devices were mounted on the inside of a vault door, and worked by mechanically interfacing with the lock mechanism in a variety of different ways depending on make and model. While the time lock was engaged, opening the door was prevented even if the correct combination was used. You may notice the multiple movements; this was for redundancy. The movements were interfaced in a mechanical OR arrangement, meaning that the first one to count down to zero would disengage the time lock. In the case of a malfunction, the backup movements would be responsible for preventing a total lockout — a condition as inconvenient and embarrassing as it would be costly.

Embedded below is a video that focuses on swapping movements in a time lock, but happens to also do a good job of showing off the mechanical design and components. Clockwork was the high technology of its time, and interest in it has seen something of a resurgence now that 3D printing is commonplace.

Continue reading “Gaze Upon This Intricate Victorian-Era Time Lock”

Colette Biometric Security Purse Screams When Stolen

A team of college hackers was disappointed with the selection of secure purses available. Nearly every purse on the market is attractive, secure, or neither so they are designing their own security purse with some style. Instead of just brass or leather clasps keeping unwanted hands out, they are upgrading to automation and steel.

Everything starts with a fingerprint reader connected to an Arduino. Once an acceptable finger is recognized, a motor opens a coffin lock, also known as a butt-joint fastener, which can be completely hidden inside the purse and provides a lot of holding force. That is enough to keep quick fingers from reaching into an unattended purse.

In the case of a mugging, a sound grenade will trigger which should convince most thieves to quickly abandon it. Then, the internal GPS tells the owner where the purse can be found.

We can’t imagine a real-life purse thief prepared to tackle this kind of hardware. Hackaday loves knowing the ins and out of security from purses to cars and of course IoT.

Playing Hacker With A Toy Vault

[Thomas Cannon] created his own hacking game by adding some circuitry to this toy vault. The original toy uses the keypad to control a solenoid keeping the door shut. He kept the mechanical setup, but replaced the original circuit board with his own ATmega328 based internals. He also added a USB port to the front. The gist of the game is that you plug-in through USB to gain access to the vault’s terminal software. If you can make your way through the various levels of admin access the loot inside will be yours.

Portable Password Vault

This little box remembers all of your user names and passwords. Inside you’ll find an Atmel AT89S5131 microcontroller which has built-in USB capability. When the box is plugged into a USB port it identifies as a keyboard. Manipulating the buttons on the top and side will select and print out various stored usernames and passwords. Passwords are generated on-chip from a random seed and the device itself requires a passcode after power up as a security feature.

[SigFLUP’s] included a pretty nifty configuration algorithm. It doesn’t rely on a terminal connection, since the device is a keyboard you can communicate with it in an editor window (which should make it platform independent). There’s no code available, but trying to write your own to the spec outlined in the demo after the break will make for a fun weekend project.

Continue reading “Portable Password Vault”