Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Israelis Crack RSA 512 Bit in Microseconds

Posted by Roblimo on Sun Oct 03, 1999 01:14 PM
from the everybody's-submitted-this-one dept.
wojo writes "According to this story, the Israeli Weizmann Institute has broken RSA 512 bit encryption in, get this, 12uS (microseconds). And if that was not enough, it's handheld using a mix of quantum and optical computing technology. I need proof, how about you?" Hey, if it's in theThe Sunday Time (UK) it must be true, right?
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2 | 3
  • good thing...? (Score:3)

    by eries (71365) <slashdot-eric.sneakemail@com> on Sunday October 03 1999, @08:21AM (#1642128) Homepage
    Good thing that only Americans are able to do things with cryptography. I mean, if we were allowed to export our expertise, those _foreigners_ would be able to... hey, wait a mintue...
  • wtf!? by cduck (Score:1) Sunday October 03 1999, @08:22AM
  • /. shut down for revealing secrets 20 yrs early by Rares Marian (Score:1) Sunday October 03 1999, @08:25AM
  • Prove it by fcw (Score:2) Sunday October 03 1999, @08:26AM
  • Ack! by DingALing (Score:1) Sunday October 03 1999, @08:26AM
  • Ouch... by blyant (Score:1) Sunday October 03 1999, @08:28AM
  • No Way. by Fiznarp (Score:1) Sunday October 03 1999, @08:28AM
  • Re:Confused by Rhys Dyfrgi (Score:1) Sunday October 03 1999, @08:29AM
  • Not even by Graymalkin (Score:2) Sunday October 03 1999, @08:29AM
  • Hardware Spec by IanCarlson (Score:1) Sunday October 03 1999, @08:29AM
  • Troubling news? by norpan (Score:1) Sunday October 03 1999, @08:30AM
  • London Times. by Apuleius (Score:1) Sunday October 03 1999, @08:30AM
  • Neural Nets and Crypto by Emon_Kin (Score:1) Sunday October 03 1999, @08:31AM
  • So which is it? by CMU_Nort (Score:1) Sunday October 03 1999, @08:32AM
  • Are they stupid.. (Score:3)

    by inburito (89603) on Sunday October 03 1999, @08:34AM (#1642143)
    Now suppose that this is real.. and suppose that someone in israel has managed to put together quantum logic gates enough to crack 512bit encryption(last time I heard someone had a single nand-gate somewhat operational).. now the question being: why reveal it to the world?!? This is worth a lot of money as such.. Someone just leaked it out of the institute? Surely they understand the value of this. Why not sell it to nsa etc(or maybe they have it). They could decrypt most public key encryption at their will and now they go and announce it in SUNDAY TIMES of UK?
  • Ooops! by HoserHead (Score:1) Sunday October 03 1999, @08:34AM
  • holy cows! by renegade187 (Score:1) Sunday October 03 1999, @08:35AM
  • Re:No Way. (Score:3)

    by Rhys Dyfrgi (64793) on Sunday October 03 1999, @08:37AM (#1642147)
    The way quantum computers work, it would take the same amount of time to crack 512 bits as it would to crack 56 bits, or any other value.

    See, quantum computers don't do things serially like standard computers. They perform their operations on the entire data set all at once. It doesn't matter if the data set has 1 item or 1 billion items, it takes the same amount of time.

    This is known as superposition. I don't know a terrible lot about the theory, but you can find out more at The Center for Quantum Computing [qubit.org]. This Quantum Computing Tutorial [weizmann.ac.il] is difficult to understand if you haven't done at least a little comp sci, and the one at qubit.org [qubit.org] is better for people who've never heard of quantum computing at all.
    ---
  • Re:Troubling news? by Anonymous Coward (Score:1) Sunday October 03 1999, @08:37AM
  • yeah by RoLlEr_CoAsTeR (Score:1) Sunday October 03 1999, @08:38AM
  • Re:No Way. by inburito (Score:1) Sunday October 03 1999, @08:39AM
  • Re:Ouch... by Rhys Dyfrgi (Score:2) Sunday October 03 1999, @08:39AM
  • Re:Neural Nets and Crypto by Nick Mitchell (Score:1) Sunday October 03 1999, @08:41AM
  • Re:Prove it (Score:4)

    by chrystof (64036) on Sunday October 03 1999, @08:41AM (#1642153)
    For all who want an explaination of what quantum computing is all about, point your browsers to http://cryptome.org/qc-grover.htm [cryptome.org] for a thorough explaination of how exactly such mammoth feats of computing are possible.
  • Re:wtf!? by bugg (Score:1) Sunday October 03 1999, @08:41AM
  • hmm, >554 bit key still safe? :) by alexandre (Score:1) Sunday October 03 1999, @08:41AM
  • Hoax or not... by geekfuzz (Score:2) Sunday October 03 1999, @08:42AM
  • by pridkett (2666) <slashdot@w a g s trom.net> on Sunday October 03 1999, @08:44AM (#1642157) Homepage Journal
    Yes this is a very interesting read. 12uSecs is damn impressive I have to hand it to them. Even more impressive if you read the "Thermodynamic Limitations" section of Applied Cryptography (see page 157 of the second edition) where he talks about how if you were to build a dyson sphere around the sun you could still only count up to 2^192. So to brute force computers need be made of something other than matter and occupy something other than space. (go read it)

    Anyway, lets look at something. Even with a 512 bit number, we can look at a 513 bit number and it should be twice as complex. A 520 bit number is 256 times as complex. It grows at a rate of 2^n. Which is basically useless from an algorithmic point of view, as most useful algorithms should be around n^k where K is a constant or some derivation thereof.

    Let me show something. I use a 2048 bit gnupg key (I'm paranoid okay?). This comes out to be 2^1536 times more complex. Thus (courtesy of my handy Ti-85 calculator) it should take about 2.892x10^457 seconds to factor. This comes out to be roughly 9.17x10^449 years.

    The only issues that come up are the following. What are the energy requirements for such a device. Do they grow linearly or exponentially? Also what with keyspace does it increase exponentially or linearly. If it is only a linear growth then yes my 2048 bit key is as good as swiss cheese against this and I better come up with a damn good one time pad system.

    I couldn't tell from the article, but it sounds as though part of this is based of Shamir's idea on how to factor 512 bit numbers. I seem to remember there was some mathematical oddity that allowed them to be easier for some reason. Can someone fill me in?
  • Relevant links. by Apuleius (Score:1) Sunday October 03 1999, @08:45AM
  • No info on their site by jbrw (Score:1) Sunday October 03 1999, @08:46AM
  • It's possible by randombit (Score:1) Sunday October 03 1999, @08:46AM
  • Why i think this is true by ipsharck (Score:1) Sunday October 03 1999, @08:49AM
  • Corroboration? by El Puerco Loco (Score:1) Sunday October 03 1999, @08:49AM
  • Re:Put into perspective by Rhys Dyfrgi (Score:1) Sunday October 03 1999, @08:50AM
  • This sounds rather hoax like by Lord of the Files (Score:1) Sunday October 03 1999, @08:50AM
  • Re:holy cows! by renegade187 (Score:1) Sunday October 03 1999, @08:54AM
  • Will or has by gargle (Score:1) Sunday October 03 1999, @08:55AM
  • Re:Not even by inburito (Score:1) Sunday October 03 1999, @08:55AM
  • Re:wtf!? by j a w a d (Score:1) Sunday October 03 1999, @08:58AM
  • Re:London Times. by matthew.thompson (Score:1) Sunday October 03 1999, @09:00AM
  • by Gr00ve (30611) on Sunday October 03 1999, @09:00AM (#1642176)
    They have got Adi Shamir's TWINKLE _concept_ confused with a finished product. NTK [ntk.net] took the piss out of this on Friday.

    This is a classic demonstration of how poor The Times has become. The paper as a whole and especially it's computer suppliment has been very factually challenged ever since Rupert Murdoch took over. He has attempted to make up for crappy quality with price cuts (20p for the paper some days [30cents]) and has so far failed.

    The Times is the worse broadsheet paper in the UK and the sooner American's realise this (no-flamage intended), the sooner we won't have joke stories like this on /.
  • Re:Ooops! by Zurk (Score:1) Sunday October 03 1999, @09:02AM
  • by bjk4 (885) on Sunday October 03 1999, @09:03AM (#1642178) Homepage
    The whole issue about adding-a-bit-doubles-the-cracking-time depends on three essential assumptions:

    1) Factoring products of primes is an NP problem
    2) That NP != P
    3) That we live in a P world

    One way to solve NP problems in linear time is to break assumption number 3. This is how they used DNA to solve a (rather short) travelling salesman problem by creating a parallel environment. Should quantum computing be used, we might be able to bring our computations into the NP realm, thus solving many complex problems. Kudo's to the person who actually does this though. I doubt the veracity of the article alot.

    -B
  • Re:hmm, >554 bit key still safe? :) by Zurk (Score:1) Sunday October 03 1999, @09:03AM
  • Re:Ooops! by KyleCordes (Score:1) Sunday October 03 1999, @09:06AM
  • I think not by Andrew Kanaber (Score:1) Sunday October 03 1999, @09:06AM
  • by buhr (97820) on Sunday October 03 1999, @09:06AM (#1642184)

    I haven't seen anyone point out the obvious red flag here.

    Suppose I am part of a crack research team, and we succeed in building the world's first, working quantum computer, one capable of almost unbelievable feats of brute-force code-breaking. Imagine our conversation:

    "Ladies and gentlemen, by God I think we've done it!" smiles the project coordinator. "Where do we go from here? Ideas, anyone?"

    "Publish!" cries a fresh, young intern. Having barely a handful of articles under his belt, he's eager to get his name on something like this.

    "Well, perhaps we should hold off, give the world time to prepare," suggests an older and wiser researcher. "This caliber of cipher is still in active use worldwide. It's protecting some pretty sensitive data." She pauses, then adds jokingly, "maybe we could sell it to the highest bidder." This is greeted by nervous laughter.

    Me, I'm looking at the mess of patch wires and tangled circuit boards. The machine must cover two desktops! "Why don't we turn it into a handheld device?" I suggest.

    The others are startled at first. But as they exchange looks, I see some nods and hear muttered agreement. This is the only logical course of action, and now we all know what must be done.

  • This requires some thought by jd (Score:1) Sunday October 03 1999, @09:09AM
  • Re:Prove it by Hobbex (Score:1) Sunday October 03 1999, @09:10AM
  • Re:wtf!? by no_carrier (Score:1) Sunday October 03 1999, @09:13AM
  • NOT TRUE! by Anonymous Coward (Score:1) Sunday October 03 1999, @09:13AM
  • by Christopher B. Brown (1267) <cbbrowne@gmail.com> on Sunday October 03 1999, @09:15AM (#1642190) Homepage
    This just does not feel like a believable claim.

    Firstly, it doesn't address just what is supposed to be "broken" in 12 microseconds. I'm not sure that one would be able to decrypt a message of meaningful size with the private key in that period of time.

    Secondly, there's a real mixture of "apparent reality" and "future fiction."

    It doesn't make sense for both of the following to be true:

    • "It claims it has developed a hand-held device that can break the code in 12 microseconds."
    • "While quantum computers may be some time off..."

    The one claim suggest that there is an actual implementation; the other suggests that implementation is still off in the future.

    Thirdly, it does not appear to address the consideration that a huge amount of the security of these systems come not simply in the "cool algorithms" being used, but from the careful use of protocols. Recognizing actual information within a message requires analysis of the protocol, and that's something that cryptanalysis does not, in and of itself, address.

    RSA-512 may not be of vast strength; the article still does not strike me as believable.

    (Aside: I was in a bookstore yesterday and saw Yet Another Book on Codes. Bible Codes, as it happens, but there has been, of late, an increase in the number of books on Real Crypto on bookstore shelves. I can generally evaluate the quality of the book by a 5 second riffle through the pages; if I don't notice large numbers of mathematical equations, I consider that the book is ludicrously worthless. In the case of Bible Codes, large numbers of equations would indicate Probably Serious But Still Worthless... )

  • Even if it dosn't work now... by Anonymous Coward (Score:1) Sunday October 03 1999, @09:22AM
  • Re:hmm, >554 bit key still safe? by alexandre (Score:1) Sunday October 03 1999, @09:22AM
  • i want prove by miahrogers (Score:1) Sunday October 03 1999, @09:25AM
  • Re:Confused by puetzk (Score:1) Sunday October 03 1999, @09:26AM
  • Troubles With Banking... by Christopher B. Brown (Score:2) Sunday October 03 1999, @09:26AM
  • Re:Put into perspective by Anonymous Coward (Score:1) Sunday October 03 1999, @09:28AM
  • by Coda (22101) on Sunday October 03 1999, @09:29AM (#1642197) Homepage
    ... to this. Instead of speculating, let's look at the primary source:

    "After an Israeli research institute said it could break Europe's banking codes in less than a second, a initiative has been launched that could result in unbreakable codes."

    Notice the would "could." Not "did," not "has," but "could." This means it hasn't happened yet.

    "[Weizmann Institute] claims it has developed a hand-held device that can break the code in 12 microseconds."

    Again: claims to have developed a device. Not "cracked a huge RSA key in a completely scientific test."

    This offers no proof whatsoever, nor does it go into detail about what the "device" is, except to say that it uses a "mixture of quantum computing and special optical technology." Is this Twinkle? It being a full-fledged quantum computer would be *shocking*, since the most I've heard a quantum computer be able to handle is 5 qbits. Twinkle seems much more likely, and has less repercussions: the attack can't be extended to larger primes in the same amount of time.

    What about the RSA implementation? It would be fairly easy to crack an insecure implementation of RSA.

    Instead of rasing our blood pressue with speculation and conspiracy theories, let's wait until some facts come through. If this was really that important, it would be making waves in the crypto community instead of impressing /.ers.
  • Simple way to defeat this by Gregg M (Score:2) Sunday October 03 1999, @09:33AM
  • Re:wtf!? by Harlow_B_Ashur (Score:1) Sunday October 03 1999, @09:35AM
  • by David Jao (2759) <djao@dominia.org> on Sunday October 03 1999, @09:37AM (#1642202) Homepage
    I hate it when people confuse symmetric key cryptography with public key cryptography.

    You state that each extra bit in the key doubles the cracking time. That statement is true only if:

    • the key is a symmetric key,
    • brute force is used as the cracking method.
    When cracking public key cryptosystems, the first assumption is just completely wrong, and the second assumption is often not the case. In this particular case you are completely wrong -- the best known factoring algorithm is the number field sieve, with calculation time O(exp(c (log n)^(1/3) (log log n)^(2/3)). This running time is considerably below the 2^n time that you state.

    If you leave out the section stating that complexity doubles with each bit, then the rest of your post actually makes good sense.

  • Re:i want prove by r6m3 (Score:1) Sunday October 03 1999, @09:39AM
  • three words by Cally (Score:1) Sunday October 03 1999, @09:42AM
  • Re:This requires some thought by mlogan (Score:1) Sunday October 03 1999, @09:45AM
  • Assumption? by cdlu (Score:1) Sunday October 03 1999, @09:53AM
  • what about elleptic encryption? by mcc (Score:1) Sunday October 03 1999, @09:53AM
  • Possibly... by Anonymous Coward (Score:1) Sunday October 03 1999, @09:55AM
  • European Banking System??? by MOooOD (Score:1) Sunday October 03 1999, @09:58AM
  • Re:Not even by HeghmoH (Score:1) Sunday October 03 1999, @10:01AM
  • Slight side issue - Quantum Encription. by Nipok Nek (Score:1) Sunday October 03 1999, @10:09AM
  • Re:Assumption? by HoserHead (Score:1) Sunday October 03 1999, @10:19AM
  • Re:LOL :) by Black Parrot (Score:1) Sunday October 03 1999, @10:20AM
  • almost superluminal by Redundant() (Score:1) Sunday October 03 1999, @10:22AM
  • Calculations: Result? Physically impossible by Anonymous Coward (Score:2) Sunday October 03 1999, @10:36AM
  • Not very believable by scheme (Score:2) Sunday October 03 1999, @10:40AM
  • Ummmm, no by FallLine (Score:1) Sunday October 03 1999, @10:45AM
  • Unreliable source by Vlad_the_Inhaler (Score:1) Sunday October 03 1999, @10:46AM
  • Re:Does Not Feel Believable... by rew (Score:1) Sunday October 03 1999, @10:46AM
  • Not so black and white. by FallLine (Score:1) Sunday October 03 1999, @11:02AM
  • Re:This requires some thought by jd (Score:1) Sunday October 03 1999, @11:09AM
  • Re:Neural Nets and Crypto by LinuxBean (Score:1) Sunday October 03 1999, @11:12AM
  • Re:wtf!? by cduck (Score:1) Sunday October 03 1999, @11:14AM
  • Re:Not very believable by Dwonis (Score:1) Sunday October 03 1999, @11:17AM
  • Re:No Way. by asparagus (Score:2) Sunday October 03 1999, @11:28AM
  • This is a complete sham by Nelson (Score:1) Sunday October 03 1999, @11:33AM
  • Re:Confused by Rhys Dyfrgi (Score:1) Sunday October 03 1999, @11:35AM
  • Here are some reasons why you should doubt this by davidu (Score:1) Sunday October 03 1999, @11:48AM
  • Oh my God, they killed RSA! by Q*bert (Score:1) Sunday October 03 1999, @11:53AM
  • TWINKLE is neat, but not that neat. by Anonymous Coward (Score:1) Sunday October 03 1999, @11:54AM
  • Re:Troubles With Banking... by jackyb (Score:1) Sunday October 03 1999, @12:02PM
  • by Anonymous Coward on Sunday October 03 1999, @12:15PM (#1642244)
    agreed. reading over the article brings several glaring contradictions to light, especially the ending quote; the machine uses quantum technology, but the quote says quantum technology isn't feasible yet. so the journalist is clearly pretty incompetent in such affairs. a detailed look at the article makes this clear.

    (i) The device is handheld, but uses quantum computing.

    plainly bollocks; in order for the quantum state to preserved for any useable length of time WHATSOEVER would require huge amounts of cooling equipment. you're not going to get a handheld device which can cool things to a fraction above absolute zero.

    (ii) Holding a quantum state for 12uS, or even long enough to do something of use is sheer fantasy, at least by todays standards.

    (iii) If this story were true, it would announce two of the most fundamental breakthroughs in computer science and physics in recent memory; the Times ran this on the inside page of it's supplement, and it has languished there since the 29 September before anybody took notice of it, and then only slashdot. This is implausible, to put it mildly.

    (iv) We know about TWINKLE, and this is more than likely to be the machine in question. It does not make any use of quantum computing, at least according to the details we know.

    (v) "COULD break European banking codes in under a second"

    note the could. 12us defies belief... for RSA 512. make that RSA-40, though, and it seems perhaps plausible that TWINKLE could manage it in under a second (tho 12us still seems implausible). RSA-40 is the standard encryption used throughout europe for all e-commerce deals, including those used by customers dealing with on-line banks. things are starting to make some sense.

    (vi) secure quantum communication using entangled photons is nothing new; the research has been going on for some time. The hack probably got confused by this, leading to all the nonsense about breaking RSA.

    If it was true, we'd surely have heard more about it by now. it'd be BIG news.
  • Quantum crypto gives you one time pads. by bkosse (Score:1) Sunday October 03 1999, @12:28PM
  • Ummmm, no by Chandon Seldon (Score:1) Sunday October 03 1999, @12:37PM
  • Won't work. by bkosse (Score:1) Sunday October 03 1999, @12:38PM
  • Re:Calculations: Result? Physically impossible by Entrope (Score:2) Sunday October 03 1999, @12:42PM
  • Can't get in by underbider (Score:1) Sunday October 03 1999, @12:55PM
  • Re:Stop spreading misinformation by squeak42 (Score:2) Sunday October 03 1999, @01:06PM
  • Re:Put into perspective by Roundeye (Score:2) Sunday October 03 1999, @01:08PM
  • Re:Put into perspective by Lionel Hutts (Score:1) Sunday October 03 1999, @01:08PM
  • Re:almost superluminal by Sponge (Score:1) Sunday October 03 1999, @01:12PM
  • Re:wtf!? by Dreamweaver (Score:1) Sunday October 03 1999, @01:13PM
  • If you gotta be anal... by Craig Davison (Score:1) Sunday October 03 1999, @01:18PM
  • Re: Bible Code (Score:3)

    by coyote-san (38515) on Sunday October 03 1999, @01:30PM (#1642262)
    The "Bible Code" isn't cryptography. Well, not cryptography by mere mortals.

    Anyway, the idea behind the Bible Code is that the first five books of the Bible were dictated to Moses by God, as tradition says. If you take every Nth character (skipping spaces?) you will get words scattered among the garble. That's standard statistics and nobody sees any significance in it.

    The "Bible Code" explores the shocking, *shocking*, discovery that if you look at *two* different periods you occasionally get words that intersect and are actually meaningful. E.g., you might see something like


    H
    K I L L S
    T
    L
    E U R O P E
    R

    Except it would actually look like a scrabble board. Why does /. always strip leading spaces, even when us silly posters use 'pre' tags? Anyway...

    Cue spooky music. The authors made a big point of the fact that they warned the late Israeli leader Rabin (?) that his name appeared with "assassinate", but the warnings were ignored. This is a "prediction" like that skeptics demand, right? Not really. The problems with the Bible Code are:

    1) there are often multiple hits on the same concept. BC supporters claim that it's proof of humanity's free will, but many of use are skeptical.

    2) there are a lot of garbage hits (e.g., something along the lines of "Hitler" and "peacemaker".) Oh yeah, that's free will again!

    3) the same algorithms applied to modern texts produce similar amazing hits. I remember one of the skeptic magazines discussed the amazing prophecies encoded in Moby Dick.

    In my view, one shared by many statisticians, the Bible Code is nothing more than proof that if you look hard enough you will eventually find a monkey wildly typing away at "Romeo and Julies". If you assume the first five books of the bible contain 2^16 symbols, then explore every pair of periods between 2 and 2^12 (so you'll get sentence of at least 16 characters), you'll have a sequence of (approximately)

    2^16 * (2^12) * (2^12)/ 2 = 2^39

    symbols, or on the order of one trillion symbols. No wonder it takes powerful computers weeks to find "meaningful" combinations. It's not because God hid His message well, it's that the message space is so huge.
  • um... do you have any idea what you're talking abo by delmoi (Score:1) Sunday October 03 1999, @01:32PM
  • yes, it is right.... by delmoi (Score:1) Sunday October 03 1999, @01:39PM
  • not really by delmoi (Score:1) Sunday October 03 1999, @01:41PM
  • I did it!!!! by delmoi (Score:1) Sunday October 03 1999, @01:43PM
  • Re:/. shut down for revealing secrets 20 yrs early by hank (Score:1) Sunday October 03 1999, @02:09PM
  • Re:No Way. by rve (Score:1) Sunday October 03 1999, @02:40PM
  • Re:Stop spreading misinformation by PrimeEnd (Score:2) Sunday October 03 1999, @03:01PM
  • Prime distribution not 1/n by Beethoven (Score:1) Sunday October 03 1999, @03:43PM
  • I smell a hoax by nas (Score:1) Sunday October 03 1999, @04:03PM
  • Re:wtf!? by Anonymous Coward (Score:1) Sunday October 03 1999, @04:33PM
  • Re:No Way. by Rhys Dyfrgi (Score:1) Sunday October 03 1999, @04:44PM
  • Re:This requires some thought by jd (Score:1) Sunday October 03 1999, @05:05PM
  • Re:Confused by puetzk (Score:1) Sunday October 03 1999, @05:07PM
  • Just a few points... by [Patryn] (Score:1) Sunday October 03 1999, @05:22PM
  • Coincidence?? by schmaltz (Score:1) Sunday October 03 1999, @05:35PM
  • by edibleplastic (98111) on Sunday October 03 1999, @05:39PM (#1642297)
    I was reading the postings about the encryption breakthrough and decided to actually check out the European Institute of Quantum Computing Network to see if it actually exists.

    Well, it actually exists [eiqc.org] and it actually was started last Monday. However, several things on the site itself point to the fact that quantum computing has not been developed that can crack RSA 512.

    The first bit of evidence is a quote that is on the front page of the site: "NASA are now planning on the basis that Quantum Computing will be mainstream within five years" --Dennis Bushill, Chief Scientist, Langley Research Centre of NASA

    Now if the organization was founded in response to the actual development of a quantum computer, I don't think that that quote would be up there. It would say something like "Quantum computing is a reality, and we need to do something NOW"

    Additionally, it seems to me that the Sunday Times got a lot of its information from the site's news section which mentions the TWINKLE project. The TWINKLE project says that 512 bit encryption could be cracked (meaning if this thing were ever to be developed), and I think that that is where the Times figured it could write After an Israeli research institute said it could break Europe's banking codes in less than a second

    After reading the site and rereading the article, it seems to me that the (mis?)information is a collection of three things.... a description of the *potential* power of a *to be built* quantum computer, a misread of the TWINKLE project, and a very creative interpretation of the European Institute of Quantum Computing's website.

    Actually, if you read the article with this in mind it never actually *says* that they have the device or the encryption has been cracked. The only thing that it explicitly says this is: "It claims it has developed a hand-held device that can break the code in 12 microseconds." which more than likely is a misinterpration on the reporter's part of something the Weizmann Instutite mentioned than actual fact.

    All in all, I think that the Sunday Times has done a horrible job of reporting this, and should be held responsible for the misinformation that they are spreading.

  • I'l believe it when I see it. by FallLine (Score:2) Sunday October 03 1999, @05:40PM
  • There's nothing special about DNA computers by coopster (Score:2) Sunday October 03 1999, @05:48PM
  • Re:um... do you have any idea what you're talking by sh_mmer (Score:1) Sunday October 03 1999, @06:09PM
  • Re:hmm, >554 bit key still safe? :) by futility (Score:1) Sunday October 03 1999, @06:21PM
  • Cracked or decoded? by redelm (Score:1) Sunday October 03 1999, @06:26PM
  • Re:Calculations: Result? Physically impossible by Entrope (Score:1) Sunday October 03 1999, @06:26PM
  • Re:If you gotta be anal... by mfearby (Score:1) Sunday October 03 1999, @06:34PM
  • Quantum Computing, it claims... by Juln (Score:1) Sunday October 03 1999, @06:40PM
  • scary, plausible by idan (Score:1) Sunday October 03 1999, @06:41PM
  • You're a hacker allright ... by squireson (Score:1) Sunday October 03 1999, @06:59PM
  • Spooky action at a distance by squireson (Score:1) Sunday October 03 1999, @07:03PM
  • Boeotiean! by Asparfame (Score:1) Sunday October 03 1999, @07:06PM
  • Re: Bible Code by cpt kangarooski (Score:2) Sunday October 03 1999, @07:50PM
  • quantum by yosemite (Score:1) Sunday October 03 1999, @08:04PM
  • Re: Bible Code by Biedermann (Score:1) Sunday October 03 1999, @09:30PM
  • Re:Possibly... by Helge Hafting (Score:1) Sunday October 03 1999, @10:02PM
  • Re:Quantum computers and NP complete problems by climer (Score:1) Sunday October 03 1999, @10:34PM
  • Re: Bible Code by JackAssPenguin (Score:1) Sunday October 03 1999, @10:54PM
  • Hmmm, does not look too good by trave11er (Score:1) Sunday October 03 1999, @11:05PM
  • Re:W.R.O.N.G pure and simple. by Hobbex (Score:1) Sunday October 03 1999, @11:11PM
  • Re:Stop spreading misinformation by Hobbex (Score:1) Sunday October 03 1999, @11:17PM
  • Re:Stop spreading misinformation by joho (Score:1) Monday October 04 1999, @12:54AM
  • Re:Stop spreading misinformation by joho (Score:1) Monday October 04 1999, @01:03AM
  • Actually its an old art. by evilpete (Score:1) Monday October 04 1999, @01:38AM
  • Possible explanation for the 12us... by JPS (Score:1) Monday October 04 1999, @02:13AM
  • Re: Bible Code - Translator too! by mindslip (Score:1) Monday October 04 1999, @03:05AM
  • Re:I thought it was Creeks... by AugstWest (Score:1) Monday October 04 1999, @03:49AM
  • And this, my dear by hawk (Score:1) Monday October 04 1999, @04:00AM
  • The Sunday Times is smoking crack by cananian (Score:1) Monday October 04 1999, @04:12AM
  • Re:Beowulf cluster by trb (Score:1) Monday October 04 1999, @06:04AM
  • They actualy built one ? by n-tropy (Score:1) Monday October 04 1999, @10:21AM
  • They actualy built one ? by n-tropy (Score:1) Monday October 04 1999, @10:23AM
  • Re:Confused by penguinicide (Score:1) Monday October 04 1999, @12:41PM
  • Well, sorta by David Gould (Score:1) Monday October 04 1999, @01:49PM
  • Re:You're a hacker allright ... by Nipok Nek (Score:1) Monday October 04 1999, @03:19PM
  • Export Controls by doogieh (Score:1) Monday October 04 1999, @03:33PM
  • Not True by JMcJames (Score:1) Monday October 04 1999, @05:15PM
  • So that's why Clinton Eased up on exporting crypto by mansemat (Score:1) Monday October 04 1999, @06:54PM
  • Re: Bible Code by frankie (Score:1) Tuesday October 05 1999, @04:31AM
  • Re: Calculations: Quantum Possible by frankie (Score:1) Tuesday October 05 1999, @04:46AM
  • They SAY it's not real. by Nikola Tesla (Score:1) Tuesday October 05 1999, @04:49AM
  • Re: Calculations: Quantum Possible by BlakStone (Score:1) Tuesday October 05 1999, @07:39AM
  • That's too bad. by jelwell (Score:2) Tuesday October 05 1999, @10:16AM
  • It is not what I know... by FallLine (Score:1) Tuesday October 05 1999, @10:27AM
  • Correction to my own misinformation by squeak42 (Score:1) Tuesday October 05 1999, @05:30PM
  • leading spaces by LocalYokel (Score:1) Wednesday October 06 1999, @07:09PM
  • Definitive proof of false story by _gryphonn_ (Score:1) Thursday October 07 1999, @02:35AM
  • 77 replies beneath your current threshold.
(1) | 2 | 3