Slashdot Mirror


New Software Secures Data when Owners Walk Away

Makarand writes "Leave an operating laptop unattended on your desk and your sensitive data is accessible to anyone who gets hold of it. To limit this risk many users configure their systems to fall into a "sleep" mode after a period of inactivity and ask for a password before the system can be awakened. This constant re-authentication proves to be a headache for many users. Now a Professor and his graduate student at at the University of Michigan have come up with a system called Zero-Interaction Authentication (ZIA), described in this article in The Age, to protect data on mobile devices. The system works by starting to encrypt data the moment the owner walks away from the system. The owners wear a token with a encrypted wireless link with the laptop. If the token moves out of range the ZIA re-encrypts all data within 5 seconds. If the cryptographic token moves within range the system decrypts the information for the owner. The token, which could take many forms, is currently a wristwatch with a processor running Linux designed by IBM."

49 of 302 comments (clear)

  1. wouldn't it make more sense by drDugan · · Score: 4, Interesting

    would it not be more sensible to make the token a passive device, like one with an RFID

    I'm not an expert in encryption, but I have had serveral security related dongles and all of them were a pain in the arse.

    it would seem that there are technologies (I've read about) that can return specific information passively when hit with specific radio frequencies. Wouldn't these be more easily used than a powered device like a watch?

    Anyone else know more about these technologies?

    1. Re:wouldn't it make more sense by DoctorPhish · · Score: 3, Informative

      I think the problem with rfids in a security environment is that anyone with a reader could query the device as you walked by, and would have your encryption keys (or token id, or whatever), and could probably reproduce them without too much grief...rf tags can't perform authentication, as far as I'm aware..

    2. Re:wouldn't it make more sense by LostCluster · · Score: 4, Informative

      RFIDs are "dumb" devices. They're like your EZ-Pass in your car, when a radio beam passes through them, they alter the beam to add their "signature" which is uniquely identifyable. This is useful for identity, but nonsense for encryption. The problem is that if you are within range to "hear" the signal, you get the ID and enough to make a duplicate token. Tardly the model for security. There's no place for encryption here... whatever value is broadcast is the key value. By requring the token to have a microprocessor, the key never gets broadcast. It's an encrypted conversation between the station and the token, which if properly implemented makes it impossible to have a duplicate token take its place.

    3. Re:wouldn't it make more sense by DoctorPhish · · Score: 3, Insightful

      Well, I'm only an armchair cryptanalyst, but to the best of my knowledge you need some kind of challenge-response system in order to ensure that everyone is who they say they are. That pretty much eliminates any passive system, unless there are some wacky theoretical mathematics I don't understand...

    4. Re:wouldn't it make more sense by swordboy · · Score: 3, Insightful

      I'm not an expert in encryption, but I have had serveral security related dongles and all of them were a pain in the arse.

      Which is why most users would just leave the dongle next to the PC with the sticky note that has all of their passwords on it.

      User's need to be in the habit of locking the workstation when they leave it. A good IT department will audit this (at least for the users that reside in the office... that goes for plain-view passwords, etc) and penalize users who do not (give them a slow POS or something with a ton of dead pixels). Soon, it will be a subconscious task that is performed before the PC is left. Add a hard drive password (laptop only?) or a drive encryption mechanism (like Safeguard and the data is more secure than it would be with a dongle.

      --

      Life is the leading cause of death in America.
    5. Re:wouldn't it make more sense by LostCluster · · Score: 5, Insightful

      If you unify the office security systems, then the system can require you be wearing your watch in order to unlock the bathroom door... if you left your watch at your desk while you go to the bathroom, you have to go back and get it.

      People will carry their key with them if it's required to do everything they want to do away from their desk too.

    6. Re:wouldn't it make more sense by cybermace5 · · Score: 5, Interesting

      As the previous poster pointed out, RFID is relatively easy to snoop on.

      One of my major peeves is the RFID card that gets me into work every morning. In certain stores, my RFID card returns a code that sets off their RF tag detectors at the door. Usually I remember, pull out my wallet, and hold it over my head while walking through. Once I forgot at Fleet Farm (basically a giant general store, like Home Depot with tractor parts) and I set off the alarm. Of course someone came to visit me, and it was especially embarrassing because I was wearing a big coat and didn't buy anything. She handed me a little piece of cardboard called a "Schlage Shield" and said to put it in my wallet. No more alarm.

      Worked great, except that opening the door at work involved putting down my coffee, laptop, and lunch to get out the RF card (instead of conveniently pressing my butt against the door). So I took it out, and promptly set off a Barnes & Noble alarm. No one seemed to care, so I just pulled out my wallet and walked through with the wallet over my head again.

      ANYWAY...the point is that RFID tags are barely more secure than keeping a post-it note with an access code.

      I am curious exactly what my card claims to be on the store scanners....

      And the whole article is a duplicate.

      --
      ...
    7. Re:wouldn't it make more sense by Cruciform · · Score: 5, Funny

      I'm soooo sorry about the wastebasket, Sir. You see they were serving East Indian cuisine in the caf and I forgot my watch today. And you know those locks on the bathroom doors... once again Sir, my apologies.

    8. Re:wouldn't it make more sense by Hubert_Shrump · · Score: 3, Interesting

      Anyone else know more about these technologies?

      If I read you right, you're talking about passive RF stuff, like in those bigassed Honda keys.

      They use RF generated from the car (ping!) to generate just enough electricity to de/encrypt a response (pong!). Viola! (sic)

      I guess it's more like a transformer coil than RF, but what the hoo.

      --
      Keep your packets off my GNU/Girlfriend!
    9. Re:wouldn't it make more sense by FyRE666 · · Score: 5, Funny

      A good IT department will audit this (at least for the users that reside in the office... that goes for plain-view passwords, etc) and penalize users who do not [lock machine when leaving it unattended]

      I used to have great fun with people who did this at a previous job where the majority of machines were Sun/Linux. One guy constantly left his machine logged in, so I'd sneak over and drop the security on his X server (xhost +), then have great fun randomly opening apps on his machine across the room. Since he was a hardcore Windows man (he was working as a Perl programmer, and didn't have any interest in the operating system) he had no idea what was going on.

      Oh yeah, I also set up a cron job to open Netscape, pointed at the famous goatcx site at lunch every day on his machine for a while...

    10. Re:wouldn't it make more sense by Tony.Tang · · Score: 3, Interesting

      > [RFIDs are] useful for identity, but nonsense for encryption

      I don't know much about RFID's, but I think you're probably right. Here's a question: wouldn't it be possible to capture someone else's EZ-Pass ID then and then replay it? If it is possible, how come no one has (apparently) done it?

      I think the key take-away from this article is not so much its implementation as the idea: 1. the mobile device somehow identifies its owner, 2. when the owner is not around, then the mobile device becomes useless.

      If RFID's aren't the way to accomplish (1), then people in the future just need to think about the way to accomplish it in a different way.

    11. Re:wouldn't it make more sense by Sheridan · · Score: 5, Funny
      but I have had serveral security related dongles and all of them were a pain in the arse.

      Dude, you're definitely wearing your dongle in the wrong place!

    12. Re:wouldn't it make more sense by dasmegabyte · · Score: 3, Funny

      Oh, hahaha! It is so fun to abuse the norms on Windows! Cretins, why don't they embrace our hilarious operating system which allows such cunning exploits as showing porn at lunc time, not to mention intuitive prevention from them! Just open a terminal, change directories to /bin/ and sudo -c chmod 500 me.mygroup xhost lol!

      --
      Hey freaks: now you're ju
  2. Interesting article/research project by ekrout · · Score: 5, Insightful

    But what happens when the neighborhood/college/company bully steals your watch?

    --

    If you celebrate Xmas, befriend me (538
    1. Re:Interesting article/research project by EverDense · · Score: 5, Funny

      Then you offer praise to whomever you worship that the company you work for didn't use
      finger print authentication. Its a lot easier to replace a stolen device than a stolen finger.

      --
      http://jesus.everdense.com/
    2. Re:Interesting article/research project by Waffle+Iron · · Score: 3, Interesting
      It's also a lot easier to steal a watch than a finger...

      Not necessarily.

  3. Sounds like smartcards by Cat_Byte · · Score: 3, Insightful

    Sounds like the smartcards to me where you stick it in the slot & it knows your password, domain, etc. Console is locked unless you have the card.

    --
    Two roads diverged in a wood, and I - I took the one the bus load of girls just went down.
  4. Would that be the J R R Token by cyber_rigger · · Score: 4, Funny

    That you wear on your finger? :^)

  5. Vulnerable to brute force cracking by commodoresloat · · Score: 5, Funny

    Gimme your watch, punk!

  6. hmmm... by jasno · · Score: 3, Interesting

    What about using some kind of biometric data, like key cadence, or a profile of typical mouse movement characteristics (like icon overshoot?) to do it? That way its totally seamless, although one could still do some damage as it would take a few input events to establish the identity.

    Sure, its not foolproof, but who wants to wear an identifying token?

    --

    http://www.masturbateforpeace.com/
    1. Re:hmmm... by pboulang · · Score: 5, Funny

      ... or maybe some secretly hidden sequence of key presses?

      --

      This comment is guaranteed*

      *not guaranteed

  7. Something's missing by Safety+Cap · · Score: 5, Interesting
    (from the article)
    At the beginning of the process, the user enters a password on the watch~.
    Isn't the point so that lazy people don't have to be bothered with remembering passwords? Doesn't this defeat the purpose? (sigh)

    What happens if you take your watch off and leave it next to the computer? It never encrypts!

    Worse yet---what happens if your watch gets stolen? Now you can't get at your data! Better make sure you get the Casio watch option instead of the Breitling. No one would want to steal a Casio POS, so you should be safe.

    --
    Yeah, right.
    1. Re:Something's missing by cicadia · · Score: 3, Interesting
      Isn't the point so that lazy people don't have to be bothered with remembering passwords? Doesn't this defeat the purpose? (sigh)

      <sigh> No, that isn't the point at all. The technology is intended to stop the problem of people walking away from their computers ("I'm sure I'm only going to be away for a minute" -- gets dragged into a five hour meeting...) without locking them first.

      The article even says that it was designed for use by people who are already using passwords, but are bothered by the inconvenience of having to lock the computer, and reenter the password every time they are called away for a few seconds. Not because they don't want to remember a password, but because it's a hassle to have to enter it all the time.

      --
      Living better through chemicals
  8. Use my technique by ekrout · · Score: 4, Interesting

    I keep all mission-critical and government-classified information on portable USB Flash DRAM-based storage devices. They're incredibly portable and can be brought to the gym, in the car, to work, back home, swimming, hiking, biking, etc.

    To be perfectly honest, I just can't bring myself to respect anyone who would leave a $4,000 laptop with supposedly top-secret information on it sitting out on a cafeteria table or something while they go sit in the bathroom and read the paper.

    Just stick with portable USB drives. They're cheap, efficient, fast, and more secure than any fly-by-night research project out there right now.

    --

    If you celebrate Xmas, befriend me (538
    1. Re:Use my technique by Mitreya · · Score: 4, Insightful

      Parent might be a troll, but he makes a valid point. If you are already prepared to carry some device on you, you might as well have the data *on* that device... So not only is it safe from someone's tampering, but stays with you if the laptop is stolen alltogether...

    2. Re:Use my technique by Surak · · Score: 4, Funny

      I keep all mission-critical and government-classified information on portable USB Flash DRAM-based storage devices. They're incredibly portable and can be brought to the gym, in the car, to work, back home, swimming, hiking, biking, etc.

      I think you had a typo.

      What you meant to say was
      "and can be LOST at the gym, in the car, at work, at home, swiming, hiking, biking, etc.

  9. Is it really so hard? by NineNine · · Score: 5, Interesting

    When you stand up, hit ctrl+alt+del. When you sit down, type in your password. I had to do it at one company, and now it's just habit. Not exactly a tough thing to do. I think that these guys are trying to solve a non-problem.

    1. Re:Is it really so hard? by LostCluster · · Score: 4, Insightful

      There are business analysts (remember what the first four letters of that word are..) who add up all those seconds lost to things like hitting Ctrl-Alt-Del and typing their passwords over a year, then multiply it by the hourly wage to determine how many dollars are wasted by that task. If that step is replaced by a passive process, it theoretically makes employees more effective... YMMV in actual use.

    2. Re:Is it really so hard? by NineNine · · Score: 4, Interesting

      True, but then you have to factor in the physical cost of these doohickeys, and the support time when one dies, is lost, or malfunctions. I dunno. Seems like it's making things more complicated and expensive for no really good reason. In most businesses, a LOT more time and money can be saved by doing something as simple as making sure that no non-developers or non-admins have full control of their box, limiting the damage they can do. Most companies that I've seen make each user admin of their own box, when really if they're just doing work, they'd never need.

  10. repeat article by Jucius+Maximus · · Score: 5, Informative
    The repeat mania continues ... amazing.

    The original is here. At least they waited some weeks before reposting it.

  11. Encrypts the data? by dagg · · Score: 3, Interesting
    The system protects data by automatically scrambling it the moment users walk away...

    What does it actually encrypt? All sensitive data? I doubt it could do that in 5-6 seconds. Also, how do you decrypt the data if you lose your key? Or what if you fire the employee and don't get the key back? How will you get the data, then? Is there a back door for sysadmins?

    --
    Sex - Find It
  12. Jeez, just use on-the-fly encryption already by HEbGb · · Score: 3, Informative

    A token can be easily misplaced, duplicated, or bypassed. A password is NOT a big deal to enter when you sit at your desk. If they're too lazy/clueless to enter a password, they shouldn't be responsible for any secret information.

    Use a program like Scramdisk or the commercial version Drivecrypt. Keep all of your critical files on the encrypted partition. When you leave your desk, activate the screenserver with a keystroke.

    Unless someone knows your password, you're safe. If they reboot, the encrypted disk is inaccessible.

    What's the big deal?

  13. New technology only changes the attack mechanism by JayBonci · · Score: 3, Insightful

    While I applaud these people for making steps to make it harder to casually get information off of laptop computers, it still does not stop other attacks on such a system. Flooding the laptops area with uniformly strong signal that matches the watch's key would be as difficult as acquire-and-replicate. There seems to be a smart card like system with keys, and key encrypting keys.
    It's very comprehensive, and it addresses many aspects of the social and technological attacks.

    In my mind, the weak link here is clearly the watch. Watch technology isn't very complicated (read: very big), and how many designs could their possibly be? If one knows where the hardware information is located, a system replacement under the face, and you've got some issues. How many people wear watches to bed at night? Or in the shower? Difficult, but possible

    A quick couple of replacements, and you have a watch that has a short range transmitter also transmitting the information that you'd need to dissolve the encryption link, and maybe begin a traditional man-in-the-middle attack. Once you see what cards the watch is holding, shouldn't the rest of the exchange be trivial?

    While this is a great mechanism for an encryption scheme, what attacks are there against the physical and social component? These are the items of which spy thrillers are made, and will probably (hopefully) never come into play.

    All in all, an excellent read from the UMich folk, and they have my applause.

    --jaybonci

  14. To save my hand... by wray · · Score: 5, Funny

    Let me use a ring, then I only lose a finger when someone wants access :~)

    --
    Guess what? I got a fever! And the only prescription.. is more cowbell!
    1. Re:To save my hand... by XNormal · · Score: 3, Funny

      So that's why Sauron made a ring of power instead of a bracelet of power!

      --
      Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
  15. Re:It'll be a movie plot element within 3 years. by LostCluster · · Score: 3, Funny

    You know, common movie elements won't understand this "token wristwatch that has a Linux-running microprocessor" thing, so let's dumb it down. How about he gets clubbed in order to get a piece of metal that has been engraved in some semi-random form so that when it's placed into its reader, it causes a door to be unlocked.

    I know... call it The Key

  16. Dongles revisited by mark_space2001 · · Score: 4, Insightful
    In other news, University of Michigan has re-invented the dongle. "You know those things you hated and were a pain in the ass to use? We'll, we got it all figured out, trust me."

    Great, something else to buy. My fingers are cheaper and I'm not one of the people who has a problem logging in with a password. Why should I fork out cash for this?

    1. Re:Dongles revisited by Malcontent · · Score: 3, Informative

      "Why should I fork out cash for this?"

      Here is one possible reason.

      If this device (or a similar device) is able to encrypt your hard drive then it would be an effective combat against some of the more intrusive aspects of the patriot act. In that legislation there are clauses that allow the FBI to enter your home when you are not in and bug your place and place trojans in your computer while you are not home and without letting you know about it.

      My point is that automatically encrypting your hard drive is more effective then having a password protected system especially if that encryption is done with huge keys that are stored on the watch.

      --

      War is necrophilia.

  17. ZIA Redux by mcorner · · Score: 5, Informative

    As much as I enjoy the free publicity, this has been posted on slashdot before.

    To correct a serious error that appears in this article and in the nytimes article this was cribbed from: The system was NEVER run on the IBM watch. We mentioned it as a possibility and somehow it was taken as fact.

    I welcome the comments on the work, however remember that the world of university research is often more forward looking than the commercial world. That is our job!

  18. Sounds like a nice idea. by Chris_Stankowitz · · Score: 5, Insightful

    Sounds like a nice idea. However we all know that once physical security is compromise the rest is all down hill. On-top of which, a thief that is just after the machine and cares nothing about the data will still take the machine. He doesn't know that you have a proximity sensor (whether it uses encryption or not). What I would like to see is a tool and/or system that has the kind of reliability and name recognition that something like low-jack has. What I mean is something that a crook will look at and walk away because he will recognize that it will be more trouble than it is worth. Even if he is just stealing it for the hardware. Something that he knows he just can't slap in a windows boot disk and format. Because we all know that most laptop thefts are not by criminals that want data. Its the common crook that just wants a buck. Granted what would also bring down those thefts would just be the prices in laptops coming down, the prices on those haven't fallen nearly as close to the same rate as desktops.

    For now I will continue to dream and maybe even write a book entitled "2085" by Ali Orwell. :)

  19. Erm...brute force? by BSDevil · · Score: 3, Interesting

    I'd say why not brute force the thing, but here's something easier...Make a device that constantly scans for the signal of a token (there has to be some characteristic fingerprint to the signal). When it finds one, remember the signal and indicate to the user. User then goes and mugs target, takes laptop, uses stored signal. We've shown that man-in-the-middle attacks are do-able for a system like this, so why not keep with what works? If one knows how the system works, and can get a long enough string of interactions between the token and the server, then the key is vaunerable. Maybe this means that you have to tail the guy for a while, but let's be honest - if he's using one of these systems (I don't imagine they come cheap) then there's probably somehting worth stealing on that machine, if that's what you're up to. Make a scanner that tracks the signature of packets, walk around the financial centers of the world, and then the device goes off you know which laptops to take.

    On another note, this reminds me of the plan to put RFIDs in the new high-denomination Euro-notes. Something like takes all the effort of guesing who to mug: emit the signal, and anytime you get a response, you know the guys's packing a high-value Eruo-note.

    --
    Cue The Sun...
  20. Breaks an important rule by afidel · · Score: 4, Insightful

    good security should always be based on at least two of the three from the list

    Something you have

    Something you know

    Something you are

    Anything that relies on just one of these catagories is going to be significantly easier to break than one the follows the rules. Most commercial security these days is based on something you know (password) and nothing more. Good security systems require all three, biometrics, password, and a physical token. biometrics are suseptible to advanced attacks but thing like thermal imaging for skull structure combined with retinal imaging is pretty close to unbreakable. Passwords are notoriously lacking because passwords strong enough to be secure are difficult for most people to remember so they end up either weak or written down. As for token systems other than smart cards and the IBM watch I have not seen many implementations out there.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  21. Vulnerability already discovered! by wirelessbuzzers · · Score: 4, Funny

    It was discovered soon after the press release that the "zero interaction authentication" system was vulnerable to a transmission replay attack. This attack may prove fatal to the design; in any case, it should take a few years to get the kinks worked out, so don't expect it on your desktop any time soon.

    --
    I hereby place the above post in the public domain.
  22. Man in the middle attack by jpmorgan · · Score: 5, Insightful
    The thing is, these are radio devices. Radio is analog, not digital, and one of the amusing things about analog is it's actually much easier to authenticate.

    A possible solution is to generate a second low powered signal from the laptop; this signal would be generated from nothing more than some strongly encrypted hash, and most certainly be an AM signal. The nice thing about strong encryption is that it should be pretty much indistinguishable from random noise, so the this signal would be indistinguishable from background noise.

    Then you have the frequency the signal is broadcasted on randomly shuffled based on the current time. The laptop and the token are time-synced (not a problem, most decent cryptographic tokens are time-synced anyway), so the token is always listening on the correct frequency.

    At this point you have the correct waveform, although its amplitude will depend on your distance from the device. Every tenth of a second, or something, normalise the signal based on the RMS power, then compare the input signal based on what you compute it should be (you know the secret, so you can also compute the hash).

    To fool this system you have to replicate the exact signal as it bounces around frequencies. Since it's bouncing around frequencies you can't just repeat the signal you're recieving on a specific frequency, since that won't matter. Further, for each part of the signal you repeat, you'll be off in intensity by a certain amount based on the frequency you're tuning into relative to the frequency its actually being transmitted at, and unless you can exactly predict the pattern you your error will vary. You can't track the frequency since you'd need to break the encryption. Really, this is nothing more than frequency scrambling that's been used by the military to secure communication for years, used in a slightly different way.

    I'm sure there are other ways to solve the problem. So yes, it could be a problem if it wasn't taken into consideration, but it is a solvable problem.

  23. A question by uradu · · Score: 3, Interesting

    As others have already mentioned, unless the article had it all wrong, it seems that you're going about this the hard way. Why not create an encrypting FS driver along the lines of Scramdisk or DriveCrypt that always stores the disk data in encrypted form and only decrypts it upon reading? The token would then simply provide the key, and when it's not present, you simply can't decrypt the data, without requiring a lengthy de/encryption process each time you leave and return? In addition, you could make the driver smart enough to let you encrypt only certain directories, plus you could still keep the cache encryption functionality as it is now.

  24. Lost tokens? by MyHair · · Score: 3, Interesting

    What happens when the decryption key device fails or is lost or stolen?

    I'm a netadmin for some not-very-savvy users, and if I couldn't restore access to their data just by resetting their password then they are all in trouble.

    This is an issue for a lot of encryption solutions, not just this one. Is there a master key list somewhere than can be used to recover encrypted files or volumes or at least recreate the encryption key device? How long would that take? (This opens another discussion over security of the master list and key-changing and reencryption procedures for lost and stolen tokens.)

    And what if the device gets stolen? I have a security token that requires a PIN in conjunction with its security (both the PIN and device are needed for access), but in the case of this article the whole point seems to be to avoid entering a password or PIN.

  25. Security-wise, this is still a PASSWORD issue by btellier · · Score: 3, Insightful

    At the beginning of the process, the user enters a password on the watch. "That's to make sure an imposter isn't wearing your token," Noble says. Then, each second, the laptop broadcasts a cryptographic request that only the token can correctly answer. This procedure, an exchange of cryptographic numbers, is a standard security measure.

    People will still use stupid passwords. GONG!. They'll use the same letter conventions that 99% of the population uses. I guarantee that one guy with a high-end laptop could walk through an office and guess 99% of the passwords within a few minutes. Or maybe they'll guess 1% and get the temp's password. Good enough, access to the internal network is almost always sufficient to own the rest of the network.

    There is no technology that will override stupidity.

  26. Biometrics are flawed by jpmorgan · · Score: 3, Interesting
    The whole 'something you are' rule is really dangerous. Almost every application I've seen of biometrics gets it wrong, and then there's the question of whether or not it's even practical at all.

    The fundamental problem with biometrics is that you can't change your keys. You have a set of fingerprints, retinal patterns, DNA sequences that are really pretty damn hard to change.

    Biometrics can only work with strong physical security to ensure that the tests aren't being compromised (i.e., someone hacking the device).

    To steal your password I have to look over your shoulder, and once done you can change it. To steal your authentication token, I have to pick your pockets, and once done you can get a new one. But I can pull your fingerprints from anything you touch, and you'll have a much, much harder time changing those.

    Biometrics are often portrayed as the panacea for authentication, but of the three 'seomthing you X', it's really the weakest. Haven't we learned yet that there's no such thing as a silver bullet?

  27. Been here before by AlecC · · Score: 3, Interesting

    I remember reading an article about a system like this years ago - running somewhere like ARM's labs in Cambridge. They were using it for desktops rather than laptops, but that is a detail. More importantly, they had hooked a load of other systems up to the ID. It provided the security access to the building - no more fiddling for cards, the door unlocks as you approach. Rather than just blanking off the screen as you waked away from one workstation, as you moved towards another workstation, it moved your "desktop" to that station, so that your work could "follow" you round the building. And, by detecting which room you were in, the phone system could route calls to you wherever you were.

    There are a lot of questions (privacy etc) about those other uses, but a system which gives you multiple returns from the single cost of wearing some kind of ID is much more likely to be adopted than a single dongle for a single job.

    --
    Consciousness is an illusion caused by an excess of self consciousness.