TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The $300 Lock You Can Break in Seconds

6 pointsby wiksover 14 years ago

3 comments

jiffyjeffover 14 years ago
These locks are silly and can be opened in seconds without a magnet. They can be brute forced easily due to the few number of combinations afforded by their design. There are only 5 digits to choose from, and a code can use a given digit only once. While there is a configuration that requires the pressing of two digits at once, I've rarely seen this used. If you assume a 3 digit code, the number of combinations to try is 5 * 4 * 3, or 60 tries. A 4 digit combination requires at most 5 * 4 * 3 * 2 tries (120). We used to have these locks in my office. After code changes i would try my hand at "breaking" into them (before reading the email containing the new code). In every case I had the lock open within 2 minutes. The hardest part was actually pressing the handle down 30-60 times.
blurpinover 14 years ago
There has been a lot of commentary on Reddit about this author's presumptuousness in posting the video showing how to crack this lock behind a password-protected site. I'd be curious to know what the HN community thinks about that.
评论 #2169511 未加载
js2over 14 years ago
Don't miss this profile on Tobias in Wired a couple years ago:<p><a href="http://www.wired.com/techbiz/people/magazine/17-06/ff_keymaster?currentPage=all" rel="nofollow">http://www.wired.com/techbiz/people/magazine/17-06/ff_keymas...</a>