Slashdot Mirror


Relativity Used to Devise New Form of Crypt

Cebert writes "CNN.com posted an article about using relativity to create a new form of encryption. The new encryption allows an individual to make a prediction with a guaranteed date stamp that only they can reveal. " Hmmm...quantum predictions. Yeah, I guess that's hard to crack.

25 comments

  1. Here are a few more details by VanL · · Score: 4

    The article is a little short on facts. Here are a few more details:

    ABSTRACT:
    Unconditionally Secure Bit Commitment

    Adrian Kent
    Department of Applied Mathematics and Theoretical Physics, University of Cambridge, Silver Street, Cambridge CB3 9EW, United Kingdom

    (Received 13 July 1998)

    We describe a new classical bit commitment protocol based on cryptographic constraints imposed by special relativity. The protocol is unconditionally secure against classical or quantum attacks. It evades the no-go results of Mayers, Lo, and Chau by requiring from Alice a sequence of communications, including a postrevelation verification, each of which is guaranteed to be independent of its predecessor. ©1999 The American Physical Society
    Here are copies of his article in pdf and in gzipped PS.

    I

  2. Excuse me, by Anonymous Coward · · Score: 0

    Is there a perl module for this yet?

    1. Re:Excuse me, by conform · · Score: 1

      dude! imagine quake3arena on a beowulf cluster running einsteinian-crypto-based 1GHz Athlons!

      how many fps do you think it would get!?!!

    2. Re:Excuse me, by Anonymous Coward · · Score: 0

      dude! imagine quake3arena on a beowulf cluster running einsteinian-crypto-based 1GHz Athlons!

      how many fps do you think it would get!?!!

      Seven.

  3. BZZZT - cannot get to documents by Anonymous Coward · · Score: 0

    required username/passwd...and no, cypherpunk/cypherpunk did not work.

  4. Is this for real? by Taco+Cowboy · · Score: 1

    Or is it yet another ploy to get us all excited for nothing?

    I've read too many of the pie-in-the-sky things that I think I am becoming more and more cynical by the day.

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:Is this for real? by PD · · Score: 1

      The Physicist who made the announcement was named Kent. If this is the same Dr. Kent that I've heard of before, he is a real researcher, and he's somewhat famous.

      It is a logical fallacy to believe that just because the announcement was made by Dr. Kent that it must be true. Dr. Kent could possibly be releasing a bogus announcement to have a joke on the rest of us.

      But, knowing the stature of Dr. Kent I can reasonably presume that Dr. Kent is most likely NOT having a joke on us, so any suggestions that this is bogus science should be withheld for now.

    2. Re:Is this for real? by Anonymous Coward · · Score: 0

      It looks for real, though currently impractical. It requres the ability to send meaningfully large messages in less than the propogation time of light between two parties. It looks like a very "realtime" process... If you miss one transmission, the whole thing becomes insecure. It could be made to work, but exchanging MD5 or SHA1 checksums is so close to "perfect security" that I am having a hard time getting excited about it.

    3. Re:Is this for real? by MindStalker · · Score: 2

      Umm, maby its just me, but I didn't think we figured out faster than light messaging yet between planets, but then again, maby I'm wrong.

    4. Re:Is this for real? by Bloater · · Score: 1

      You don't have to be faster than light. Lets say you are sending a message to mars when it is just coming into view on the other side of the sun. You start sending your message at the speed of light (a radio signal), and you must finish within 20 minutes (the time it takes for the start to reach the destination at light speed).

      --

    5. Re:Is this for real? by Hard_Code · · Score: 1

      "It requres the ability to send meaningfully large messages in less than the propogation time of light between two parties."

      Um...wouldn't being able to send messages in less than the propigation time of light mean that the messages would have to be going faster than light?? Sure...the impossible is uncrackable...

      --

      It's 10 PM. Do you know if you're un-American?
    6. Re:Is this for real? by Neil+Rubin · · Score: 1
      I'm sure that the requirement is that the end of the message be sent before the beginning could arrive traveling at the speed of light.

      This is easy to achieve when communicating between planets, for example, but 100 Mps Ethernet between adjacent buildings would only manage messages a few bits long.

  5. Bullshit by Anonymous Coward · · Score: 0

    Sounds like bullshit. I don't doubt the physicist came up with something possibly good. It's just that it almost certainly was screwed up by CNN+slashdot in reporting.

  6. Try this instead by bholzm1 · · Score: 4

    Here's the preprint in ps from LANL, instead; only institutional subscribers have access to the PRL online article.

  7. Protocol to secure REAL TIME communication only by yabHuj · · Score: 2

    I read from the article (e.g. the Postscript version of the original article on LANL), that this protocol can only be used to secure real time communications only.

    The protocol cannot be used for email or file encryption. With this protocol one can only make sure, that the line you are currently using is secure.

    As timing is a critical of the security mechanism, standard internet with nondeterministic transmission times does not qualify for this protocol.

    Nonetheless an interesting article (and as "smooth" to read as any other scientific article).

    #define rant_mode
    A classic case of hearsay (=RTFM failure) and media hype.
    #undef rant_mode

  8. Watch out for those wormholes by foobarbazquux · · Score: 2

    Admittedly, I was a tad sceptical about all this but it does seem to be right. For real-time communications only, of course.

    A caveat: If there exists a wormhole between A and B such that the time taken from A to B is 'subverted' to be smaller than expected, the whole system breaks down.

    So in effect, you have to check that the local space between A and B is Minkowski-like before communicating. Or just trust!

  9. Exponentiality problem by Randym · · Score: 1
    As its implementation requires channel capacity that, for a fixed separation [of users' locations], increases exponentially with the commitment time, it is not a practical solution to the problem of long-term bit commitment.

    Well -- yeah. It works because nothing is revealed until everything is revealed, as it were. It collapses to the concepts: 1)that you can't decrypt a message until you receive all the bits of it + 2)one-time pad. It introduces the additional complication of communication between users (that's where relativity comes in -- the light cone limits transmission speed, but the authors very gracefully fold in the idea of quantum communication and classical communication being identically undecryptable under this protocol.) Clever, but [currently] useless.

    ----------

    --
    DNA is a Turing machine. You, however, being dynamic and emergent, are not.
  10. This is *not* a form of encryption by Paul+Crowley · · Score: 1

    Contrary to the report, this doesn't encrypt anything: it's a "bit commitment" protocol, allowing me to irrevocably choose one of two choices without revealing what I chose later. One application of this is fair coin tosses: you and I both choose a bit at random, then reveal them once they're chosen, and if they're the same I win otherwise you win. The commitment protocol stops me waiting until you've revealed your choice and then announcing that mine is the same.

    As another poster said, in practice SHA message digests can be used to do the same job more practically, but this offers "unconditional security"; no amount of computing power could be sufficient to break the protocol.
    --

  11. Great for patents and prior art by petdr · · Score: 1
    This should have implications for patents and prior art, as now you can reliably date stamp a piece of code as to when it was created.

    Pete.

  12. Login difficulty by The+Wookie · · Score: 2

    Unfortunately, this scheme presents a problem, because when using quantum encryption, it is not possible to know both your user name and password at the same time.

    Not to mention the fact that someone keeps killing /bin/cat.

    1. Re:Login difficulty by CynicX32 · · Score: 1

      > Not to mention the fact that someone keeps killing /bin/cat.

      Actually, I'm not sure whether mine's dead or alive. I'd better go check...

      ryan

  13. Re:Don't look! by SkipRosebaugh · · Score: 1

    If, however, you look and find that it is dead, simply get enough other people to look until one of them sees it alive, then the whole problem is solved. At least, according to this one sci-fi story I read, it is, I think. Or, you could go the Dirk Gently route, instead.

  14. Relativity and encryption by Anonymous Coward · · Score: 0

    If implemented, this form of encryption would be infallable. My relatives can't even turn on a computer, let alone decode high level encryption.

  15. air by RoLlEr_CoAsTeR · · Score: 1

    It is strange how oftentimes the air speaks. We are sane as long as we hear voices where there are none. We are insane when we hear nothing, and worse, we are
    Indeed.... a most interesting observation.

    Of course, hearing nothing when we are "hearing" something could be attributed to deafness...

    --

    Insert mind here.
  16. Don't look! by Kaa · · Score: 2

    > Not to mention the fact that someone keeps killing /bin/cat.

    Actually, I'm not sure whether mine's dead or alive. I'd better go check...


    Don't go and check! Until you look your /bin/cat is in superimposition of states and so works OK. As soon as you check, the wave function collapses and you have a chance of getting a dead /bin/cat!

    Disclaimer: this assumes a Copenhagen interpretation. If you like multiple universes better, you can check your /bin/cat without any problems -- nothing more serious than forking of the whole universe is likely to occur.

    Kaa

    --

    Kaa
    Kaa's Law: In any sufficiently large group of people most are idiots.