Slashdot Mirror


The Year In Ideas

No_Weak_Heart writes "The New York Times Magazine (registration required) presents its annual compendium of ideas. The list ranges from acoustic keyboard eavesdropping to land-mine-detecting plants to water that isn't wet. What catches your fancy? And what do you think is missing?"

2 of 218 comments (clear)

  1. Land mines by t_allardyce · · Score: 3, Interesting

    I think that land-mine plant could have an extra benifit - if countries who refuse to sign land-mine bans continue to use them (COUGH USA COUGH) someone needs to fill a plane with these seeds and drop them everywhere they think land mines are being used - but not after the war, during the war! render them totally useless as a weapon by revealing their locations days after they have been set! Although the plant still seems a little creepy...

    --
    This comment does not represent the views or opinions of the user.
  2. Re:Concur with the "no more registration required" by chialea · · Score: 4, Interesting

    >You can even use the time between strokes as a crude measure of distance between (unknown) keys, or as a hint as to what kind of stuff is being typed (c code will sound different from a memo, even if the keys are all the same) to improve your frequency analysis

    My advisor (Dawn Song) has a paper (with other people, of course) about timing analysis of interactive ssh sessions. Basically, the upshot is that you can watch how long it is between packets that come out, and you get one packet per keystroke (iirc), so you can use this to learn about what they're typing. It's reasonably difficult, of course, but the microphone attack does gain extra information which the ssh attack does not.

    If you're interested, a pdf is at http://www.ece.cmu.edu/~dawnsong/papers/ssh-timing .pdf

    Lea