Slashdot Mirror


EU To Counter Echelon With Quantum Cryptography?

jfruhlinger writes "An article on Security.ITWorld.com seems to outline a coming information arms race. The European Union has decided to respond to the Echelon project by funding research into supposedly unbreakable quantum cryptography that will keep EU data out of Echelon's maw. Leaving aside the question of whether such a thing is possible, the political implications are troubling, indicating a widening rift within the Western world. Interestingly, the UK is part of the EU, but its intelligence services are among Echelon's sponsors."

133 of 465 comments (clear)

  1. What I do is.... by Kenja · · Score: 5, Funny

    What I do is send meaningless emails with high encryption to my friends in China. I figure that the NSA may as well spend countless CPU cycles finding out that I just installed the Guild Wars E3 demo rather then on important stuff.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    1. Re:What I do is.... by DynaSoar · · Score: 5, Funny

      "What I do is send meaningless emails with high encryption to my friends in China. I figure that the NSA may as well spend countless CPU cycles finding out that I just installed the Guild Wars E3 demo rather then on important stuff."

      I often enjoy sending such things are core dumps or font files (or maybe plans for a planet-buster nuke, I fergit) compressed twice using two different out dated compression programs (say, ARC on a PC and then ShrinkIt [NuFX] on an Apple II), strip off the archive ID header, UUencode it, strip off the leading cap M's, cut it in half, paste it second half first into an email, and send it with a subject line with likely Echelon trigger words, adding "PS: Call me for the key to decode this." If encryption is outlawed, only
      a8e3 5m0w s3k1 5d9k
      b7f2 7k1l c9r4 3yr5.

      --
      "I may be synthetic, but I'm not stupid." -- Bishop 341-B
    2. Re:What I do is.... by aurelian · · Score: 3, Insightful
      Yeah sure buddy, cos we all know that if only the NSA could have read everyone's email more quickly, they could've stopped 9/11, right?

      Seriously, when they start demonstrating that they can make use of the enormous amount of information they already have, then maybe I'll consider giving them more.

      Instead they seem to produce a large amount of bullshit a lot of the time. Far as I can see the NSA and other 'intelligence agencies' around the world are full of creeps and lamers who get off on the idea of pretending to be James Bond and listening to your phone calls.

    3. Re:What I do is.... by SmackCrackandPot · · Score: 2, Insightful

      Better still, send unencrypted streams of data collected from a pure random source (white noise from a microphone placed next to the cooling fan is my favorite). Although, I'm sure they'll be able to decipher this, and find some meaningful message.

    4. Re:What I do is.... by pracz · · Score: 3, Funny
      white noise from a microphone placed next to the cooling fan is my favorite

      Be carefull! If your have a relatively good microphone, you could send sensitive data!

      Have a look at this: Breaking RSA Keys by Listening to Your Computer ;-)

    5. Re:What I do is.... by Mazzaroth · · Score: 4, Funny

      I remember using that kind of tactic back then... I was in charge of a research group and we had to produce a huge specification document for friday 17h00. Of course it was not ready on time. So I decided to try something. I first included a few copies of the document (10 or so) in a zip archive, I then encrypted it using PGP, then uuencoded it, performed a shuffling on it and finally zipped-it again and re-PGP it. After removing the heading, I renamed the thing "Spec_1.0.doc" and send it to our customer. Of course we worked all weekend completing the document but at least, it registered, as our contract required, just in time. The customer came back to us one week later saying that they were not able to open the MSWord document. "Oh! (we said), gee! This must be this email thing AGAIN... we've been having this problem lately... let me resend it to you". And I sent the (new, completed and heavily revised) document. The customer were happy because the document were very good, and so were we.

      I think this time-dilatation technique has been called 'Ed's relativistic document delivery' in that company I used to work. I just called it 'creativity by necessity'.

    6. Re:What I do is.... by thrillseeker · · Score: 2, Funny
      I'm sure they'll be able to decipher this, and find some meaningful message.

      On slashdot?

    7. Re:What I do is.... by nemesisj · · Score: 2, Informative

      I realize this was a joke, etc. but if realistically, it would be your friends in China who would be in trouble in this scenario.

      Encryption is illegal in China, and its use is guaranteed to at least provoke interest by authorities. This is why stegonagraphy has proved to be popular among human rights and anti-Chinese government groups.

  2. ummm... by Anonymous Coward · · Score: 2, Insightful

    Wouldn't it be a lot easier to just use SSL and/or IPSec with well peer-reviewed algorythms, and H.323 for voice communications so they too can be wrapped in IPSec?

    1. Re:ummm... by Anonymous Coward · · Score: 5, Informative

      Sigh.. OK, it's a troll, but someone has to bite.

      a. Quantum crypto is invulnerable to a monkey-in-the-middle attack. Poorly implemented SSL is vulnerable to MITM during key exchange.

      2. It is widely accepted lore on the Internet, and strongly suspected by respectable people, that there exist quantum computing devices capable of factoring extremely large numbers. If this is true, any form of public-key crypto goes to shit.

      iii. Part of the problem with cryptography is that it does nothing to hide the source and destination of the data exchange. In theory, a secure quantum crypto system can't be tapped in the first place, so in theory, sender and reciever are anyonymous.

      IV. H.323 is for godless commies.

    2. Re:ummm... by MonMotha · · Score: 4, Informative

      Remember, there are two major systems for doing public key crypto. The idea is to take a problem that is incredibly easy to do one way (make the public key from the private), but very difficult to do the reverse of. Factoring large numbers is a great example (and is what RSA uses). It's easy to multiply two large primes, but much more difficult to factor the product back into the original two primes. If there were a computer which could do this quickly, RSA would be effectively useless.

      There is also the discrete log problem, which is what DSA uses. I don't pretend to be a cryptographer, or even know really what the discrete log problem involves (no google links please, I have all the info I need on it if I were really interested), but I do know that it is very easy to do one way, but very hard to do the other! Exactly what you need for public key crypto. Now, if we have a theoretical computer which can break this in reasonable time, DSA becomes worthless. However, there are definately other ways of doing public key crypto than the factoring problem.

      Also, another interesting things about quantum crypto (of course, quantum crypto is largely theoretical at this point, so this is not guaranteed in real world implementations) is that both ends KNOW if the datastream has been intercepted. Not just if it's been modified (we can be reasonably sure of that right now using good hashing algorithms for signatures), but if it has mearly been intercepted. This is quite handy because now you know immediately if you need to somehow change things since your data is even POSSIBLY compromised. Really cool stuff.

      I must reiterate, IANAC (cryptographer).

  3. Uh oh... by ryanvm · · Score: 4, Funny

    The Whitehouse just issued a press release stating that, "Quantum Mechanics is now officially part of the Axis of Evil".

    1. Re:Uh oh... by theefer · · Score: 5, Funny

      If you don't consider Quantum Physics evil, you've definitely never been in a technical university.

      --
      theefer
    2. Re:Uh oh... by brain159 · · Score: 4, Funny

      Surely, quantum mechanics might or might not be part of the axis of evil?

  4. Unbeatable Encryption! by Anonymous Coward · · Score: 5, Funny

    In other news, a significant minority of people in the EU have already switched to an unbreakable real-time encryption technology, transmissible through the open air. External experts are at a loss; the NSA has made no headway whatsoever against this new threat.

    What is it? It goes by the name 'French'...

    1. Re:Unbeatable Encryption! by cjellibebi · · Score: 4, Interesting
      Speaking of which, didn't the US government during WWII translate some of their top-secret documents into one of the languages of the Native Americans? I think they chose that particular language because it had unique properties that made de-cyphering the language almost impossible. I'm not sure if they applied any additional encryption, or what would have happened if the enemy had somehow managed to kidnap a speaker of that language.

      Is this just 'security through obscurity', or was there something else involved.

    2. Re:Unbeatable Encryption! by nacturation · · Score: 4, Informative

      You're thinking of Navajo code. Should be enough to keep you busy reading for a while. :)

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    3. Re:Unbeatable Encryption! by SirWhoopass · · Score: 4, Informative
      The US Marine Corps enlisted members of the Navajo tribe to act as radio operators in the Pacific. The language had never been written, and it was estimated there were fewer than 30 non-native speakers at the outbreak of World War II.

      Earlier, in World War I, the US Army utilized members of the Choctaw tribe as operators near the end of the war. This, however, was due to a decision in the field (a captain noted that he had several members of the tribe in his battalion), rather than a formal program.

    4. Re:Unbeatable Encryption! by Shakrai · · Score: 5, Informative

      I think they chose that particular language because it had unique properties that made de-cyphering the language almost impossible. I'm not sure if they applied any additional encryption

      The Navajo Code Talkers. They didn't apply additional encryption per say but they had an interesting encoding scheme:

      When a Navajo code talker received a message, what he heard was a string of seemingly unrelated Navajo words. The code talker first had to translate each Navajo word into its English equivalent. Then he used only the first letter of the English equivalent in spelling an English word. Thus, the Navajo words "wol-la-chee" (ant), "be-la-sana" (apple) and "tse-nill" (axe) all stood for the letter "a." One way to say the word "Navy" in Navajo code would be "tsah (needle) wol-la-chee (ant) ah-keh-di- glini (victor) tsah-ah-dzoh (yucca)."

      Most letters had more than one Navajo word representing them. Not all words had to be spelled out letter by letter. The developers of the original code assigned Navajo words to represent about 450 frequently used military terms that did not exist in the Navajo language. Several examples: "besh- lo" (iron fish) meant "submarine," "dah-he- tih-hi" (hummingbird) meant "fighter plane" and "debeh-li-zine" (black street) meant "squad."

      You can also assume that they encoded the messages using standard military/common-sense methods -- i.e: referring to waypoints on a map that your enemy doesn't have access to. If he knows that you are going to attack at "Point Echo" but he doesn't know where that is the information is of limited use to him -- by the time he figures out where Point Echo is the information is out of date and it doesn't matter that he knows it.

      In any case the code talkers are an interesting (often ignored) fact of WW2, the recent movie notwithstanding. An interesting subject to read up on sometime.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    5. Re:Unbeatable Encryption! by chadjg · · Score: 4, Informative

      If I remember the story correctly, Navajo demands very precise pronunciation and accents. getting the nuances just right is supposed to be next to impossible right for a non-native speaker.

      So, even if a few Japanese operators did learn Navajo, they wouldn't be able to spoof their way onto the network. Kinda like trying to read the state of a photon without blowing the secret, maybe.

      Throw in the fact that the Japanese probably didn't care at all about the various tribes, even if they did know what a Navajo was, and you have a tough nut to crack. The war didn't last long enough for them to adapt.

      I remember watching some TV special about the code talkers, and one of the old guys was practically laughing when he was telling his story. Good stuff.

      --
      Why do I have this? I don't smoke.
    6. Re:Unbeatable Encryption! by esampson · · Score: 2, Interesting

      As other people have said, these were the Navajo code talkers, and for the most part it was encryption through obscurity. Navajo was a difficult language to learn (as I understand it) and naturally the Japanese did not really have a great deal of access to any Navajo speakers. Additionally the language had no written component so there were no books on the subject that someone in Japan might have happened to have had.

      Additionally there was some encoding done. Partially this was because there were no Navajo words for 'Tanks', 'Fighter Planes', 'Bombers' and such and partially for enhanced protection. One article about the code talkers that I read about a year ago said that the Japanese did manage to capture at least one Navajo speaker. However the man was not a code talker and as a result even though he could tell them what was being said the Japanese were unable to make sense of the messages.

      According to the story the Navajo was killed, most likely during interrogation because the Japanese did not realize he was not a code talker. If he had remained a prisoner the Japanese would probably have been able to start work on a 'dictionary' to attempt to crack the Navajo code.

    7. Re:Unbeatable Encryption! by pipingguy · · Score: 4, Funny



      I remember watching some TV special about the code talkers, and one of the old guys was practically laughing when he was telling his story.

      When NASA was preparing for the Apollo project, they did some astronaut training on a Navajo Indian reservation. One day, a Navajo elder and his son were herding sheep and came across the space crew. The old man, who spoke only Navajo, asked a question which his son translated. "What are these guys in the big suits doing?"

      A member of the crew said they were practicing for their trip to the moon. The old man got all excited and asked if he could send a message to the moon with the astronauts.

      Recognizing a promotional opportunity for the spin-doctors, the NASA folks found a tape recorder. After the old man recorded his message, they asked the son to translate it. He refused.

      So the NASA reps brought the tape to the reservation where the rest of the tribe listened and laughed but refused to translate the elder's message to the moon.

      Finally, the NASA crew called in an official government translator. He reported that the moon message said, "Watch out for these guys; they have come to steal your land."

  5. The interesting case of the UK by Rosco+P.+Coltrane · · Score: 5, Insightful

    Interestingly, the UK is part of the EU, but its intelligence services are among Echelon's sponsors.

    The UK has its butt sitting on 2 chairs. On one hand they sort of behave like a US state, with Tony as governor, and on the other as a half-willing EU member, in large part thanks to Mrs Thatcher. One of these days they'll have to decide which continent they want to be part of.

    And I have a feeling that, if the population has a say, they'll embrace the EU eventually. Of course, the population rarely has a true say in any country though...

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    1. Re:The interesting case of the UK by JamesKPolk · · Score: 4, Insightful

      The British population would like to be able to develop close ties without giving up their own national sovereignty. Whether the EU allows that will determine how close the UK gets to the rest of western Europe.

    2. Re:The interesting case of the UK by nickos · · Score: 4, Interesting

      I'm a pro-European, but we have to make the EU more democratic. The fact is that the members of the EU have already given up large amounts of their national sovereignty (because EU members must implement EU directives). This in itself is not necessarily a bad thing, as long as EU law is created by democratically elected representatives at the European supra-national level.

    3. Re:The interesting case of the UK by patrick_jones · · Score: 4, Interesting

      I have a feeling, if the population get a say, we will be out of Europe completely, the gates of the country will be shut, and the key thrown away. The British public is controlled by the gutter press (Mail, Times, Express, Sun) who are all vehemently Euro-sceptic. Well, controlled is too strong a word, but all the stories in those papers are anti-EU, anti-immigrant, anti-everything except good ole British values, like taking over half of the world.
      And calling Britian the 51st state is just wrong. For a start, most of us object to the US, and so do most of the Foreign Office. The sympathy to the US is due to long standing ties, like us running you, and the fact we speak the same language. We try and imagine ourself as a bridge between the two continents. Not that that really works...

      --
      Treason doth never prosper. What's the reason? For if it prosper, none dare call it treason.
    4. Re:The interesting case of the UK by cjellibebi · · Score: 2, Insightful
      One incentive for British workers to become more integrated with the EU is that the 'EU working hours directive' will be better enforced. One of it's features is that nobody should be forced to work more than 48 hours per week. At the moment, the UK has manged to agree an opt-out clause, where an employee may sign away their right not to work more than 48 hours per week. The result is that the bosses are putting preassure on employees to sign away their right. If UK was closer integrated with the EU, could the EU get rid of the opt-out clause?

      Does anyone know if people in the UK have been sacked for not signing the opt-out, and if so, have they successfully won an unfair dismissal case on those grounds. Or have the employers just made up excuses for the sacking?

    5. Re:The interesting case of the UK by ShadeARG · · Score: 3, Informative

      Wikipedia has some interesting information on ECHELON .

    6. Re:The interesting case of the UK by Space+cowboy · · Score: 3, Insightful

      And yet you look at the employment rates within the UK and the rest of Europe (3% vs 12% approx) .... The UK is hardly a panacea but if you're willing to go for a lower paid job than you think you deserve, you'll prosper. It's always easier to get another job when you already have a job....

      Personally given the fact that the UK is the driving force behind software patents in the EU, I wil be voting against the government and against anything EU-centric in the upcoming elections. I don't see that it's at all democratic for the EU parliament (I think) to decide amendments need to be made, then the EU Council of ministers to ride roughshod over the whole thing. Go Germany, I wish the UK government had half the cluebat you wield....

      I wonder if the UK gets a net gain from being in Europe, I really do. Consider if we *did* become the 51st state. The real problem would be that the US people would never accept it - we have 56 million people, the US has 260 million. If the Uk became a state, it would represent 1/6 the population of the USA, never mind the influence the commonwealth brings in... The Whitehouse would have to be relocated to 10 Downing St. Can't see it myself... Empire by default - never happen, given our history...

      Simon

      --
      Physicists get Hadrons!
    7. Re:The interesting case of the UK by antiMStroll · · Score: 2, Informative
      And yet you look at the employment rates within the UK and the rest of Europe (3% vs 12% approx) ....

      Apples and oranges, unless I missed the part where half the UK was recently repatriated after decades of Communist rule and mismanagement. On second thought....

    8. Re:The interesting case of the UK by jsebrech · · Score: 4, Insightful

      There is a EU parliament with democratically elected representatives. The problem is that the council, which isn't elected, can overrule it on a lot of issues. Like how the council reverted the software patent draft to a version that seems written by a microsoft lawyer, despite an explicit voting record in parliament that goes directly against that.

    9. Re:The interesting case of the UK by caitsith01 · · Score: 2, Insightful

      However, the British public is at least as anti-US, and increasingly so. There is mounting evidence that close ties to Bush are hurting Blair badly in the polls, and remember all those protests before the war?

      If they had to choose one or the other, I suspect that most people in the UK would rather be European.

      --
      Read Pynchon.
    10. Re:The interesting case of the UK by pantycrickets · · Score: 2

      It's always easier to get another job when you already have a job....

      Kind of like how it's always easier to meet girls when you're in a relationship. That's why you should always get a fat girlfriend that you aren't attached to, and a job you hate when you are looking for a better version of one or the other. :)

    11. Re:The interesting case of the UK by Malc · · Score: 4, Informative

      "And yet you look at the employment rates within the UK and the rest of Europe (3% vs 12% approx)"

      Where did you get those numbers? According to this week's Economist, the rate is 4.7% in Britain and 8.8% in the Euro area. The UK rate is still extremely low, but not as exaggerated as you stated.

    12. Re:The interesting case of the UK by Mant · · Score: 2

      I wonder if the UK gets a net gain from being in Europe, I really do.

      It depends what you mean by net gain. In terms of the EU as a political initution, we give more to it than we receive. However, we also do more than half our trade with Europe, and being inside the EU is increabably advantageous when dealing with EU coutnties in terms of trade and tarrifs.

      So, even though our governement is a net contributor to the EU budget, ecomonmically speaking the UK has huge gains being in Europe. In fact leaving the EU would have a very negative economic unless we could leave politically but negotiaite some sort of trade deal with the EU. A lot of international companies would leave the UKL for an EU country otherwise, and British companies that trade with Europe (over half our overseas trade remember) would suffer.

      The EU has its problems, lack of democracy being one of them, but Britain ain't so Great anymore, and we have to face economic realities. Personally I'd rather we try to take a hand in directing Europe than follow the US wherever it goes, and I don't say that to be anti-US.

    13. Re:The interesting case of the UK by DiscoDave_25 · · Score: 2

      But bear in mind that the counil of ministers is made up of senior minsters of the member countries and therefore IS indirectly elected (I believe tony blair and jack straw represent the UK)

    14. Re:The interesting case of the UK by jsebrech · · Score: 2, Informative

      It's a complicated matter. The EU parliament is a directly elected body where the number of representatives for every country is according to the size of that country. The council is a group of ministers where each country has a pre-defined voting weight, also roughly based on size.
      The council also appoints the commission, which tends to make the executive decisions, rather than the legislative, but doesn't seem to have a clearly defined job, and so gets its hands into a lot of stuff.

      Only parliament is directly elected. The council represents the national voting results in each country, but few people take EU policy into account when they cast a vote, so I have my doubts on how democratic the council is. The commission, being appointed by the council for 5 years, could hardly be called anything close to democratic. Anyway, it's apparent the EU has a long slog towards real democratic representation ahead.

      And no, the system never was and never will be that every country has one vote.

  6. broad daylight by Digitus1337 · · Score: 2, Insightful

    My first thought was "if I was doing something like this I wouldn't say anything on a news site" and my second thought was "oh... they'd know anyway".

    1. Re:broad daylight by destiney · · Score: 2, Funny


      recursion, it's not just for scripting anymore..

  7. Quantum Encryption? by AKAImBatman · · Score: 4, Informative

    One has to wonder why we call it Quantum Encryption when it really has nothing to do with Encryption. From the article:

    The aim is to produce a communication system that cannot be intercepted by anyone

    If I understand their intent, they plan to use concepts like Quantum Entanglement to ensure that communication is shared only between the entangled particles. This is a very different concept from using the properties of Quantum Mechanics to scramble information in a reversible manner or creating computers capable of super-fast calculations.

    1. Re:Quantum Encryption? by necama · · Score: 5, Informative
      The point isn't to use the quantum entanglement to directly pass information back and forth; rather it is to distribute a key for a one time pad. And one time pads are provably secure, since every different one time pad gives you a different (and equally plausible) decryption of the message.

      Hence, if you really want to gripe about the name, I suppose you could call it quantum key distribution.

    2. Re:Quantum Encryption? by rokzy · · Score: 2, Informative

      um, what does encryption mean on your planet then?

      encrypt ( P ) Pronunciation Key (n-krpt)
      tr.v. encrypted, encrypting, encrypts

      1. To put into code or cipher.
      2. Computer Science. To alter (a file, for example) using a secret code so as to be unintelligible to unauthorized parties.

      according to this it seems like a perfect name to me. you are coding the information into quantum states so it can't be intercepted by people you don't want it to.

    3. Re:Quantum Encryption? by Karhgath · · Score: 3, Insightful

      Nope, quantum entanglement isn't used in Quantum Encryption.

      As a matter of fact, you probably couldn't communicate reliably with quantum-based communication, much less quantum encryption or using quantum entanglement to communicate securely, as you hinted.

      Also, I want to add a note that I personally think it shouldn't be called Quantum Encryption but "Quantum Key Distribution"(QKD), as it is a much better name for it. They use the property of quantum mechanics to exchange a key which allows them to use the one-time pad method to encrypt the message, which MUCH less logistical problems, and no way to intercept the key. The encryption algorithm is purely classical and not quantum-based. This makes QKD in such a way that it allows 2 people to communicate without anyone being able to intercept the keys with any known attacks/methods(timed, man-in-the-middle, etc.), they can only prevent them from exchanging a key and thus communicating(which in some case might be worst tho).

    4. Re:Quantum Encryption? by javaman235 · · Score: 2, Informative
      I think the word is a little misused, but appropriate. From the article:


      Quantum cryptography takes advantage of the physical properties of light particles, known as photons, to create and transmit binary messages. The angle of vibration of a photon as it travels through space -- its polarization -- can be used to represent a zero or a one under a system first devised by scientists Charles H. Bennett and Gilles Brassard in 1984. It has the advantage that any attempt to intercept the photons is liable to interfere with their polarization and can therefore be detected by those operating the system, the project coordinators said. An intercepted key would therefore be discarded and a new one created for use in its place.


      The beauty of the system is that any attempts to read it will disprupt the message, instantly letting the communicators know to stop transmitting. cryptography is not the right word, But there is not word that really describes something that wierd. Fascinating stuff really: Its an ecryption system that changes itself when it knows the message has been intercepted.
      --
      -The art of programming is the pursuit of absolute simplicity.
    5. Re:Quantum Encryption? by GileadGreene · · Score: 2, Informative

      Encryption implies manipulating the information content of a message in order to obscure its meaning, not altering the physical representation of said message. To give an analogy: Writing my secret letter using a substitution cipher would count as encryption, since I have manipulated the information (which could be represented in any number of ways). Writing my secret letter in my patented disappearing-reappearing ink does not count as encryption, because I have merely manipulated the physical form of the message, not the information contained in the message.

    6. Re:Quantum Encryption? by Florian+Weimer · · Score: 2, Insightful

      The point isn't to use the quantum entanglement to directly pass information back and forth; rather it is to distribute a key for a one time pad.

      There is no such things as "a key for a one time pad". The one time pad is the key. The needed part of the pad is also as long as the message itself, so you can't save anything by transmitting the pad excerpt instead of the message itself.

    7. Re:Quantum Encryption? by mivok · · Score: 2, Informative

      What you would save is the content of the message. As I understand it, quantum encryption (or whatever you want to call it) doesn't prevent what is transmitted from being intercepted, it just guarantees that the interception is detected. So if you transmit the key, and it is intercepted, then don't use the key, and nothing is lost. However, if the message itself was transmitted, then it could be discovered, and knowing that the message was intercepted probably wouldn't help much.

  8. What I find disturbing is... by rokzy · · Score: 4, Insightful

    that the US spies on its "friends" in the first place.

    It may be naive, but if you want respect you have to give respect.

    1. Re:What I find disturbing is... by GauteL · · Score: 5, Interesting

      True, it can't possibly be disturbing that the EU does not want the US spying on them after the US misused the trust completely during incidents like the Airbus/Boeing scandal.

      You can't possibly question the motives of a country trying to protect against spies from friendly countries, when those friendly countries actually ARE spying on them.

    2. Re:What I find disturbing is... by einnor · · Score: 2, Insightful

      that the US spies on its "friends" in the first place.

      It may be naive, but if you want respect you have to give respect.


      What makes you think the US wants respect? World Dominance, yes. Respect?

      --
      Acronyms Obfuscate
    3. Re:What I find disturbing is... by Zak3056 · · Score: 4, Insightful

      that the US spies on its "friends" in the first place.
      It may be naive, but if you want respect you have to give respect.


      There's no "may" to it, it's incredibly naive. Yep, the US spies on it's allies--but if you believe that those allies are not spying on the US in turn, you're dreaming. Charles de Gaulle once said that nations do not have friends--only interests. That's as true today as it was then.

      --
      What part of "shall not be infringed" is so hard to understand?
    4. Re:What I find disturbing is... by spun · · Score: 5, Informative

      Australia admitted the existence of Echelon, and it's part in the global surveilance network some years ago. The reason? The US demanded access to all data from Australia, whereas Australia wanted to remove the names of Australian citizens and businesses not under investigation. They would provide the details when asked, just not up front, to protect against the US using the info for corporate espionage. The Australians refused, the US said "Oh yeah, what are you gonna do?" and the Aussies responded, "Tell the world."

      Here's a link, but you can google 'echelon australia' for more info

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    5. Re:What I find disturbing is... by Midnight+Thunder · · Score: 4, Interesting

      And the UK isn't spying on us?

      From what I understand they are, but its scarier than you think. The US is not, in many instances, allowed to spy on its own citizens, so it makes use of any ally to do it for them. This means they get round any privacy issues. In return the US spies on the UK to give the UK information on their own citizens.

      This based on what I have been told. If anyone has anything to prove or disprove this, please share here.

      --
      Jumpstart the tartan drive.
    6. Re:What I find disturbing is... by j.+andrew+rogers · · Score: 5, Interesting
      The majority of espionage conducted against the US is by our friends, largely from Europe. UK, France, and Germany being the major active players from Europe as I seem to remember. While it doesn't get wide press, the US catches (and then deports) several hundred European spies every year. How spies are treated depends on what country they are from.

      I remember over a decade ago when I actually worked in a business in which we were espionage aware, that the number one espionage problem in the US was the French (followed by the Chinese, and then a laundry list of European countries -- including the UK), the French being primarily interested in stealing US weapons technology and listening in on business deals they were competing with. Which was primarily a business move; along with the Russians and the US, the French are one of the world's major arms exporting countries and they have to compete with US designed weapons on the open market.

      Everyone spies on everyone, and for varying reasons. The French actually used to have one of the most aggressive intelligence services on the globe, disproportionate to their size and geopolitical importance, which some people find surprising. I don't know if it as large today, though. But this is nothing new, and all the governments understand that this goes on. As long as it doesn't get out of hand, it is tolerated between countries that are nominally friendly.

    7. Re:What I find disturbing is... by esampson · · Score: 2, Insightful

      Well, you never know when your relationships may deteriorate. As an example look at Franco-American relationships. While I think we are a long way away from a shooting war our friendship with them is no where near as strong as it use to be back when they did favors for us, little things like helping us found our country (their role is largely downplayed in American History classes but it is arguable that America would have lost the Revolutionary War without the economic assistance of France and the help of it's navy).

      In more recent years we were strong allies with the Russians before the end of World War II.

  9. Big Brothers by Cheo · · Score: 2, Funny

    You used to "worry" about "Big Brother" watching you. Now there will be two "Big Brothers" watching over us at all times. Whew! I feel secure.

  10. "The political implications are troubling"? by Saint+Aardvark · · Score: 5, Insightful
    I beg your pardon? Why the fuck are the implications of taking up cryptography to stop shady, shouldn't-be-happening-in-the-first-place eavesdropping by so-called friends and allies "troubling"?

    If there is a "growing rift" in the Western hemisphere, who the fuck do you think is responsible for this -- the ones who are pissed off about the eavesdropping and are trying to do something to stop it (and think for a moment about the fact that they're trying encryption rather than attempting to convince the US et al. that it's a Bad Thing...what does that tell you about their chances of actually convincing anyone to stop anything?), or the countries and intelligence agencies that decided this was acceptable in the first place?

    Sorry for the shouting, but this intellectual coyness does not become you.

    1. Re:"The political implications are troubling"? by Kirill+Lokshin · · Score: 2, Insightful

      Do you really think that European intelligence agencies don't spy on the US (or at least haven't tried to do so)?

      In international politics, allies have a way of becoming enemies when it serves their purposes; as long as the tiniest possibility of a conflict exists, countries will always look after their own interests first, and those of their (current) allies second.

    2. Re:"The political implications are troubling"? by J'raxis · · Score: 2, Interesting

      It's a typical American way of thinking. See, America does what it wants -- America is always Right, after all -- and if you try to defend yourself against it, you're the one who is, in fact, committing an offensive attack. You're probably a terrorist, too.

      So, America wants to spy on you? You better let them, and you might even want to thank them kindly for going to all the trouble, otherwise it's you who is "causing a rift" or increasing "diplomatic tensions."

      America invades your country and you decide to defend yourself against them? Well, now you're a "terrorist" or a "dead-ender" for the former regime.

      Fortunately, America is kind -- they don't reserve this torturous logic just for themselves, they occasionally let their really close allies in on it, too. In October, 2003, Israel launched an airstrike against Syria, violating a sovereign country's terroritial borders, all because they claimed there was a "terrorist camp" somewhere in Syria. America's response? Syria had best not respond, and it was their fault anyway for making Israel's actions "necessary" in the first place!

    3. Re:"The political implications are troubling"? by DeLanceS · · Score: 2, Insightful

      Why are you so sure it was the FBI? Last time I checked Iran wasn't exactly a beacon of personal freedom like Canada.

  11. That sounds kind of silly by Noose+For+A+Neck · · Score: 5, Insightful
    While I'm sure it sounds well and good to a legislator in the EU when they hear about supposedly "unbreakable" quantum cryptography, this sounds like another case of someone mistaking it for some kind of panacea for eavesdropping. The real truth of the matter is that, of course, quantum crypto is only effective at the line level, i.e. as soon as it leaves the medium it was transmitted on, the cryptographic effect is lost. So it's entirely impractical for anything but a point to point connection.

    Also, I don't think people realize how strong cryptography is today. There are cryptographic methods available to the public at large (such as RC5 and PGP) that are proven to require more computing power than is theoretically possible in the universe. Not just more computing power than is possible with current hardware, but the theoretical limits of computation given the entire resources of the universe. So really, it seems that a lot of ignorance is at play here, and I would hope someone clueful in the EU informs their EU government before they go off and waste a whole lot of taxpayer money on such a foolish project.

    --

    Software piracy is victimless theft.

    1. Re:That sounds kind of silly by skifreak87 · · Score: 3, Insightful

      Sorry to nitpick, but it takes "more computing power than is theoretically possible in the universe" assuming no better algorithm for breaking the encryption is developed. If someone creates a polynomial time algorithm for factoring large numbers (such as Shor's algorithm for quantum computers), this is no longer the case for RSA or any other factoring vs. multiplying/generating primes system. Similarly for other systems. It's not that the system cannot be broken, it's that we don't know of a way in which it can be done using current algorithms. The only informationally secure encryption system (afaik) is a never re-used one-time pad because it makes all decryptions equally likely and thus you gain NO information about the cleartext from the encrypted text except possibly length. The problem is, this requires a truly random key at least as long as the length of the message and the key cannot be reused.

    2. Re:That sounds kind of silly by ca1v1n · · Score: 5, Interesting

      This is only true using a full-keyspace brute force attack. The NSA was at least 20 years ahead of the academic world in discovering linear cryptanalysis. This is why they asked IBM to change the sboxes in DES, but wouldn't say why. The result was that DES was using an sbox from a fairly small subset of possible sboxes that resist linear cryptanalysis, but we didn't know it for another couple decades. Imagine for a minute that the NSA had a technique that cut the effective key size by a factor of 4. You can brute force attack that. There might even be polynomial algorithms for it, taking advantage of mathematical properties that only the largest employer of mathematicians in the world knows about.

      We can't even be certain that the NSA doesn't have quantum computers, although this is less likely. When your attacker has a non-deterministic computer, you're fairly screwed on finding an algorithm that can be efficiently encoded and decoded on deterministic machines while taking extraordinarily long to decrypt without the key. The only saving grace here is that a quantum computer may not be a general non-deterministic machine, so there may be some things that a non-deterministic machine can do that a quantum computer cannot. To my knowledge, the equivalence between quantum computers and non-deterministic machines has not been proven either positively or negatively. I'm sure the NSA knows though.

    3. Re:That sounds kind of silly by bfields · · Score: 2, Insightful
      There are cryptographic methods available to the public at large (such as RC5 and PGP) that are proven to require more computing power than is theoretically possible in the universe.

      No such proof exists. The best publicly known attacks may be computationally infeasible, and we may be given confidence based on our experience trying (and failing) to find more effective attacks. they are computationally infeasible to break. But noone has a proof of their strength, and it's always possible that dramatic advances in cryptanalysis may render an algorithm obsolete.

      --Bruce Fields

    4. Re:That sounds kind of silly by Karhgath · · Score: 2, Informative

      While I'm sure it sounds well and good to a legislator in the EU when they hear about supposedly "unbreakable" quantum cryptography, this sounds like another case of someone mistaking it for some kind of panacea for eavesdropping.

      Well, this is just wrong. QKD(Quantum Key Ditribution) isn't 'supposedly' unbreakable, it is unconditionally secure and as been proved so many times. I hate to use this argument, but it is true to some extend: you'd have to break the rules of nature to break it.

      However to say that, you have ignore the fact that science changes and evolves(and the laws of nature to some extend), quantum mechanics is a recent science and changed the playing field a lot, so we could discover something new like that, but then you cannot hold that against QKD, as it affects everything.

      The real truth of the matter is that, of course, quantum crypto is only effective at the line level, i.e. as soon as it leaves the medium it was transmitted on, the cryptographic effect is lost. So it's entirely impractical for anything but a point to point connection.

      So are EVERY other encryption methods. As soon as you decrypt the message, it's in the clear. What's the big deal?

      BTW, you DO NOT send the messages over a 'quantum line', like you seem to hint at. You send all communications over classical channels and use a classical algorithm: one-time pad. The quantum channel is only used to exchanged a randomly generated key that is as long as the message. This is why it's uncoditionally secure: the mix of the strengths of both classical and quantum mechanics in one solution.

      Also, I don't think people realize how strong cryptography is today. There are cryptographic methods available to the public at large (such as RC5 and PGP) that are proven to require more computing power than is theoretically possible in the universe. Not just more computing power than is possible with current hardware, but the theoretical limits of computation given the entire resources of the universe. So really, it seems that a lot of ignorance is at play here, and I would hope someone clueful in the EU informs their EU government before they go off and waste a whole lot of taxpayer money on such a foolish project.

      But then again, they ARE breakable, where QKD isn't. A quantum computer could decrypt those messages in a fraction of time that a classical computer takes. There are many great and much faster algorithms used for primality testing in quantum computing.

      I do not believe increasing the size of the encryption key is the way to go in the long run. Doing this means you know there is a problem, but just try to patch it and patch it again.

    5. Re:That sounds kind of silly by moreati · · Score: 2, Informative
      Also, I don't think people realize how strong cryptography is today. There are cryptographic methods available to the public at large (such as RC5 and PGP) that are proven to require more computing power than is theoretically possible in the universe. Not just more computing power than is possible with current hardware, but the theoretical limits of computation given the entire resources of the universe.


      Oh dear, fallen into own trap have you. PGP and the public key crypto it's based on is in no way proven to be hard or unbreakable. It is conjectured that factoring the private key (hence breaking the code) of RSA is NP hard, and hence would require more computing power than we can conceive to brute force a properly encrypted message. But no encryption method, other than one time pads has been proven to be secure.

      Given superior mathematical theory and/or blind luck, someone such as Ms A Genius, aliens, the NSA or l33td00d386 may have already broken RSA, DSA, Elgamel and disporven General Relativity. They are all only theorems that have withstood public scrutiny and attack thus far, they've in no sense been proven, other than in practise, they're the best we (you and me) have so far.

      When you're adversery is someone with the resources to run Echelon, a point to point, line level only, but intrinsically untappable, line from the embassy back to HQ might be a the only trustworthy option.
    6. Re:That sounds kind of silly by esampson · · Score: 2, Informative
      ...when they hear about supposedly "unbreakable" quantum cryptography, this sounds like another case of someone mistaking it for some kind of panacea for eavesdropping.

      ...Also, I don't think people realize how strong cryptography is today. There are cryptographic methods available to the public at large (such as RC5 and PGP) that are proven to require more computing power than is theoretically possible in the universe. Not just more computing power than is possible with current hardware, but the theoretical limits of computation given the entire resources of the universe.

      To date there is only one form of encryption that can be said to be truly unbreakable, a properly built and employed one time pad. This system basically XORs the bits of the message with the bits of a random key whose length equals the length of the message. Because without the key it is impossible to tell if a 0 or a 1 was originally a 0 or a 1 it is unbreakable. This assumes of course that the key is truly random and that the key is used only once. If the key is not random (such as a computer's pseudo random number generator) then the method for generating the key can be attacked. If a key is used twice the two ciphertexts can be XORed together to produce results identical to XORing the two plaintext messages together at which point it is vulnerable to attack. The problem with one time pads is the generation and distribution of keys. Because a key can only be used once you are forced to generate a great deal of 'keyspace'. These keys then have to be distributed to the neccessary parties in a fashion where they cannot be intercepted (usually through a living courier).

      History has long shown that any 'unbreakable' system other than a one time pad eventually succumbs to cryptanalysis. Vignere ciphers, considered unbreakable when they were devised back in I think around the 17th century offer almost no protection these days to a trained cryptanalyst with nothing more than a pad of paper and some pencils, computers need not be involved.

      The reason is because any system eventually shows inherent weaknesses. Just because the weaknesses of RC5 or RSA (a critical part of PGP) have not been exposed there is no reason to assume they do not exist. The idea that it will require more computing power than the 'theoretical limits of computation given the entire resources of the universe' only assumes a brute force attack on the ciphertext, however practically nothing has ever been deciphered through brute force methods.

      Finally, given that it is theoretically possible for any encipherment system to be broken when they are broken many, many times those who have broken the system do not publish it. After all, if it is made apparent that a system has been broken then people will stop using that system and you will be back to having to break their encipherment all over again. Assuming that the NSA has not successfully found weaknesses in PGP and other big encipherment systems just because they have not published this is not neccessary a safe assumption. However, it is unlikely that they will reveal that they have cracked these 'secure' systems just to tell the world the contents of your email to your girlfriend.

      This is not to say that the NSA -has- successfully cracked these methods. Simply that people who feel they are completely secure and that their messages will stay safe forever may find themselves in for a rude shock one morning.

  12. Easy Solution by dunelin · · Score: 2, Interesting

    All the US intelligence services have to do is routinely moniter the lines encrypted with quantum cryptology. Such cryptology would be completely useless in the face of this kind of jamming and the countries would be forced to use standard transmission open to eavesdropping.

  13. Re:Measures and counter-measures by rokzy · · Score: 2, Interesting

    there cannot be a counter to quantum cryptography itself (it would be against the laws of physics assuming the cryptography is implemented correctly), there can only be a work around based on some other link in the communication chain.

  14. The UK's role in the EU by nickos · · Score: 5, Insightful

    As someone who lives in the UK, I think our stance on this is ridiculous, and a legacy of WW2. We're an important and influential member of the EU, and the last couple of years should have made it obvious that a close relationship with the US damages our relationship with the rest of Europe (and the wider world) and only benefits the Americans. In the post Empire world, Britain's role is as a democratic and decent European nation. We should not support pre-emptive war or the Israeli's mistreatment of the native Palestinians.

    Oi, Blair! Sort it out.

    1. Re:The UK's role in the EU by nickos · · Score: 3, Informative

      Look, the fact is that even in the EU countries whose governments support the US, the majority of the electorate are against the US's mis-adventures in the middle east. Even in America the people are turning against the Iraqi war. No-one is lying - some governments in Europe are openly against the war, while others have obviously supported it.

      The interesting thing is that the majority of people in all of these countries are against the Iraqi war.

    2. Re:The UK's role in the EU by Erik_ · · Score: 2, Funny

      Some belgians do ;-)

    3. Re:The UK's role in the EU by rduke15 · · Score: 5, Insightful

      A simpler statement might be that a good majority of the EU population are anti-American irrespective of what they do

      That is not true. Anybody who knows Europe will be able to tell you that the Iraq war made a huge difference.

      While before, a tiny minority was anti-American, it seems to have grown to the vast majority only because of the Iraq war. Anti-Americanism has now become so pervasive in the European society, that I even hear it in remarks from my kids. And they are at an age (8) when their views are ultra-conservative, and they would only express things that are shared by a significant majority in the school yard.

      Believe me, Americans are only fooling themselves if they ignore the damage this war (or this administration) has done to their country.

    4. Re:The UK's role in the EU by joonasl · · Score: 2, Insightful
      They had no problem with US supporting various wars that were beneficial to Europeans (ww2, cold war protection, Balkan crisis of the late 90s). Nice to know that having good relations with the likes of Saddam is viewed more important than having good relations with USA. I understand people might disagree about ways to remove/contain a dangerous dictator but to completely turn this issue into US hate-fest is something completely different.

      Europeans do not have anything against legal, UN sanctioned military action, especially for humanitarian reasons. Europeans, however, do have something against unlawful, unilateral military action regardles if the party in question happens to be dictatorial Iraq under Saddams rule (First Gulf War) or a democratic state (slowly turning into a theocracy/police state) of US of A under Bush administration.

      --
      "There is a terrorist behind every bush"
    5. Re:The UK's role in the EU by dunkelfalke · · Score: 3, Insightful

      chechnya is still a part of russian federation.

      but i somehow missed that iraq was an us state.

      --
      Conservatism: The fear that somewhere, somehow, someone you think is your inferior is being treated as your equal.
    6. Re:The UK's role in the EU by jsebrech · · Score: 4, Insightful

      Nice to know that having good relations with the likes of Saddam is viewed more important than having good relations with USA.
      I understand people might disagree about ways to remove/contain a dangerous dictator but to completely turn this issue into US hate-fest is something completely different.


      Ok, second point first. The anti-americanism in my view (as a belgian citizen) could more appropriately be called anti-bushism. My 16yo sister wants to go to the US, because she thinks it's a great country, but George W. Bush is number one on her hate list. So, no, from my perspective there is no US hate-fest. This might be different in other countries though. I can imagine the french not being happy with how they have been treated over the past few years.

      As to wanting better relations with Saddam than with the US. Do you honestly believe that? It is just plain silly. The problem Europe had was not that they thought we should all be friends with Saddam, it was that war should be a last resort. The reason given prior to the Iraq invasion, weapons of mass destruction, was generally known over here to be a bogus reason. Even if there were wmd's (which we now know there weren't) then it would have been better to let the UN inspectors find them. Instead, the US went on a pointless and unfounded smear campaign against the inspectors (on-going to this day), and then said that war was the only way to get things done in iraq, which was a lie. As an aside, do you believe Saddam was an immediate threat to the US, and if so, why?

      After the war, the reason given became iraqi freedom, but at the same time we're seeing the iraqi's do not have control over their own natural resources (oil production and profits are entirely in US hands), do not have control over their own financial resources (all the government money is in US hands), and do not have control over the political decisions taken (a power which is supposed to be handed over soon, but nobody knows to whom, and the resources to use that power aren't coming along with it). Not to mention that if you hold iraq as the standard for countries in need of liberation, you need to go liberate half the world, including current US allies, like China (which is a dictatorship with a horrible human rights record, and a history of invading other countries, just like Iraq).

      The US is the most powerful democracy in the world, and as a result, the EU holds it to a very high standard. We expect moral leadership from the US, and the whole Iraq situation is such a disgrace to the US that we have problems understanding why the American public would back an administration that makes such poor decisions. The loud criticism of the US you've heard is our way of saying "we expect better of you, now go do something about it!"

      Europe is not US ally anymore.

      Europe definitely wants to be a US ally, but the Bush administration has made it really really hard, with all kinds of anti-european economic policies (which is being called a "trade war" in the international press), a unilateral withdrawal from many treaties which Europe considers crucial (Kyoto, the international criminal court, the treaties on chemical and biological weapons, the nuclear disarmament treaties, and so on...), and a general smear campaign against any EU country which dares voice political opposition ("that's old europe", remember that one?).

      You have to treat people with respect to get respect back. All the US needs to do to have a strong ally in Europe is to do what it claims to stand for.

      I still remember Aznar speech in which he described the secret rejoicing of various Europeans politicians he witnessed in the months after 9/11 - especially of the " that's what you get for supporting Israel" type.

      I never heard that. If he did say it, and if it is true, then I wouldn't be surprised by it. 9/11 IS a direct consequence of US middle east policy over the last few decades. Osama himself has said the primary reason for him was the US mili

  15. Terrorists by Leffe · · Score: 2, Interesting

    Monyk believes there will be a global market of several million users once a workable solution has been developed. A political decision will have to be taken as to who those users will be in order to prevent terrorists and criminals from taking advantage of the completely secure communication network, he said.

    And exactly how are they going to tell terrorists from normal workers at a company where they installed this crypto thingy? Of course, the admins could monitor the users, but that would kind of defeat the purpose of the encryption in the first place.

    Also, how are they going to implement this? Will they have to replace/addparalell all the current infranetstructure with new photon-cables or something?!

  16. Re:Sounds stupid... by JamesKPolk · · Score: 2, Interesting

    Existing protocols often have human weaknesses, though, that can allow keys to be compromised.

    Preventing eavesdropping of even the ciphertext reduces the loss if the adversary gets a key.

  17. Ronald Reagan did a few good things by SeanTobin · · Score: 2, Insightful

    Ronald Reagan, despite what anyone believes about his presidency came up with one good saying regarding communism. Trust - but verify. I more or less trust all our friends in the EU (well, except France). I trust them more when I have gone over all thier top secret communications and I know they aren't planning to nuke me.

    --
    Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;
    1. Re:Ronald Reagan did a few good things by Rosco+P.+Coltrane · · Score: 3, Insightful

      our friends in the EU (well, except France).

      True friends don't help friends do illegal and immoral things. France is your friend.

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  18. I don't get it ... by vlad_petric · · Score: 4, Insightful

    RSA 2048 is pretty much unbreakable, if they really cared so much about Echelon (which IMHO is a disgusting thing), they'd simply make it standard. The main advantage is that minor changes would be required to the existing infrastructure.

    --

    The Raven

    1. Re:I don't get it ... by EvanED · · Score: 2, Informative

      This site purports to give an overview. I don't know much of anything about quantum physics, so I can't really summarize it. I didn't really even read it, though it looks okay. ;-)

  19. I don't see why anyone is surprised. by HBI · · Score: 5, Insightful

    In regards the US experience:

    WWI - the Belgian mistreatment was deplorable, but what drove the US into this war was the unrestricted submarine warfare and such stupidity as the Zimmermann note. There were no mutual interests really - Wilson tried to be almost quaintly fair in his peace terms which were summarily rejected by the rest of the Allies with their millions of corpses. Wilson came back, had his stroke, and that was it for internationalism in the US. Back to sleep...

    WWII - We stayed out of the war for three years. I'm not going to say there was no sympathy for Britain, but there was no desire to get embroiled in a war anywhere. Even the sinking of US ships in the North Atlantic was insufficient: it required the attack at Pearl Harbor to drive us to war. Even then, there was no real solidarity with Europe. There was a job to be done, an danger to be eradicated. We did this, and formed the UN in an attempt to deter future war. Based upon formulae agreed upon at Yalta and elsewhere, we occupied the former Axis and maintained some troop strength there, which would not previously have been a normal American thing to do.

    Cold War - The Cold War was once again fed by fear of Soviet aggression rather than any kind of solidarity with Europe. We assumed that fighting the Communists would be better done in Europe than on our own shores.

    Now, please note that these events were similarly perceived elsewhere -i'm sure no British patriot thinks that us taking a pass on WWII for 3 years while they got pounded was a good idea, for instance.

    My point simply is that US interests are not congruent with those of Europe and very likely never will be. Immediacy of threats has masked this for a long time , but it should not be mistaken. There never has been any kumbaya singing going on at either side of the Atlantic.

    --
    HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    1. Re:I don't see why anyone is surprised. by Anonymous Coward · · Score: 2, Informative

      A couple of other points:

      WWI: the US army joined battle in full force only in July 1918. That's right, in a four year war they fought for *FOUR MONTHS*!!! No wonder the other allies wanted to tell Wilson to get stuffed.

      WWII: after the fall of France, the US ambassador to Britain, Joseph Kennedy (JFK's dad) was telling all and sundry that Britain didn't have a chance of hanging on. Meanwhile US arms manufacturers were making a fortune as the British Empire went massively into debt (this was before Lend-Lease).

      Me? I'm an Australian. We were in both wars from the word go...

  20. How it came to pass... by Anonymous Coward · · Score: 5, Funny
    *** Schroder ( ~schroder!blinky@reichstag.de ) has joined #europe
    *** TOPIC: Be nice to the new guys or Ireland will export drunk hooligans to your country!
    <Schroder> Gutentag!
    <Blair> Cheerios, ol' chap!
    <Chirac> Sup?
    <Schroder> What's happening over here?
    <Chirac> Just watching zat goddamn idiot Bush trying to lose a war.
    <Schroder> Ach so...
    *** Bush ( ~bush!dubya@whitehouse.gov ) has joined #europe
    <Bush> I READ THAT, YOU BITCH!!!
    *** Bush has left #europe
    <Schroder> Right, this is getting tiresome...
    <Blair> Fancy a crumpet, anyone?
  21. Statecraft 101 by Anonymous Coward · · Score: 2, Insightful

    OK, some quick rules on statecraft.

    1. There are no such things as friends. Only allies in a given struggle.

    2. The goal of a government is self preservation, not preservation of a given alliance or treaty.

    3. The fact that say France and Germany are not the same country should give you an idea that said people's have different ideas on what self preservation means. Therefore on the points of difference there needs to be vigillance.

    4. Most governemnts are not moral agents (I can't think of any at this give time, though arguments can me made for theoracies), so don't expect them to act like one.

    5. Because of the above there will always be:
    5a. Secrets
    5b. Worrying about Allies secrets.

    1. Re:Statecraft 101 by trewornan · · Score: 2, Insightful

      The romans had only one word "amicus" where Enlish has two . . . "friend" and "ally". To a roman these were the same thing - I consider this is an interesting insight into the mentality of the ancient romans. Perhaps they had a clearer outlook than we do.

  22. Pure snake oil by Paul+Johnson · · Score: 2, Insightful
    This is just snake oil. Quantum Cryptography (QC) is only good for point to point communications over short distances. You can't amplify the quantum signals, so the range is limited by the losses in the transmission medium. Long haul transmission requires that each relay decrypt and re-encrypt the data. So if you want to tap it you do it at the relays.

    QC doesn't even prevent a man-in-the-middle attack. All you need to do is splice your tap in to the fibre (or whatever) and do QC with the two ends.

    Paul.

    --
    You are lost in a twisty maze of little standards, all different.
  23. Buzzwords by flossie · · Score: 4, Insightful
    I'm pleased that there is funding for this kind of research in the EU, but it sounds like a stupid way of solving the problem of Echelon. The article makes it clear that the purpose of the quantum encryption is to exchange keys securely and to then encrypt messages using more conventional algorithms and transmission methods.

    If conventional encryption and transmission is deemed sufficiently secure for transmitting the messages, a quantum exchange of keys does not add significantly to the security of the communication. It would surely be easier and cheaper to organize physical transfer of one-time pads than to install all the necessary infrastructure to support the key exchange.

    The EP were obviously taken in by buzzwords, but at least the research will advance the state of the art.

  24. All Your Base Are Belong To Us... by greyfeld · · Score: 2, Interesting

    I predict that within the next 10 years we will be living in a new dream. A nightmare of biometrics and photographic detection. They won't just know what you are saying over the phone, email and teletype. They will know when you jacked off and whether or not you swallowed it.

  25. Re:Measures and counter-measures by ClausCCC · · Score: 3, Interesting

    ... supposedly unbreakable quantum ...
    It's based on the fact that you can not clone a quantum state. That's a law of nature and not some opinion. That means Quantum Cryptography is unbreakable. Period. (The implementation may be breakable but the underlying principle is 100% safe)

  26. You Have Quantum Mail! by 10101001011 · · Score: 3, Funny

    Dubya-I-N-D-O-W-S XP

    bfsjhbdfhsidhfdhikerhfkihreki
    hsfdiurhfiuheriughiurehgierhiytiuwejlkjPiefjih
    hi udfhgiufdhguihizghdusghurugfihdsiughsiuhgui
    yqtey trytreiqifmzml,PLaosjujshnfklsdgoij
    khsgiuhrgiuhs dilbvdhboinvkishrdoiiksdjf
    dgbkidfhgiobnvkjdhbivs jodfgniugkishgdf


    Decryption Commencing... Please Wait...

    This may take a few minutes....

    You may wish to grab a coffee

    ERROR! Cannot decrypt!

    Bush: Well gosh, I guess them Yuropiens have got Weapons of Mass Distruction!

    Bush leaves the office...

    Retrying decryption... Decryption complete!

    Message reads:
    RE: Bush's IQ
    From: Tony Blair
    To: Paul Martin
    Bush really is an idiot, isn't he?

    Signed,
    Blair

    PS: What do you think of the new encryption program we desgined. It is uncrackable!

  27. Useless until they have quantum routers by G4from128k · · Score: 3, Insightful

    Although quantum crypto secures the fiber, it does nothing for the equipment on either end. Routers, switches, ISP mail servers, etc. remain accessible.

    Until Linksys sells a consumer quantum WAN interface, CISCO sells quantum Layer 3 switches, and all the telcos fiber-up with quantum crypto repeaters, the whole system is vulnerable to snooping.

    --
    Two wrongs don't make a right, but three lefts do.
  28. Re:Measures and counter-measures by Kirill+Lokshin · · Score: 2, Funny

    Rubber-hose cryptography against someone with access to the key generally works quite well in situations like these (since obviously someone must be able to decrypt this stuff for it to be of practical interest).

  29. Re:British double agents? by Anonymous Coward · · Score: 2, Informative

    It is an unequal relationship. Here in New Zealand, the supposed New Zealand intelligence agency which handles the local brance of the system, actually has a US flag in its building's entrance. It's actually part of the CIA.

    It is also does not serve the interests of New Zealand, because they have intentionally failed to warn the NZ government of an impending terrorist strike because they supported the motivations of the terrorists.

  30. I DID IT!! by bsDaemon · · Score: 2, Insightful

    I believe the answer is "Fahrenheit 451"

  31. Secure Systems by BrownDwarf · · Score: 5, Informative

    The weakness in current encryption/communications systems isn't in the encrypting algorithms, which have withstood the serious efforts of some top-flight mathematicians to bust them. Nor is it necessarily in traffic analysis; keep a line open and transmitting bits 24/7. Isn't hard to design the system so the intended recipient can tell when the "random" bits start a message. Nor is the weakness in key transmission, at least for governments: lots and lots of really long keys can be transported on CDs well in advance of need. The weakness remains where it has been in recent years, with the people using the system, and with keeping their computers out of unauthorized hands. Going to quantum methods doesn't change get around this weakness. From what I see, the benefit of quantum crypto is the ability to make message tampering evident.

  32. Half-willing? by pjt33 · · Score: 4, Interesting

    Tony wants to be at the centre of the EU, and so do the Lib Dems. I've no idea what the official Tory line is this week, nor how many of them support it, but there's a very solid majority in the House of Commons pushing a pro-EU agenda.

  33. Re:Sounds stupid... by Hobbex · · Score: 5, Insightful

    Perhaps, but then again, how many respected Nazi researchers believed that the allies had cracked the Enigma code?

    It was not unreasonable for them to have suspected so. The integrity of Enigma relied heavily on keeping the machines and codebooks out of allied hands - had the Germans known that the allies had managed to get ahold of those things, the impressive effort of Turing & co. to go the last bit would not have been inconceivable to his German counterparts.

    If the NSA can really crack any of our modern cryptographical methods, then they are at least forty fifty years ahead of the rest of world in both mathematics and computing. Is that conceivable? And if they are, then they can't really do anything with what they find anyways, since they would have to spend most of their energy keeping the secret.

    Basically you are trying to score cheap points (read karma) but making a comparison that doesn't hold, but that plays on peoples emotions. It's the equivalent of responding to any comment advocating avoiding war with: "That's what Chamberlain thought."

  34. Quantum *Intrusion Detection* by Jerf · · Score: 3, Informative

    I agree. It ought to be called Quantum Intrusion Detection, because that's what it is. It doesn't encrypt, nor does it protect anybody from intercepting the message.

    All it can do is tell you if your message is being intercepted. Now, this is useful information, since you might decide to quickly stop transmitting, and if you're fast enough on the draw and using conventional encryption on top of your Quantum Intrusion Detection, then you'll probably not give enough data to the intruder for them to feasibly decrypt anything.

    But note that if you want the protection of encryption so the intruder doesn't get plaintext, you still need to use conventional encryption.

    Also note that some wild-eyed Slashdot types who's understanding of technology is buzzword-deep sometimes make the claim that Quantum Computing might crack Quantum Encryption. Nope, because "Encryption" isn't. And the very nature of the Intrusion Detection is that you can't get around it, no matter how clever you are.

    The worst part of this stupid naming is that some day we probably really will have some sort of encryption that uses QM, and then what we will call that?

    Anyways, it is apparently far too late to do anything about this misnomer, but it's one of the most pernicious misnomers I've seen in modern times. Whoever named this technology should have their relevant degrees stripped.

    1. Re:Quantum *Intrusion Detection* by Karhgath · · Score: 4, Insightful

      Sorry to disapoint you: you are wrong. Let me explain a bit.

      First, it's not Quantum Intrusion Detection. It's Quantum Key Distribution. It allows 2 people to exchange a randomly generated key as long as the message, used in a one-time pad scheme.

      They trick is that the exchange of the key is unconditionally secure. Not only does it tells you when part of the key is intercepted, it also 'aborts'. The only thing an eavesdropper can do is to prevent you from communicating. If the communication is successful, then no one eavesdropped or got enough information on the key to jeopardize the exchange.

      This is the beauty of it.

      So no, it's not Quantum Encryption per see, as the encryption is done in classical term using one-time pad method, but it's not Quantum Intrusion Detection either. It's a very ingenious mix of both quantum and classical method which results in an unconditionally secure method of encryption.

      And, I'd have to talk about Gilles Brassard(he teaches at the "Universite de Montreal" where I study). about stripping his degrees, as he's the co-inventor of quantum encryption and computing in general. I think he'd laugh but agree that Quantum Encryption is the resulting solution, not the means. "Encryption using quantum principles" might be more revelent, but quite longuer. Quantum Key Distribution is my personal favorite.

    2. Re:Quantum *Intrusion Detection* by John+Courtland · · Score: 2, Insightful

      The point is to send the key first so you don't comprimise any of your data. If the key is ganked, then you know not to submit the message. Once the key transmission is complete and verified as successful, then you send your message. If the message is intercepted, but the key is not, the interceptor then has the non-trivial task of decrypting without a key.

      --
      Slashdot is proof that Sturgeon's Law applies to mankind.
  35. Re:Well Duh by rokzy · · Score: 2, Insightful

    from what I know people are making a huge deal out of irrelevant details.

    who cares about tiny scraps of information like this when you're ignoring 1000 ft danger signs such as the 9/11 hijakers learning to fly in the US and specifically saying they don't care about learning how to land?

  36. Is the NSA behind it? by Florian+Weimer · · Score: 2, Interesting

    Quantum cryptography has a cool name, but in practice, it sucks, at least its current implementations. It's not end-to-end by design (you can't have a direct fiber to everyone you want to communicate with these days, after all), and so it's easily regulated. It's expensive. It doesn't solve key management problems, and the installations that have been publicly described so far are extremely vulnerable to man-in-the-middle attacks.

    If I believed in conspiracy theories, I'd say that the NSA is luring the EU towards unavailable and untested quantum cryptography, and away from commercially available, tested, reliable and rather secure conventional crypto products. Actually, the quantum crypto recommendation (whether it's contained in some EU documents or not) is the result of a pretty slick PR (and lobbying) campaign.

    1. Re:Is the NSA behind it? by Karhgath · · Score: 4, Informative

      Well, I won't say you're a troll, but probably missinformed.

      Quantum cryptography has a cool name, but in practice, it sucks, at least its current implementations.

      Ok, that's right. But it sucks not because it's flawed, but because it's too slow to communicate with yet(well, to create the key actually).

      It's not end-to-end by design (you can't have a direct fiber to everyone you want to communicate with these days, after all), and so it's easily regulated.

      More current implementations use 'wireless' quantum channels in open air, so it isn't restricted to fiber only. I agree that you won't have consumer implementation before at least 8-10 years, but if a big corporation or government wants to use it, they will be able to in the near future.

      It's expensive.

      Sure. Is there a new technology that isn't expensive? Is that incentive enough to stop developing new ideas and such? No.

      It doesn't solve key management problems, and the installations that have been publicly described so far are extremely vulnerable to man-in-the-middle attacks.

      WOAH! Until then it was ok, just some argumentation problems, but this is pure outright missinformation. I don't know where you read that, I'd like to know.

      First, Quantum Key Distribution is there to SOLVE key management problems related to one-time pad methods. The first and foremost goal of quantum encryption is to remove the logistic problems of one-time pad. So, you are wayyy off on this one.

      Second, QKD is unconditionally secure, and that includes man-in-the-middle. I doubt current implementation are "extremely vulnerable" against that attack, unless you have some proof to show, I'd be interested to know.

      If I believed in conspiracy theories, I'd say that the NSA is luring the EU towards unavailable and untested quantum cryptography, and away from commercially available, tested, reliable and rather secure conventional crypto products. Actually, the quantum crypto recommendation (whether it's contained in some EU documents or not) is the result of a pretty slick PR (and lobbying) campaign.

      Well, I can't argue about tin-foiled hat arguments, hehe. The problem with conventional crypto methods is that they are breakable in the absolute, and the Echelon program is certainly the one who is able to achieve this feat. QKD isn't. This is the main point in favor of QKD, especially when you want to protect yourself against Echelon.

    2. Re:Is the NSA behind it? by Trelane · · Score: 2, Informative

      You are entirely correct in the purpose of QKD. However,

      Second, QKD is unconditionally secure, and that includes man-in-the-middle

      is quite incorrect.

      First off, nothing is unconditionally secure. If you believe something to be unconditionally secure, you should put your wallet back right now and cool off. And furthermore, without additional protocols in the classical channel, QKD is vulnerable to man-in-the-middle attacks. The attacker must first snag both classical and quantum channels, but then [s]he can pretend to Bob to Alice and Alice to Bob. Nothing prevents this within a straight QKD system. Now, it's fairly obvious, and therefore has likely already been taken care of using classical crypto, but it's a problem of striaght QKD. Additionally, if there is ever more than one photon generated, then that bit can be undetectably eavesdropped.

      The problem with conventional crypto methods is that they are breakable in the absolute

      Again incorrect. The one-time pad has, iirc, been proven unbreakable; you just have a key management issue to be settled. That and many classical crypto systems aren't "breakable in the absolute," merely theoretically breakable if certain problems become Easy.

      --

      --
      Given enough personal experience, all stereotypes are shallow.
  37. Re:Measures and counter-measures by Jerf · · Score: 2, Informative

    Quantum intrusion detection ("cryptography" is a misnomer) doesn't have a key.

  38. Yes, it is encryption by DrYak · · Score: 2, Informative

    It's not the encryption per se that use quantum mechanics.
    But the un-interceptable channel produced by quantum mechanics is used to exchange the encryption keys used in the encryption itself.

    So, YES, the quantum mechanics are used in encryption.

    Research is currently done on this subject here in switzerland

    Principle :
    - according to quantum mechanics, you cannot split light in smaller element than photons.
    - Quantum encryption transmits information (keys) using one single photon at a time (per bit of information).
    - If any one attemps to steal the information, they'll "eat" the photon (no way to split photo. Either they go to receiver, or they go to the spy, they cannot go to both place at the same time), and the photon will be lost, just like it happens with other transmission errors.
    - Using some error correction-like method both receiver and sender agrees which bits aren't lost and will be used.
    - It doesn't matter whether the lost bit where lost due to poor quality of transmission or because of a spy listening : they won't be used any way.
    - The "error correction-like" (= agreeing which photon they'll use) can be done on a basic non encrypted channel. Even if the spy get this information, it doesn't help him : because they'll agree on photon that arrived correctly, i.e.: photons the spy hasn't captured. All other photon he did manage to capture will be discarded.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  39. Mass encryption by t_allardyce · · Score: 2, Insightful

    Echelon could have already been countered by Microsoft, but just like with VB-script worms and pop-up windows (which could also have been prevented) they didnt. I dont know if its stupidity or something else going on, but given the market share of Outlook if microsoft implemented encryption by default (could even be weak and tied to your current password) Echelon wouldnt have a hope in hell of decrypting everything for a keyword flagging, they might just manage a few choice emails that they were already watching and only if they stuck a good chunk of processing resources on it. You dont need very strong crypto, you just need everyone to be doing it.

    --
    This comment does not represent the views or opinions of the user.
  40. In other news .. by DrugCheese · · Score: 3, Insightful

    THERE IS NO OTHER NEWS!

    Anyone else notice that no one in the U.S. of A knows what Echelon is? I've asked co-worker after co-worker, relative after relativc, friend after friend ... and it scares me to know that I'm the one opening their eyes to this.

    What is this 10 years now that I've been raving about it. And not once EVER has there been at least a little 15 second side spot , or ticker note at the bottom about Echelon.

    Love my Country:Fear my Government

    --
    *DrugCheese rants*
  41. Re:Well Duh by rokzy · · Score: 2, Insightful

    that is not necessrily true. it can be argued that 9/11 succeeded because there was so much information that they missed the important parts. it's clear from the investigation that there were numerous failings which had nothing to do with the amount of information, only its processing.

  42. Missing the point by maximilln · · Score: 4, Insightful

    Everyone--from good hearted people to downright argumentative trolls--misses the point on spying.

    I don't care about online privacy. I'm not worried about government spooks sifting through my e-mail or web surfing habits and finding out that I like brunettes with long legs, long hair, and almond shaped eyes. It really doesn't concern me. If it were some supercomputer sitting in a back room chewing through e-mail looking for "homicide, suicide, terror, assassinate, secret, password, 9/11" or some other stupid set of keywords or tracing kiddie porn that'd be fine by me. At least until the anti-pr0n people decide that moral righteousness has no bounds and start coming after willing adults with no real sex life and a speedy net connection.

    Face it. We live in the real world. People in power let it go to their heads and they often use it for purposes other than those in which it was given to them for.

    What I'm worried about is that the guy down the block is an FBI agent. Or CIA. Or NSA. Or some local politician who knows one. One day I'm walking down the street and a candy wrapper drops out of my pocket onto his lawn. Now this guy is such a straight laced Bible thumping tight a__ POS that he uses his political muscle to find out who I am and begin harassing me. "He dropped a candy wrapper on my lawn! He's a litterer! He's no good for society! Besides, I saw him carrying home a six-pack of beer! He must be an alcoholic as well!"

    Where's the check and balance? There is none. Who could prove it? No one. Who can stop it? No one.

    Echelon, Big Brother surveillance, the Anti-Terror bill. They all suck for the same reason that the Windows registry sucks: there's no way to secure them from people misusing them to hijack the system.

    --
    +++ATHZ 99:5:80
    1. Re:Missing the point by maximilln · · Score: 2, Insightful

      For someone who proposes that they're writing a paper in psychology you're ignoring a big part of it.

      The psychology behind the "something to hide" confrontation is to put the target at a disadvantage due to shame or guilt. It's a passive-aggressive attack mechanism meant to prey on people with guilty consciences. If the target has transcended the guilt and shame that society has built into them then the attack has no effect.

      Incidentally your advice here is ill founded and could get people into trouble.

      -----
      If they ask What? Tell them either that you can't tell them because you're hiding it
      -----
      Under no circumstances should you ever play smart games with the police. This is a sure way to arouse suspicion, get searched, detained, or hauled off for questioning. "How?" you may ask. It's called "obstruction of justice". The officer asked you a question. Quit wasting everyone's time.

      -----
      or, if you're up for the performance go into great detail, at great length about some legal but freakish sexual adventure
      -----
      This also falls under playing smart with the police and is downright _STUPID_. You're likely to catch a ticket for obstruction of justice or interfering with the duties of a police officer. They have any number of different things on the book. If you're sufficiently freakish the police officer has every right to detain you or have you checked into the local psychological evaluation ward. They have every right to do it.

      You're just trolling to watch an amusing piece on the news, aren't you? :-)

      --
      +++ATHZ 99:5:80
  43. Thatcher wasn't pro Europe by T-Kir · · Score: 4, Informative

    Mrs Thatcher was distinctly anti-Euro, apart from free trade and good relations which follows the last referendum the UK had. It was the Major years (Maastricht treaty and in then out of the ERM) followed by Blair who pursued the closer ties.

    Despite being promised a referendum on the EU constitution (which is a woeful hack of previous revisions), the British public hasn't been given a date on it... and the trust (read as 'lack of') I have in Blair is as such that he would do the referendum after the point of no return (sorry people if you voted 'no', it's too late now!).

    I for one would like the closer ties with Europe (i.e. what we have now), but what is proposed I think is too much too soon... and there are too many problems which really need sorting first (red tape, beaurocracy, politicians voting in new laws when they have no clue as to what they are, etc etc). Added to that the majority of the British public need to know exactly what is going on, and what will happen before we're even semi happy with it.

    I've always been of liberal views and what you would call a floating voter, but I wouldn't trust the Lib Dems (almost wanting to powershare with Labour, no real manifesto), I definately don't trust Blair.... but despite his previous convictions I think the Conservatives are in a much stronger position with Howard (especially regarding party unity).

    Maybe the biggest problem that'll hit us in a couple of years is the national debt (where the conservatives saved a crap load of money by taxing the country half to death - mind Labour were happy to add to that) and the housing prices/issues, add to that the amount of money being literally thrown at the NHS is a nice little ticking time bomb that I'm not looking forward to going off.

    Anyway, most opinion/info in this post is AFAIK and is open to correction/counter viewpoints... as they say (damn this zippy led US keyboard), just my 0.02 UK Sterling (yes I do know about character map, I just can't be arsed!).

    T-Kir

    --
    Are you local? There's nothing for you here!
  44. the naivete of people astounds me. by jerky42 · · Score: 2, Insightful

    Every country with any capability at all has done this for all of recorded history.

    The US spies on everyone because it has the technical means to do so. The USSR/Russia does it, France, the UK, everyone does it. It is sometimes used to feed information to big businesses (by all countries!).
    Just realize that by and large, everyone reading this story lives in a country that does it, and that every country WOULD do it if they had the resources.

    --
    The strong do what they can, while the weak suffer what they must.
  45. Re:History on stage. by MightyYar · · Score: 2, Funny

    The people of the US are far more educated than the people who occupied the country 200 years ago, and yet a republic it has remained.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  46. Two Books to understanding Echelon by braddock · · Score: 4, Informative

    There are two fantastic well-researched books that anyone who wishes to truely understand Echelon needs to read:

    Body of Secrets: Anatomy of the Ultra-Secret National Security Agency" by James Bamford is a fantastic history of the NSA from the end of WWII to the present. If you read this book you will see that the idea that the NSA is spying on UN delegations is really a given...in fact one of the primary reasons the US wanted the UN to locate in NYC is to allow easy interception of diplomatic communications. This author uncovered many amazing Cold War programs and anticdotes and presents them in fascinating form.

    The second book is "Blind Mans Bluff: The Untold Story of American Submarine Espionage"
    by Sherry Sontag, another fantastic book of solid research and good story telling, a large amount of it revolving around underwater communication wiretap activities. The special mission nuclear submarine SSN-21 USS Jimmy Carter is out there specially equipped for undersea cable tapping operations and receiving commendations in the tradition of the Cold War era USS Halibut.

    Whatever you think of the ethics of these issues, the technology and history is amazing, and the capabilities do exist and are fairly well documented. If you read these two books, and have the technological understanding to extrapolate a bit, you can get a pretty good picture of current capabilities and the culture of how these collection assets are being used. One thing you will find that they are not being used without limits and elements of responsibility, although there are cases (like the Boeing/Airbus bidding incident) where they have been abused.

    -braddock gaskill

    1. Re:Two Books to understanding Echelon by BCW2 · · Score: 2, Interesting

      And in between the two was the Parche SSN 683, the ultimate spy boat. She was much smaller than a 688 (LA) class boat (60 ft shorter), could handle better in shallow water. My roommate in New London got orders to her in '77, and had to go through the proceedure to get a Top Secret clearance. Just to be an A-ganger (auxilliary, non-nuclear equiptment, like hydraulics, trim and drain, atmosphere control...). Then in Dec. 78 my boat got a new skipper who had been XO on the Parche. He would barely admit she existed. Our XO then had been the Chief Engineer with him. I wonder which Atlantic boat did special operations for awhile after that?

      Been there, done that.

      --
      Professional Politicians are not the solution, they ARE the problem.
  47. healthy competition by Doc+Ruby · · Score: 2, Interesting

    Widening the rift between covert collusion in transnational organizations is good for everyone (except the inhuman spooks who sell us out for each other). A constructive EU/US competition will keep us all freer, fighting to attract the more mobile and constructive elements of one another's populations with offers of better lives.

    "Good fences make good neighbors."
    - Robert Frost, "Mending Wall"

    --

    --
    make install -not war

  48. Re:History on stage. by Jameth · · Score: 2, Insightful

    The US has NEVER had an educated public.

  49. Quantum routers and encrytion franchises by G4from128k · · Score: 2, Interesting

    Actually it's the other way around: You CANNOT build 'quantum' repeaters, and switches/routers would be pretty hard without being able to read the stream(reading it would change the data inside the stream, which is a big no-no).

    You may be right, but CANNOT is pretty strong language. I can see that one cannot "read" the data without collapsing the wavefunction, but I wonder if one cannot create further entanglements that copy the information or otherwise permit manipulation of the data streams inside a sealed Schroedinger box.

    This means it's a point-to-point solution without any intermediaries. Only the receiver's hardware can read the quantum channel. So no, the quantum channel is not vulnerable to snooping at all.

    This is why quantum encryption is useless. It only works if both the sender and the recipient happen to have a dedicated quantum-fiber hardline between them. With no way to switch or route a connection, the system needs O(N^2) lines that connect every possible sender to every possible recipient.

    Remember that only the key is exchange on the quantum channel, the rest is done over normal classical channels.

    Hmmmm.. . I'm now imagining a franchise retail operation (McQuantalds? PhotonBucks?) that lets two people exchange private keys that they then use for communications on the normal internet. A limited number of franchise outlets could maintain a full complement of secure connections to other outlets.

    Yet the system is still vulnerable at the edges. Anything between the magic quantum modem (an entangler/de-entangler or enden?) and the user is the weak link -- being vulnerable to all manner of attacks and snooping (keyboard loggers, backdoors, etc.). The quantum stuff only secures a fraction of the channel.

    --
    Two wrongs don't make a right, but three lefts do.
  50. One more good book to add... by weedenbc · · Score: 3, Informative

    "The Sword and the Shield: The Mitrokhin Archive and the Secret History of the KGB" is an excellent book detailing the KGB side of espionage. The co-author was a KGB agent for 40 years in charge of archiving the documents of the Foreign Intelligence Directorate. He defected in 1992 bringings 10,000+ pages of documents with him. The book details Soviet intelligence operations from the revolution through the Gorbechev era and it quite stunning in the depth and expertise of the Soviet intelligence system. And some humor too. For example, they were estimating 2 billion rubles a year were being pumped into their economy through industrial espionage but had to tiptoe around when asked to explain to their superiors why the "superior" Soviet economic system couldn't keep up with the West.

    --

    "Trying is only the first step towards failure." - Homer
  51. The Logical Choice for Britain by Tiro · · Score: 2, Insightful
    Given that their commerce with the EU is 4X larger than with the US, it's a given that they will have to choose Europe.

    At that point they will adopt the euro, which will cause serious reverberations on Wall Street. Remember that the balance of trade deficit in the US can only be sustained as long as capital from Asia and Europe keeps flowing into the US at a rate of $1 B / day. The US ought to create a strategy to hold Britain else a huge amount of British capital is going to flow into European markets when they finally make the sensible choice.. Britain is the largest foreign investor state in the US.

    Anyhow such a choice as Emmanuel Todd suggests could crash the dollar, but really it would be only the last straw; the balance of trade deficit will be what crashes the dollar, when they day comes that Frankfurt or Tokyo looks more stable than the US.

  52. Re:Banning of strong encryption by KnightStalker · · Score: 2, Interesting

    I think that probably *is* the current situation in many countries (PRC, DPRK, etc.) but we in the US are well protected from that, even in Ashcroft's dreams. It would directly violate two separate amendments and there are still a lot of separate factions in the government that all want to be able to do this unrestricted.

    No, I think a more realistic scenario is government pressure on corporations to build tools with easy to use encryption that is easily cracked or government crackable (i.e. key escrow) to give people a false sense of security. Once those protocols are in place, we'll have an MS-Office type situation -- those of us who know better will be paralyzed because of the market saturation of the inferior technology. (SSH? What's that? I have HomelandSecuritySH...)

    --
    * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
  53. Parent has woefully wrong numbers - link by Anonymous Coward · · Score: 2, Informative

    > employment rates within the UK and the rest of Europe (3% vs 12% approx)

    Those numbers are - frankly - nonsense. The real rate is 8.8% in the Euro zone vs. 4.7% in the UK (as of Jan 2004 - http://www.oecd.org/dataoecd/41/13/18595359.pdf).

    That's still a very large difference - and kudos to the UK for being on the good side of it - but you've inflated the unemployment difference between Britain and the rest of Europe by a factor of two, making it a pretty poor approximation.

  54. No political implications by BlightThePower · · Score: 2, Insightful
    I don't personally believe this has any political implications whatsoever in the sense that whenever you develop an 'offensive' technology it would make sense to develop the 'defensive' technology. In this sense the arms race rages between groups of scientists rather than nations. The development of quantum cryptography to counter eavesdropping (bear in mind that Europe does not have the same freedom of information rules as the US; what have WE got, who knows?) is only as ironic as the fact the US has both nuclear weapons and has (attempted) to develop things like 'Star Wars' to counter nuclear strikes.

    I think this development need not be regarded with any sort of alarmism.

    --
    Plays violent online games as: Nerfherder76
  55. Re:Measures and counter-measures by d474 · · Score: 2, Insightful

    "...(it would be against the laws of physics assuming the cryptography is implemented correctly)..."

    Yeah, but, the "laws of physics" can be broken in a paradigm shift (ask Copernicus). So what the guy was saying is that in the future, today's laws may be yesterdays parametric theories. Heck we even know that the laws of physics break down in extreme environments, such as approaching singularity. So, since these laws are not infallible or completely Universal, it follows that Quantum Cryptography could possibly have a fault. Heck, that probability is even demanded by Quantum Theory itself.

    --
    Authority questions you. Return the favor.
  56. Is it possible? by hcetSJ · · Score: 2, Informative

    Leaving aside the question of whether such a thing is possible

    Possible? It has been done.

    I think the poster is confusing using quantum codes (first demostrated in 1991, currently commercially available) with breaking codes with quantum computers (still hugely theoretical).

    --

    This side up.
  57. Re:I've heard... by ComaVN · · Score: 3, Insightful

    You assume catching "regular" criminals is high-priority for the goverment, which it probably isn't. IF they can break it, it would be far more valuable to use it for military purposes and against terrorists, and keeping it a secret is worth more than catching some random mobster.

    Catching a terrorist, or "unlawful combatant" or whatever the mot-du-jour is, using this technology, will NOT become common knowledge, since it's not like terrorists get anything resembling a fair and open trial on their island resort in the carribean, is it?

    Not that I think they can break it quite that fast, at least not in bulk.

    --
    Be wary of any facts that confirm your opinion.
  58. Anti-american kids by zoney_ie · · Score: 3, Insightful

    Yep. I too am somewhat alarmed at the immediate opinions expressed of "America" by kids here (Ireland). It's all well and good us University students debating current affairs and bashing US foreign (and domestic) policy, but when enough ill-feeling has spread that those who do not understand or follow all the issues are influenced - it's time to get worried.

    As long as things continue as they are going, I'm sorry folks, but the US is going to be less and less respected in Europe. Unfortunately, people will also begin (continue?) to blur the line between the government and people.

    In fact, I would be more Anti-American than I am now, were it not for making some American friends last year (during the Iraq invasion of all times!) and going over to the US for the first time to visit.

    People will easily forget all the great and wonderful things about the US. Hatred and ill-feeling is much more persuasive.

    The US government's direction needs to change. Probably more than just switching to Kerry! (A more democratic voting system would be a good start!)

    --
    -- *~()____) This message will self-destruct in 5 seconds...
  59. Re:I've heard... by seafoodforklift · · Score: 2, Insightful

    That would be true for the FBI and police. The NSA and CIA don't really need to prosecute anyone or prove anything at court, though. They both gather intelligence, and tend to do so in any way the like - the latter generally through the wonderful methods of murder, torture, bribery, extortion, coups and blackmail, all in the interest of US national security. It is almost certain that if they had broken PGP the broad public would be unaware.

  60. Kind of lame by Oestergaard · · Score: 2, Insightful

    So, EU governments want "unbreakable" encryption - this will secure the data in transit. But what good is that, when the endpoints are Exchange servers and Cisco routers (products produced by companies under control of a foreign government).

    A few years ago the swedish government went ballistic when they found out that the encryption software they used (to protect the secrecy of internal swedish government documents) was produced by a US company, and someone was kind enough to tell them that since it was a closed source proprietary product, then had no way of knowing that the secrets were in fact kept secret.

    Having insecure endpoints make any transport encryption pretty pointless. But I guess this is not something one can expect a politician to understand.

  61. Re:I've heard... by StillNeedMoreCoffee · · Score: 2, Interesting

    Sadly there has been recent historical evidence of the "Intellegence" services keeping files on not only Terrorists, and dissidents, but members of congress and political opponents. If we look at the secrecy policies of this current US adminstration (which has classified more documents than any previous administration) and their quick willingness to circumvent our own laws as well as international laws for their own view of "security", you would see that we do have something to be afraid of.

    If you look at the intellegence gathering culture that started in Guantanamo and spread to Afganistan and ended up in Iraq, where thank God they were caught and exposed. Not only for the sake of those people being tortured by our military but for us and for the reputation and good name of the US around the world (it will be 100 years before we can hold our heads up internationally again). The people inside the secrecy barrier don't care if you are innocent or guilty, they will "soften" you up to see. Maybe you have something to tell maybe you don't. Maybe your a terrorist or maybe just an innocent caught in a raid. Lets strip you naked and set the dogs on you and worse and point and laugh and take pictures.

    This is the culture that is controlling the intellegence gathering. You trust these people to do it right? Just hope to God that you don't have a name spelled close to someone on there list. Or someone on their list punches a phone number in wrong and rings your phone, or that you speak out against the practices of this government. You will get on their list to stay.