Bruce Schneier | |||||||||||
Schneier on SecurityA blog covering security and security technology. « White Powder Anthrax Hoaxes | Main | Password Safe » June 15, 2005Picking Physicists' LocksFrom Scientific American: Measured to be equal to 1/137.03599976, or approximately 1/137, [the fine-structure constant] has endowed the number 137 with a legendary status among physicists (it usually opens the combination locks on their briefcases). So now you know, too. Posted on June 15, 2005 at 8:10 AM • 73 Comments To receive these entries once a month by e-mail, sign up for the Crypto-Gram Newsletter. Anonymous • June 15, 2005 8:35 AM Oh, great. So now they're going to have to change the constant to keep their locks from being opened by strangers, and this will change the nature of the universe to render fusion impossible, the stars will shut down, and we'll all die. Thanks for nothing, Bruce. flo • June 15, 2005 8:36 AM just like 2^something (like 8192 or 1024) usually opens a computer scientist's briefcase... Anonymous • June 15, 2005 8:55 AM ...and of course 3141 or 2718 or 9973 (largest 4-digit prime) might work for a mathematician's briefcase. I myself like to use 641 (factor of the fifth Fermat number), but secretely I wish I had a 5-digit lock so I could use 49999. Anonymous • June 15, 2005 9:02 AM I recall Feynmann trying to open mathematician's locker with constants such as $e$ and $\pi$ when he was working on Manhattan project. a physicist • June 15, 2005 9:13 AM We use 314 and 271 for laptop locks used on computers for demos (there's always someone around, so we don't worry too much). I use square roots of prime numbers myself. Andrew Gray • June 15, 2005 9:42 AM Feynman, on trying to get hold of some nuclear weapons documents in 1946 whilst the office was empty: I went over to the filing cabinets and tried the first one: 31-41-59. It didn't open. Then I tried 59-41-31. That didn't work either. Then 95-14-13. Backwards, forwards, upside down, turn it this way, turn it that -- nothing! ... I said to myself, "Freddy de Hoffman is just the kind of guy to use a mathematical constant for a safe combination." I went back to the first filing cabinet and tried 27-18-28 -- CLICK! It opened! (The mathematical constant second in importance to pi is the base of natural logarithms, e:2.71828...) There were nine filing cabinets, and I had opened the first one, but the document I wanted was in another one -- they were in alphabetical order by author. I tried the second filing cabinet: 27-18-28 -- CLICK! It opened with the same, combination. I thought, "This is wonderful! I've opened the secrets to the atomic bomb, but if I'm ever going to tell this story, I've got to make sure that all the combinations are really the same!" Some of the filing cabinets were in the next room, so I tried 27-18-28 on one of them, and it opened... (from "Safecracker Meets Safecracker", in 'Surely You're Joking, Mr. Feynman'. Quite the classic.) jammit • June 15, 2005 10:29 AM In my job where I custom build computers, I've memorized a few micro$loth product keys, and use them, rotating or appending numbers where necessary, or skipping over the letters to get only numbers for number only combinations. Anonymous • June 15, 2005 10:42 AM Quoting a comment from flo: I think most mathematicians would use 1729, actually. Erik W. • June 15, 2005 12:06 PM If I'm truly concerned about security, I ask someone I know to provide me a number and a mnemonic for it. Matt R. • June 15, 2005 2:13 PM Skript Kiddies would get fancy 4-digit locks and use 1337, if they had briefcases. Josh O. • June 15, 2005 2:18 PM Some retard wagered that amount on Jeapordy the other day. I bet he thought he was really kewl! Anonymous • June 15, 2005 5:06 PM My physicist friend just pointed out that Wolfgang Pauli died in hospital room 137. flo • June 15, 2005 5:36 PM spaceballs, anyone? "12345? That's the kind of combination an idiot would put on his luggage" - "I always use that combination..." Roger • June 15, 2005 10:03 PM > Interesting noone came up with numbers like 401 and 403 (HTTP response codes). 401 and 403 are pretty funny ("unauthorized" and "forbidden"). If you only keep your lunch in your briefcase you could also go with a more philosophical 417 "expectation failed". However these 4xx codes are technically incorrect since at this point the client entity has sent a properly formed request! You should have 200 ("document follows") or maybe 204 ("no content"). Seriously, when I need to generate random numeric codes for stuff like this, I have a little Perl script which generates random numbers of the correct length, then tests them against /usr/dict/words to find which ones can be converted to a valid word (or multiple valid words if a 0=space is included) via the mapping on a phone keypad. This isn't perfect of course. It gives a biased distribution because 1 never occurs, numbers that mainly turn into rare letters (e.g. 5) are probably less likely to occur, and certain patterns are impossible. A histogram of output frequencies looks like a binomial + big spike for 0 frequency (impossible outputs) rather than flat, although I think the bias will be much less than picking the word first and then turning it into a number. In exhaustive tests with 4 digit numbers, I get a measured entropy of 11.4 bits versus a theoretical 13.3, so it's not too bad. (Nearly all of the entropy loss is from 7249 values that never occur at all.) Measured entropy/wanted entropy declines as PIN length increases because the number of really long words declines sharply, so for 7 or more digits it's better to split it up. At any rate, it gives me a way of easily having lots of long, random looking, unrelated numeric codes that are much closer to full strength than, say, using your birthday. scosol • June 16, 2005 1:29 AM Yeah, that Feynman was a sneaky guy- my favorite: "Feynman’s next technique depended on his visiting an office during the day, while the lock was open. While chatting to the occupant of the office he would idly fiddle with the lock. He turned the simply turned the dial back and forth, going one number further each time. After each number he would turn the dial back to see if the lock would still open. The number he reached when the lock first refused to open again was the first number of the combination. With a slightly more lengthy version of this he could find the second number as well." From: http://www.timhunkin.com/... Erik N • June 16, 2005 3:27 AM Considering the amount of physicists to the amount of ordinary people who use 0-0-0, adding the usual lack of education among thieves - I doubt they hold a degree in physics - 1-3-7 is a quite good code. Easy to remember, and an important number. While you're at it, it is well known that 17 is the most common random number: Ask any one to pick a random number, changes are they'll pick 17: It's not too low, it's prime, it's not common in calenders (7) or tales (2, 3, 5, 13). So, a "random" code could be 0-1-7, for the people who are advanced enough to change their standard 0-0-0. Erik Clive Robinson • June 16, 2005 4:23 AM @Bruce, If they have been in the Army then the chances are its their "Last three". I have tried this on old army friends and guess what it works :) They tell you there are two numbers you never forget, 1, Your first telephone number (mum made you remember it ;).
Hunter • June 16, 2005 8:49 AM Of course a person could always use thier name in 1337 speak.... JohnJ • June 16, 2005 11:01 AM I use 640 on my luggage. It's all the RAM a computer will ever need, according to Mr. Gates. umbrella • June 16, 2005 12:08 PM For me it's always 1013. That's a very important number to anyone who regularly watches the X-files. (Name of the production company, birthday of the executive producer, most commonly occuring number in dates, times, and various numbers throughout the show) jammit • June 16, 2005 10:27 PM All this talk about social engineering a three digit briefcase lock seems more trouble than simply trying all combinations. Even I can open a four digit combo on a bike lock in a few minutes. Roger • June 16, 2005 11:45 PM @jammit: Assuming you're talking about brute forcing rather than feeling the correct positions (which is often possible on cheap bike combination locks), you'd have to be fairly lucky to do 4 digits in "a few minutes". There are ten thousand equally likely combinations, so although you might get lucky and hit it early, on average you will need to try 5,000. From a quick experiment I find I can manage 2 to 3 combinations per second but only for a few seconds, it soon drops to about 1 per second. That means on average you should take over an hour, and might take up to 2 3/4 hours. However, if you have a simple way of recording the swept keyspace (e.g. counting), and the bike is parked in the same spot each day, then you don't have to do it all at once. This fact (due to the inability to change the combination) is enough to make me avoid these locks even for a cheap bike. This, incidentally, brings to mind what is in my mind a serious design flaw in briefcase locks. Most briefcases have two thumbwheel style combination locks, each with usually 3 wheels. The two locks are operated totally independently, which presumably makes them easier to assemble but also means the average difficulty of brute forcing is not a strong 0.5 * 10^6 (say, a week to brute force even with 24 hr shifts) but instead a puny 2 * 0.5 * 10^3 (about a quarter of an hour). Furthermore the latter attack can be parallelized (one person trying each lock), which happens to reduce the average time by 1/3. It might be argued that stronger locks are irrelevant since the case can be forced open with a screwdriver or bodily carried away and opened at leisure. However briefcases are usually used to protect documents, and in document security it quite often happens that an undetected theft is far more serious than one which is quickly detected. With locks this weak it would be possible to undetectably open the case, copy documents and put everything back the way it was in any of a variety of scenarios. Furthermore, it shouldn't be hard to fix. If the sliders of the two locks are connected internally by a simple rigid bar, it wouldn't be possible to open either lock until both are correct. (The bar would need to be stiff enough that you couldn't feel a small amount of "give" when one only of the locks is on the correct combination.) Erik N • June 17, 2005 3:12 AM All this pin-code discussion made me remember an electronic door look we once had. To enter you'd have to enter a 4 digit code, the lock would reset on open, and on forced reset. Otherwise it will simply test the last 4 digits entered, keeping them in memory. This means that if you enter 1-2-3-4-5 it would actually check two codes: 1-2-3-4 and 2-3-4-5. So how many digits would you have to enter to get through all codes? Obviosly the maximum is 40000, 10000 codes, 4 digits each, but that's not very effective. The most effective we could ever dream of is 10003: The first three don't make up a code and hence are not tested. Then for each new digit a code is tested. I put the problem up first at a mathematics summerschool, and someone claimed that you would "only" need to enter 10003 digits, but I never got that proof written down nor was I completly convinced it was correct. So, if you're borred, I think this is a nice exersice in combinatorics :-) - I don't need to see the sequence if you can just provide a proof that it exits, posibly constructive. norgaard [at] math dot ku dot dk Dan Smith • June 17, 2005 4:45 AM @Roger Probitas • June 17, 2005 11:10 AM "Or Binary... I don't know binary off the top of my head." There are 10 kinds of people. Those who know binary, and those who don't. Actually, there are 2 different, 3 wheel locks on many briefcases, which can be set to two different combinations. My briefcase password is actually a 6 number string. Roger • June 18, 2005 1:30 PM @Probitas: @Dan: @Erik N: This algorithm frequently gets the list around 9,900 items long before stalling and having to restart; after about 200 ~ 500 attempts (taking a couple of minutes), it gets one which works. Multiple distinct answers are possible and are distinct beyond a mere relabelling of digits. I can send you the program if you want to give it a go. Anonymous • June 21, 2005 8:42 AM sheesh. now i have to change all of my passwords..... Anonymous • June 21, 2005 10:04 AM I understand a lot of physicists at Los Alamos during the Manhattan project used 02-03-05 (for Uranium 235) b0B • June 21, 2005 10:50 AM Readers of Clarke's Rama series may recognize 4143 as the start of a series of quadratic primes. Not that I use it for anything important... Briefcase combination locks *should* be irrelevant. A briefcase containing anything at all sensitive should simply not be left unattended by its custodian. gag • October 31, 2005 4:17 AM i luv openning locked briefcases. i just run them numbers tru and ussually i just unlock them to my own amazement.. i would say its my guts... haha. any1 tried this? Mike • February 24, 2006 10:21 AM may i please have every 3 digit combination possible for numbers 1 to 49 if it's not a problem. my mother just died and she has a safe that i need to open. I know it might take me awhile but that's not a problem for me. Can you please help me out, you seem to be pretty good with numbers. Thanks. hike • March 15, 2006 9:07 AM i need to open a (a.roo emiment briefcase) it has a 3 digit code, can sumone please help me as i have lost the key. many thanks. mitchell • April 4, 2006 8:53 PM AS FAR AS BRIEF CASES ARE CONCERNED...... Mag • April 23, 2006 1:00 PM My name is maggie and I am studying Investigative Journalism at Napier University. I would like to ask whether any bloggers can give me more information on this kind of timed combination safe and do you know is it still popular to be used in hight streets shops? Thank you very much for your help and look forward to hearing from you soon. Damian • May 20, 2006 9:09 PM License plate seen in the physics parking lot: QWHY137 -- Question: Why 137? Yes, I'm a physicist. Nonphysicists probably thought that license plate was randomly assigned.... sammy111 • November 7, 2006 10:03 PM i want to change the lock combination on my protocol briefcase... does anyone know the sequence to do so? daniel • December 5, 2006 6:31 PM I have been given a briefcase by an old friend and it is in good shape but locked. Can anyone help me find the combination for it. There are three numbers per side. Thanks.. thornow • February 3, 2007 4:13 PM Hello beautiful people, My brother managed to change the combination on his briefcase from Dan smith's idea sounded promising, but I do not understand how to do it. It did not work for me. Would you mind giving me a little more detail? Thank you very much in advance.:) thornow • February 3, 2007 5:59 PM never mind...I opened it by just try ing all possible combinations...I'm glad it was 111 124 instead of 999 999 or something... joemac • February 4, 2007 9:12 AM bought new brief,has 3digt combo lost instructions. it has sml white lever inside that snaps dwn..how the*#@ do u set combo?? houdontni • March 4, 2007 7:19 PM Got these directions at luggage shop for initial setting of combination Push the button inward towards the handle; hold it there while resetting to 3 new numbers When you release you have new combo. Senator • March 14, 2007 6:04 PM I just tried houdontni's thing and it worked to set and reset it a couple of times with different #'s. There is a small white lever in the left lock of mine, but it looks more like a string of glue?!? queen • April 1, 2007 1:19 PM I can't open the lock on my kenneth cole briefcase. I forgot the combination and lost the instructions. Can anyone offer any suggestions? NO MATH GURU • May 15, 2007 8:19 PM Like another person, who I don't see an answer for, can anyone tell me where to get a list of all of the numerical combinations possible for a 3 digit lock on a briefcase that runs from numbers zero through nine in each column? How many possibilities are there? I need to try them all. I know I start with 000 through 999 then 011, 012, 013, all the way to 789 and 799 etc. However, this may help one of you math geniuses help me - I believe that no digit is used twice in the combination. I strongly believe that, but I might be wrong, and I know while running through the numbers that may make several hours worth of difference. It is a Victorinox or Wenger briefcase with a metal button that slides a little to the left or a little to the right each side of the case on the outside, and then the three digits (which I know are the same on both sides, thank God) roll individually in the middle, and then on the left is a clip that moves up and down that you may have to push at the same time as the button when you get the right code, which is a bit of a pain in the butt for someone who cannot remember the number to their own briefcase. I locked it about five years ago, and know the numbers are not anything I can recall (I know, don't tell me how stupid I am please,) my mom washed my papers with passwords etc that was in my jeans pocket and threw it out a couple of weeks ago (this is one of my "easier" problems to solve I KNOW some geniuses here can help me!) other than I think there is an 8 or a 7 in the three digits somewhere, but since that is just a hunch with a memory as bad as mine, I am going to ignore it. I wish I could just cut it open, (I could cut through the leather, if no one can help, but then I will have to buy another expensive case just like it, and I don't even know if they make them anymore, because I borrowed it from my brother a long, long time ago, and now he needs it back. I think someone here can tell me how to figure out how to go through all of the possible numbers, or refer me somewhere where I can see what they could be so I can check off each one, and make sure I try them all. Is there a fomula or something to give me all of the numbers? Better yet, is there a way I look at a chart? I will owe someone a DVD of their choice, or IPOD download or something up to $25 reward! You could email me if you want to email funkyjunkydna@yahoo.com NOT @aol.com!!!! THANK YOU!! Loom C. • May 15, 2007 10:09 PM Why dont you openittheeasy way? All it takes is a strong light, pocket knife or metal nail file and good eye-sight. Under a good light, using the knife or nail file to spread the number disk apart abit so you see between the disk. Each disk has a small stem on one side or the other. Usually it is on the right side. While watching closely, rotate the disk until a flat side or occasionally a notch showes up. Do the same to all the number disk, untill all the flat places are in the same plane. If this doesnt open the lock, carefully turn all the disk at the same time one number at a time till the lock opens. Preslea • August 30, 2007 12:51 AM I purchased a case in 1992, never used it until 3 days ago. Today, for the first time, one of the 3-digit combination locks would not open. My 8-yo niece was playing with it and one of the locks will not open. It has "BOVANO" engraved on the lock, but I could not find a website that provides information on this case. Can you help me? I thought that both still opened at 000, but found that one is set on 258, which has no significance to me whatsoever. If I take it to a locksmith, will he be able to open it? JustMe • September 23, 2007 3:44 PM Sister in law gave me a stebco tufide brief case. It is open, but the locks don't catch. Seems as though the post is too short. I think a combination would help, but none available. Any suggestions? I Read The Whole Blog • September 24, 2007 12:44 PM A couple you had the correct solution for the case that I have. It has no markings except for one little tag inside one of the pockets that says Office Club. The locks operate totally indepedent of each other. No bar integrated somewhere inside. Shaun • February 15, 2008 9:10 PM I did a Google search because I couldn't get into my old hard-sided briefcase containing Court-Related paperwork from a Court bout with worthless my ex-wife 7 years ago. I really need that stuff now (another bout, unfortunately), but didn't know the combination and it's a nice briefcase and wasn't excited about breaking it open. These old Blogs saved the day! Held the latch switch to the left and breezed through all of the numbers and before you knew it "Pop". Did the same with the other side and both were "popped" in less than 15 minutes. I couldn't believe that I could have spaced out and not saved that number someplace! Then I thought maybe I switched the number to something I'd remember, but a 6 digit number just didn't work and I was absolutely positive that combination was set by the factory and I couldn't change it. I figured I put the number in a long lost day planner someplace. I have tried day planners quite a few times over the years, and have decided that I just don't like them. I use the outlook calander. After the deed was done and I was thoroughly pleased with myself and this website, I looked at the 3 numbers on the one side and the 3 on the other, after getting it open: 041---559. Son of a gun! My birthday: April 15, 1959! That thought crossed my mind while struggling with the briefcase, but 41559 didn't have enough numbers. Duh! It's obvious the number is changable and I'm not as dumb as I thought because I shouldn't NEED to write that number down anyplace! But I guess I am as dumb as I thought because I thought the numbers in my b-day didn't add up to 6 digits! Duh! Thanks. brat • June 19, 2008 4:25 PM i have the vaultz cash box and i also lost the comb it's also from staples how do i unlock it grr tada • July 27, 2008 7:22 PM this is a video on how to open a briefcase after you have lost or forgot the combination Brady • November 7, 2008 11:53 PM i have a four digit bike lock the numbers range from 1-6 and i cant seem to open it any advice would be appreciated kurtdriver • June 29, 2009 10:48 PM @ Tada Thank you, I never did figure it out, (briefcase that has sat in a closet for years), but while trying to get that method to work, it suddenly opened. Thanks again, Kurt Rickey • April 24, 2010 8:44 PM I have a brief case i dont know the the combination to it is a 3 digit and the case is a clarke i need help to get it open Harry • July 5, 2010 6:48 PM Sir We have an old filing cabnet and it has a side compartment with a Cole combination dial, the door is lock open we do not remember the combination is there any way we can reset a new combo , I have taken the lock off and can get to the back side if needed. Clive Robinson • July 6, 2010 10:51 AM Harry, Go have a look at Matt Blaze's page on lock picking there is a paper there specificaly about combo locks. As a general rule of thumb the simple "spin dial" combination locks have a series of wheels inside them with slots to take the drop bar of the lock mechanism. On these wheels are "pick up" pins or bumps that actually set the combination (which is why you have to turn the dial n turns to the left n-1 to the right n-2 to the left etc. Realy cheep locks won't alow you to move the pins or bumps so all you can do is change the wheels position on the shaft or the order of the wheels (the later is not recomended as it can alow the wheels to be "felt in" by a "cracker"). Once you see a simple combo lock open you will be surprised at just how simple they realy are. dysgraphia • July 10, 2010 10:39 PM Re some of the Feynman stories: As Alamos was v.new many locked cabinets etc arrived with default factory settings. Occupants of offices often did not have time to reset them so Feynman simply tried the factory defaults he knew and of course it looked very smart to the uninitiated if some could be opened.
Post a comment
Powered by Movable Type. Photo at top by Geoffrey Stone.
Schneier.com is a personal website. Opinions expressed are not necessarily those of BT. |
|
Comments