Slashdot Mirror


Reuters: RSA Weakened Encryption For $10M From NSA

Lasrick writes "As a key part of a campaign to embed encryption software that it could crack into widely used computer products, the U.S. National Security Agency arranged a secret $10 million contract with RSA, one of the most influential firms in the computer security industry, Reuters has learned." Asks an anonymous reader: "If the NIST curves really are broken (as has been suggested for years), then most SSL connections might be too, amirite?"

464 comments

  1. RSA sold you out by Anonymous Coward · · Score: 5, Insightful

    The NSA sold its own customers out to the US government for the price of an NYC apartment.

    1. Re:RSA sold you out by MichaelSmith · · Score: 4, Funny

      NSA has customers? Surely not the voters.

    2. Re:RSA sold you out by Nerdfest · · Score: 4, Funny

      NSA has customers?

      Not any more.

    3. Re:RSA sold you out by Jane+Q.+Public · · Score: 2

      NSA has customers?

      Not any more.

      They probably do have "customers", in a sense: foreign governments with whom they've made deals.

      I would like to answer the question asked in OP, though: SSL has weaknesses, but they are not related to this.

    4. Re:RSA sold you out by Nerdfest · · Score: 2

      I think they'll even lose their government contracts, as they know there's no honour among thieves. As for SSL and most of the rest of RSA's business, there are better open solutions. Not packaged as nicely, but available.

    5. Re:RSA sold you out by Anonymous Coward · · Score: 1

      NSA has customers? Surely not the voters.

      The other intelligence agencies within the government are considered "customers" of NSA products.

    6. Re:RSA sold you out by mrbluze · · Score: 2

      I think they'll even lose their government contracts, as they know there's no honour among thieves. As for SSL and most of the rest of RSA's business, there are better open solutions. Not packaged as nicely, but available.

      I bed they don't. They (the NSA) will instead get funding boost to "make reforms".

      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    7. Re:RSA sold you out by anarkhos · · Score: 1

      I think you mean servants

      --
      >80 column hard wrapped e-mail is not a sign of intelligent
      >life
    8. Re:RSA sold you out by Nerdfest · · Score: 1

      I'm more thinking of non-US governments.

    9. Re:RSA sold you out by Anonymous Coward · · Score: 0

      I don't know who the customers are, but I know who the product is.

    10. Re:RSA sold you out by metamarmoset · · Score: 1
      Sold us out to criminals (who can use the same weaknessess) as well.

      Or am I missing something?

    11. Re:RSA sold you out by Goaway · · Score: 1

      Yeah, the weakness is fairly clever. We only know it is there, but to exploit it, you need information that only those who designed the algorithm and picked its parameters know. Finding that information from what we know may not be possible, at least nobody has succeeded in doing so.

    12. Re:RSA sold you out by Wootery · · Score: 1

      I agree. Can't see much reason for the rest of the world to continue trusting this stuff.

      The credibility is gone.

    13. Re:RSA sold you out by ubrgeek · · Score: 1

      > that only those who designed the algorithm and picked its parameters know

      Or someone who took the algorithm.

      --
      Bark less. Wag more.
    14. Re:RSA sold you out by hairyfeet · · Score: 4, Insightful

      Here is what I personally don't get and since I'm not a crypto guy maybe I'm missing something but here goes...it looks like all these attacks come from using a RNG that has been rigged to be less than random, but why use their RNG when there are so many sources of randomness in the world?

      There is the background radiation of the universe for starters, and how many webcams are freely accessible in heavily trafficked public places? It shouldn't be hard to write a program that does a quick head count, multiple that by the dollar amount of the biggest box office draw last week. How many letters is in headlines of the top 60 newspapers on the planet? Multiple that by the amount of temp detected by 30 weather stations and divide by the number of folks who went to see the fourth most popular movie yesterday squared by the ratings of the most popular reality show.

      Yes i'm being silly but hopefully I'm being silly with a point, with so much random data for free on the net,everything from how many stocks sold on the NYSE for the top ten stocks to how many people watched The Daily Show it just seems to me it wouldn't be hard to pick a dozen out of a thousand different sources followed by a roulette wheel of multiply/divide/add/subtract and end up with a number that is random without needing to count on any third party program. How many vowels and consonants are in this thread? Divide by punctuation and multiply by number of posts by ACs with a troll label, ought to be pretty dang random.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    15. Re:RSA sold you out by bingoUV · · Score: 3, Insightful

      1. For preserving randomness from independent sources, multiplication and division are rarely useful. These operations at times reduce randomness - take for example, the well known, multiplication by zero. Otherwise what was very good randomness, is destroyed. Even multiplication by a very small number takes away much of the randomness derived from other sources. If a Slashdot topic is not conducive to AC posting (or any posting at all), there goes all other randomness in the bin.

      Similarly division - division by large numbers have similar effects as multiplication by small numbers.

      XOR is typically better. But then one has to be careful that the "independent" sources have very low correlation - otherwise probability of zero bits increases drastically.

      2. You need random, and you need it quick. The hunger of modern computer systems is difficult to satiate simply by the sources you suggest - at least initially. E.g., if you want to download all these figures from the internet, would you want to download such sensitive stuff in plaintext ? Of course not, you need SSL. For SSL, you need random. So you are stuck with good quality hardware RNG for best results, bad quality randomness without that, or depend on system entropy.

      Once you get SSL, you could store lots of random numbers, but then you get into the problem of people / attack vectors trying to read that store. Performance vs. non-storage is a tough problem to solve.

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    16. Re:RSA sold you out by Anonymous Coward · · Score: 0

      Not a crypto expert here either, but what you're describing is not actually random, not to mention it would be the slowest random number generator ever.

      All of those numbers are known (eg "how many people watched The Daily Show"). If you run your own algorithm again, you're likely end up with the same "random" number in the end which makes it a terrible RNG.

    17. Re:RSA sold you out by johndoe42 · · Score: 1

      Here is what I personally don't get and since I'm not a crypto guy maybe I'm missing something but here goes...it looks like all these attacks come from using a RNG that has been rigged to be less than random, but why use their RNG when there are so many sources of randomness in the world?

      There is the background radiation of the universe for starters, and how many webcams are freely accessible in heavily trafficked public places? It shouldn't be hard to write a program that does a quick head count, multiple that by the dollar amount of the biggest box office draw last week. How many letters is in headlines of the top 60 newspapers on the planet? Multiple that by the amount of temp detected by 30 weather stations and divide by the number of folks who went to see the fourth most popular movie yesterday squared by the ratings of the most popular reality show.

      You can do things like this (with a little bit more care) to generate numbers that can't be predicted in advance. Unfortunately, that's not the point. Web servers need random numbers that can't be guessed or manipulated by anyone, and they need to generate lots of them. If everyone generated the same random numbers (because they looked at the same webcams), then those numbers aren't useful for cryptography.

    18. Re:RSA sold you out by FeelGood314 · · Score: 1

      You need to be random and unpredictable. If I know what algorithm you use and I know your source of entropy it doesn't matter if you get perfect randomness or not because I (or the NSA) could also get the exact same random number. The NSA has been attacking random number generators for a long time now. Even if you start with a well seeded random number generator there are still risks. Crypto functions based on the extended Euclidean algorithm (El Gamal, DSA) reveal your private key if anyone can find a relation between two random numbers used in two separate signing operations.

    19. Re:RSA sold you out by HiThere · · Score: 1

      Thermal noise from an overdriven amplifier is one decent source of noise. But it requires hardware support. So does any other source of true randomness (as opposed to psuedo-randomness),

      One method that works in many applications is to use a low bit-rate source of true randomness (disk seek times, keyboard timing, etc. to amplify a pseudorandom source. I think that /dev/urandom sort of does this, but I had in mind repeatedly using /dev/random to initialize a pseudorandom generator for a short run before repeating the initialization. If you use multiple pseudorandom generators this should be nearly unbreakable...but it clearly isn't purely random. Perhaps this is what /dev/urandom does, but that's not what the things I've read imply.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    20. Re:RSA sold you out by HiThere · · Score: 1

      Focus a camera on a candle, and overdrive the amplification to where you're amplifying noise. (Does ovedriving the amplification still work? If not you need to pick a set of pixels that are on about half the time, and use them.) Knowing what you're doing, or the algorithm, doesn't help. But, as with any real random generator it requires a hardware assist. (In this case the camera and the candle.)

      N.B.: This is just ONE approach. but it's one that lets you generate reasonably large quantities of actually random numbers with easily accessible equipment. If you live near a freeway, you could probably do something similar with a microphone, but as before you need to standardize the numbers against a background. Otherwise you get variation by time of day. Or buy a geiger counter, and have the mic listen to that. But that gives you a lower rate of accumulation.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    21. Re:RSA sold you out by Jane+Q.+Public · · Score: 2

      "... but it clearly isn't purely random. "

      "Pure" randomness is not nearly as important as "effective" randomness: the fact that the next output is not predictable by means of calculation based on past outputs.

      An "effectively" random generator should still pass all the spectrum filter tests, in order to be useful. But "pure" randomness is not required.

    22. Re:RSA sold you out by HiThere · · Score: 1

      It really depends on your application.

      Given enough computational resources, and the knowledge of the algorithm, and depending on the ration of pseudo-random bits to random jumps, this might well be crackable. It just wouldn't be easy. For many purposes it would be sufficient.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    23. Re:RSA sold you out by Jane+Q.+Public · · Score: 1

      To elaborate on what I mean:

      For many years, it was fashionable to assign password lengths (given a particular subset of characters) a number representing "bits of entropy".

      Except experience has taught it that it is not. Certain patterns are more common than others, rendering it easier (on average) to perform dictionary- and pattern-based crypto attacks... i.e., predicting the next letter based on those that came before.

      So the "theoretical" bits of entropy in a character string do not represent the "effective" bits of entropy, in many cases.

      The important thing is the effective entropy. (Granted... "truly" random numbers also maximize the effective entropy, but are not strictly required for effective randomness.)

    24. Re:RSA sold you out by Jane+Q.+Public · · Score: 1

      "It just wouldn't be easy. For many purposes it would be sufficient."

      But that's the whole point. Crypto is a statistical exercise. The goal is to make it "too difficult" to bother trying to crack it. Not necessarily impossible.

      Most crypto (if we exclude one-time pads and other oddities) is not even an NP problem; it's just difficult.

    25. Re:RSA sold you out by currently_awake · · Score: 1

      Is it legal for the NSA to directly undermine the national security of the USA?

    26. Re: RSA sold you out by MidnightBrewer · · Score: 1

      You can actually get a lot more useful pseudo-random data by asking the user to move their mouse around for a few seconds or access their web can (as you mentioned). No need to leave the house.

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    27. Re: RSA sold you out by MidnightBrewer · · Score: 1

      If my entropy is real then knowing the algorithm doesn't help. The problem with the dual elliptical approach used by the spec was that the "randomness" was baked in, and then made to be the default used by RSA. The spec actually allowed for users to change the baked-in numbers; this hack by the NSA relied on success through the ignorance of customers rather than real cryptography. More social engineering than computer engineering.

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    28. Re: RSA sold you out by MidnightBrewer · · Score: 1

      It would only work if they got the keys that only the designers at the NSA would know. However, this does show how back doors are self-defeating.

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    29. Re:RSA sold you out by Anonymous Coward · · Score: 0

      Is it legal for the NSA to directly undermine the national security of the USA?

      No. Next on their list is to pay someone to jail spank (assrape) your under aged relatives as retribution for even thinking of that idea.

    30. Re:RSA sold you out by Anonymous Coward · · Score: 0

      Haven't you heard, it's not a crime to commit a crime when the victim is a criminal -- just ask any cop. In the eyes of the law, we're all criminals; even when someone is wrongly accused of a crime.

    31. Re:RSA sold you out by bingoUV · · Score: 1

      Given a perfect understanding of the universe (all reasons including quantum mechanical and other for the thermal noise in the said amplifier, for example), there is nothing "pure" random. It is really random of the gaps that we call "pure" random.

      Do you have a definition of "pure" random other than one based on random of the gaps ?

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    32. Re:RSA sold you out by bingoUV · · Score: 1

      Isn't your "true" randomness, a Random Of The Gaps? With perfect understanding of the universe, is there anything truly random?

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    33. Re:RSA sold you out by RockDoctor · · Score: 1
      If you're talking specifically about web servers, then hardware sources of randomness - e.g. decay counters on a phial of tritium, or a zener diode driven in reverse - should be a feasible solution. Yeah, you still need to validate/ trust the source (and RSA are having severe reputation problems at the moment ; that's a big problem. For them.), but that should be immune to external interference.

      The load on your webserver - or the dedicated /dev/random device in your cluster of servers - should be predictable for any serious project - you've got to look at failovers and other such stuff, so you might as well budget for a specifiec quantity of randomness. If the PHB and/ or bean counters don't want to pay for randomness, but instead want to use a cheap pseudo-random number generator ... well you're now in familiar territory of justifying a technical recommendation to the morons in charge. Which is your job, as a reisdent nerd.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  2. That's a tiny number by bob_super · · Score: 5, Insightful

    Considering that this kind of revelations could cause massive exodus of all RSA's non-US (and many US) customers, that's a surprisingly low number.

    1. Re:That's a tiny number by Anonymous Coward · · Score: 5, Insightful

      Considering that this kind of revelations could cause massive exodus of all RSA's non-US (and many US) customers, that's a surprisingly low number.

      A massive exodus to where exactly?

      When an organization like the RSA can be bought, what in the hell makes you think the rest aren't too, regardless of country.

    2. Re:That's a tiny number by JoeyRox · · Score: 4, Insightful

      Like most criminals they probably never expected to be caught.

    3. Re:That's a tiny number by Anonymous Coward · · Score: 1

      Considering that this kind of revelations could cause massive exodus of all RSA's non-US (and many US) customers, that's a surprisingly low number.

      A massive exodus to where exactly?

      When an organization like the RSA can be bought, what in the hell makes you think the rest aren't too, regardless of country.

      I'm going back to using Cub Scouts with semaphore flags for messages, myself. If you can't trust a Cub Scout, who can you trust?

    4. Re:That's a tiny number by gmuslera · · Score: 5, Insightful

      Companies/organizations from other countries aren't forced by law to both do it, and not tell that they did it. Even if you includes countries like UK, Sweden, South Korea and a few others as compromised, there is plenty of room for independent development. And, of course, open source solutions indepently reviewed. But the point is, if you want security, don't buy anything from US companies. Weakening crypto means that not only NSA can access it.

    5. Re:That's a tiny number by Anonymous Coward · · Score: 0, Flamebait

      Considering that this kind of revelations could cause massive exodus of all RSA's non-US (and many US) customers, that's a surprisingly low number.

      A massive exodus to where exactly?

      When an organization like the RSA can be bought, what in the hell makes you think the rest aren't too, regardless of country.

      I'm going back to using Cub Scouts with semaphore flags for messages, myself. If you can't trust a Cub Scout, who can you trust?

      Apparently that is even in question if said Cub/Eagle Scout happens to be gay.

    6. Re:That's a tiny number by TheGratefulNet · · Score: 5, Insightful

      if you want security, don't buy anything from US companies

      I'm both sad and PISSED OFF that the nsa has fucked america in such a way.

      this has clearly hurt (and will continue to hurt) our economy.

      isn't the current theme "its the economy, stupid!" ?

      if so, then we really should make the nsa pay for this loss of stature in the world, loss of trust and loss of business.

      dare I say it, its border-line treason. there should be mass jailings for all who had anything to do with SEVERLY DAMAGING OUR ECONOMY in this way.

      --

      --
      "It is now safe to switch off your computer."
    7. Re:That's a tiny number by MobSwatter · · Score: 1

      The exodus of RSA happened in 2011 when their corporate network was penetrated and the OTP sheets were compromised. But that's ok, DHS will put some of them there $0/Hr employee's on all this whilst the bamster hits up congress for reform money...

    8. Re:That's a tiny number by Frosty+Piss · · Score: 2
      --
      If you want news from today, you have to come back tomorrow.
    9. Re:That's a tiny number by MobSwatter · · Score: 1

      They went towards PhoneFactor/Azure and the like or the WIKid linux solution for multifactor auth.

    10. Re:That's a tiny number by pla · · Score: 3, Interesting

      that's a surprisingly low number.

      That statement stands on its own. $10M? For a company (well, a division of EMC, anyway) whose very existence depends on their reputation and ability to keep secrets safe?

      As much as I damn both the NSA and corporate greed in general, I find TFA borderline unbelievable. Now, I find it a lot more believable that the NSA "paid" $10M plus a "gentleman's agreement" to allow the children of the entire executive board of EMC to continue taking in oxygen from the atmosphere...

    11. Re:That's a tiny number by reve_etrange · · Score: 4, Insightful

      released every fucking piece of information

      That just isn't true. The news outlets he dealt with have been slowly releasing only the most damning documents in a highly redacted form. Thus far, while some programs have been reported on the basis of these documents, no operational or functional details have been revealed - only generalities.

      --
      .: Semper Absurda :.
    12. Re:That's a tiny number by steelfood · · Score: 2

      The $10M is just to compromise the order of the preferred algorithm to use. That this was insecure was blatantly obvious, and the MS researchers pretty much proved it right away.

      Next year, we'll find out the real number they paid to compromise the other supposedly secure algorithms.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    13. Re:That's a tiny number by real+gumby · · Score: 2, Interesting

      $10M? For a company (well, a division of EMC, anyway) whose very existence depends on their reputation and ability to keep secrets safe?

      RSA was an independent company at the time, and quite small. This was probably a significant deal, especially for the government division.

      Plus I believe TFA (can't reload it now) said it was handled by the executives directly; the technical team was not involved. So Jim Bizdos may not even have understood what he was getting into. For if he had I would bet he would have asked for more....

    14. Re:That's a tiny number by TheGratefulNet · · Score: 1

      how do those boots taste? you seem pretty good at licking them.

      --

      --
      "It is now safe to switch off your computer."
    15. Re:That's a tiny number by PlusFiveTroll · · Score: 4, Insightful

      > In fact, I would have to assume that some foreign governments have already retrieved the entire treasure trove of information because news outlets aren't experts on data security.

      I'd assume some foreign government have already retrieved the data before that because the NSA aren't expert's on data security (as shown by said leak).

    16. Re:That's a tiny number by ahabswhale · · Score: 0

      Thanks to Snowden, it won't matter even if they haven't.

      --
      Are agnostics skeptical of unicorns too?
    17. Re:That's a tiny number by manquer · · Score: 5, Insightful

      what makes you think that foreign Governments didn't have already access to the information?,

      if Snowden could get access so easily to so much without getting noticed, what makes you think any state couldn't have just easily bribed any other sysadmin and kept getting the same info?

      You should really question the NSA security policies, for an organization which infiltrates networks regularly to have such poor security is appalling.

      Surprisingly that doesn't seem to come up in this whole dialog about Snowden leaks. Everyone seems to think NSA is some all knowing efficient organization, the perfect big brother.

      To me it seems they are woefully incompetent in even keeping basic access control policies in place.

      Before anyone starts explaining about how it is difficult not to give root access to sys admins etc, it is not exactly rocket science to have peer reviewed access control polices even for sys admins, and alert systems in place depending on the amount of data being accessed over a period of time etc. if I think of 5 different measures of the cuff, I am sure any serious security consultant worth his fees should be able to do much much better.

      I cannot stress this enough if a company losses data like this as happening fairly frequently these days, while worrying, I can on some level understand that it is not their core business, and perhaps they didn't spend enough on security and missed a step or two, but for an organization whose main objective is to do break into networks, this is plain stupid.

    18. Re:That's a tiny number by ahabswhale · · Score: 1

      I acknowledged in my post that they didn't have their shit together with data security. Regardless, two wrongs don't make a right.

      --
      Are agnostics skeptical of unicorns too?
    19. Re:That's a tiny number by TheGratefulNet · · Score: 4, Insightful

      Actually, Snowden is the one who damaged the economy

      "that's just, like, your opinion, man."

      its not a truth. its just you being an asshole. or a troll. or both.

      a whistleblower to does not let illegal and immoral acts continue is NOT the one at fault. if you can't see that, you're the one who needs correcting.

      anyone saying that snowden (the messenger) is at fault IS a bootlicker and THAT is a truth you cannot deny with a straight face.

      --

      --
      "It is now safe to switch off your computer."
    20. Re:That's a tiny number by tapspace · · Score: 1

      You know, it does seem extraordinarily short-sighted. What if there really is a group of global elites intent on destroying the US economy in order to bring about a new world order?

    21. Re:That's a tiny number by artor3 · · Score: 1

      Yeah, tell me how that worked out for the bankers? And at least the NSA folks were trying to work for us, even if they went about it in the worst way possible. The bankers were trying (with great success!) to enrich themselves at our expense. Hell, HSBC literally laundered money for mass-murdering drug kingpins. How many of them saw the inside of a cell?

      Jail is for the poor.

    22. Re:That's a tiny number by Anonymous Coward · · Score: 1

      You keep forgetting. Cub Scouts desperately want to become Boy Scouts.
      Give them two Brownies to eat and they're happy!

    23. Re:That's a tiny number by TheGratefulNet · · Score: 1

      no, but those that kiss up to the NSA sure are the very definition of bootlickers.

      you keep denying he exposed illegal activity. its abundantly clear that you are someone that can't be reasoned with. I'm done even trying to communicate with you.

      --

      --
      "It is now safe to switch off your computer."
    24. Re:That's a tiny number by TheGratefulNet · · Score: 1

      huh? if they are elite, they already have power. why would an elite risk LOSING what he has?

      this makes no sense at all.

      those in power never want change. that is the problem.

      --

      --
      "It is now safe to switch off your computer."
    25. Re:That's a tiny number by tapspace · · Score: 1

      More power and control obviously. Prescott Bush (father of GHWB) is known to have been a facist. http://www.prisonplanet.com/articles/july2007/240707fascistcoup.htm

    26. Re:That's a tiny number by Anonymous Coward · · Score: 0

      Bzzt.
      Enemies are the more eager to whistle blow. They don't really have to reveal their sources. It was all pretty quiet till the US, which has the most to lose out of this btw, had one of its own blow the whistle.

    27. Re:That's a tiny number by Concerned+Onlooker · · Score: 4, Insightful

      "I don't pay the fucking news outlets to guard my country's secrets."

      No. You pay them to guard your rights and freedoms.

      --
      http://www.rootstrikers.org/
    28. Re:That's a tiny number by ahabswhale · · Score: 0

      lol...I don't know what country you're from but they stopped doing that a long time ago. Fortunately, they make up for it by letting me know all the ins and out of the fabulous lives of the Kardashians.

      --
      Are agnostics skeptical of unicorns too?
    29. Re:That's a tiny number by anagama · · Score: 0, Troll

      Why don't you and Cold Fjord go fuck each other in the NSA parking lot, after which you can track down Clapper, prostrate yourself before him, and suck up his lies. Maybe if you absorb enough jizz, you'll grow another neuron.

      --
      What changed under Obama? Nothing Good
    30. Re:That's a tiny number by anagama · · Score: 4, Insightful

      What they don't have their shit together on is being Americans. They're violating the Constitution, breaking the highest law in the land. That makes the NSA one of the largest traitor organizations in the world.

      I wish every non-whistleblowing NSA employee, terminal cancer in the new year. And for bootlickers like you, syphilis.

      --
      What changed under Obama? Nothing Good
    31. Re:That's a tiny number by anagama · · Score: 4, Informative

      Well, there's a Federal Judge who just ruled that they engaged in unconstitutional actions and there was a panel of hand-picked sympathizers who just came out with a report that they're breaking the law (nobody expected anything but whitewash -- when the totally owned lackeys still criticize the NSA, you know there's serious shit going on).

      Here's Judge Leon's decision:
      https://ecf.dcd.uscourts.gov/cgi-bin/show_public_doc?2013cv0851-48

      The real meat starts at page 43, heading i. What is really wonderful to see, is how J. Leon eviscerates the Smith v. Maryland case, the case upon which all the NSA's masspionage is based. He distinguishes it and limits it to its facts -- it will be great to see that pillar of the Third Party Doctrine die like it deserves.

      --
      What changed under Obama? Nothing Good
    32. Re:That's a tiny number by Anonymous Coward · · Score: 0

      What highly secret information that puts the US security in jeopardy has been revealed? It was all "meh, everybody spies on everybody else". Is that something you would classify as "secret"? What secret strategic documentation has Snowden released?

    33. Re:That's a tiny number by MobSwatter · · Score: 2

      Yeah, tell me how that worked out for the bankers? And at least the NSA folks were trying to work for us, even if they went about it in the worst way possible. The bankers were trying (with great success!) to enrich themselves at our expense. Hell, HSBC literally laundered money for mass-murdering drug kingpins. How many of them saw the inside of a cell?

      Jail is for the poor.

      Yeah, this is a problem with corporate lobbying, mobsters running the country is just asking for this shit, justice should be blind to monetary status.

    34. Re:That's a tiny number by Anonymous Coward · · Score: 0

      I don't pay the fucking news outlets to guard my country's secrets.

      You don't pay the NSA for that, either. The NSA collects secrets (illegally), then sells them to companies or foreign entities. Maybe not always for money, but "favors."

      I'm not even going to bother with a proper response to how laughable it is that you think our government's illegal activities should always by kept secret and that news organizations shouldn't be doing their journalistic job of informing the public they are being screwed over.

      Now, about that assuming thing. Lets not do that, OK? You have absolutely no reason to assume that he released "EVERY FUCKING PIECE of information he had" when we know very well that is untrue. You also have no reason to believe that some foreign governments have all the information because 1) there is absolutely no evidence of that, 2) it is slowly being leaked publicly anyways, 3) no single person even has access to the bundle of information Snowden has in reserve; it requires multiple (unknown) people that each have a piece of the key, and 4) Snowden didn't exactly take it with him to China and/or Russia.

      For someone that pretends to hate news outlets so much, perhaps you should stop watching FOX "news."

    35. Re:That's a tiny number by Anonymous Coward · · Score: 3, Insightful

      Stop with the bullshit. I'm not sure if you're a shill or just a retard, but either way, nobody actually is going to believe such nonsense.

      Normally that would be considered treason and espionage

      No. No it wouldn't. There's a very good reason that Snowden isn't wanted for treason. That's because it doesn't even come close to fitting the fucking definition. You might as well "consider" it grand theft auto; those two are about equally as accurate to reality.

      Don't forget extortion and blackmail as well with the encrypted data blob handed out.

      Oh, you mean the NSA plan that was exposed where they specifically intended to use the information they gathered for extortion and blackmail of politicians? Is that the extortion and blackmail you're talking about? Surely, it is.

      People will be and probably have been killed by what he did, and not the bad guys either.

      Do I even need to respond to this? The warcrimes committed by our nation have killed millions. Can you even provide one example of how the information from Snowden has lead to the death of anybody?

      Lying hasn't worked out well for the NSA, the president, nor any of the other scumbags in our government. It surely isn't going to work for you.

    36. Re:That's a tiny number by Bert64 · · Score: 1

      There are plenty of people with very deep pockets who are potential adversaries of the NSA, like the russian, german and chinese governments... These governments should independently audit open source cryptography, as something which is out in the open and has been audited by multiple competing parties is far more likely to be trustworthy.
      Never trust something that's only been seen by people who are all on the same side...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    37. Re:That's a tiny number by Bert64 · · Score: 1

      Snowden is just levelling the playing field...
      Before him, only the intelligence services in countries with sufficiently high budgets (russia, china, israel?) were likely to have been aware... Now everyone is.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    38. Re:That's a tiny number by Anonymous Coward · · Score: 0

      Their payroll papers still get printed and faxed to payroll AFTER being digitally signed by the employee... this is the efficiency we talk about.

    39. Re:That's a tiny number by dbIII · · Score: 2

      So? Even heroic aviators loved by all the public were fascists back then. Charlie Chaplin was given a very hard time for opposing fascism, right up to the point where people were calling such a millionaire capitalist a communist without understanding how utterly stupid such an accusation was. What really mattered were the fascists that got to control nations.
      There's a long enough list of abuse of the position of both Bush Presidents without going after granddad for what he wanted to do but couldn't.

    40. Re:That's a tiny number by dbIII · · Score: 1

      It's a large number if it went into one person's pocket instead of general cash flow. Maybe that's what happened?

    41. Re:That's a tiny number by roscocoltran · · Score: 1

      They did not invest in the company, they bribed people. Would you refuse $3M ?

    42. Re:That's a tiny number by Bert64 · · Score: 2

      Those alert/logging systems only work if users are accessing data through the normal expected ways, they are useless if someone boots the server storing the data from a livecd, or pulls the backup tapes, or any number of other ways.. If you have physical or superuser access to a computer you can always subvert any software based access control that's in place on that device.

      In many cases i've seen while there may be a web based system for accessing the data which has all manner of access control and logging, but if you're the sysadmin you have access to the database and filesystem layers, both of which contain the data and neither of which have the same level of access control or logging.
      This is a key problem in IT today, the people higher up making the policies think that just because they access the data in a specific way, that this is the *only* way to access the data.

      You would need to restrict any physical access to servers, and require that multiple people are present and watching for everything... This becomes costly, and is still prone to human error - watching someone work is very boring, so people will slack off and not watch closely enough. Plus you couldn't just employ minimum wage security guards for this, you would need people who understand what the sysadmins are doing - eg more sysadmins.

      And then of course you have the network layer, most internal networks are terribly insecure and operate on the principle that users inside can be trusted, while hiding everything else from the outside world with firewalls... If you don't trust your own employees then it becomes a lot more work to harden your network as most software is designed for the more common case.

      Also assuming that nothing is secure, you would have to keep watch over whats happening on your network... And again most common systems give you the choice between generating huge amounts of largely useless logs or very little.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    43. Re:That's a tiny number by Anonymous Coward · · Score: 0

      Or maybe such weak security policies are on purpose?

    44. Re:That's a tiny number by Goaway · · Score: 2

      He release EVERY FUCKING PIECE of information he had.

      Doesn't matter how many times you say it, it's still not going to magically become true. He didn't.

    45. Re:That's a tiny number by Anonymous Coward · · Score: 0

      A parallel. It is not surprising that politicians can be bought. The surprising thing is how cheaply they can be bought.

    46. Re:That's a tiny number by Mashiki · · Score: 1

      A massive exodus to where exactly?

      When an organization like the RSA can be bought, what in the hell makes you think the rest aren't too, regardless of country.

      Where else. To find programers and cryptographers to develop their own encryption standard. If anything, actions like this will push other countries into what they can only trust in themselves. This also applies to businesses, and you can be sure that in the next few years you'll see an explosive growth in in-house and collab's between friendly companies.

      --
      Om, nomnomnom...
    47. Re:That's a tiny number by Anonymous Coward · · Score: 0

      You're sooo sad, yet next elections you will again vote for a fascist like you voted before for Bush or Obama, and be a little cheerleading cunt for your favorite fascist.

    48. Re:That's a tiny number by dcollins · · Score: 1

      isn't the current theme "its the economy, stupid!" ?

      That was the catchphrase for the 1992 Clinton Presidential campaign, which was over 20 years ago now.

      https://en.wikipedia.org/wiki/It%27s_the_economy,_stupid

      --
      We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
    49. Re:That's a tiny number by Anonymous Coward · · Score: 0

      NSA can't pay for squat. You're paying them for raping you.

    50. Re:That's a tiny number by gmuslera · · Score: 2

      Yes, is your doctor fault that you have collesterol at almost lethal levels, not what you ate (assuming that is your diet/activity the responsible one). Without his intervention giving you a chance to try fix things, you would had a happy life the short time you had left.

    51. Re:That's a tiny number by gmuslera · · Score: 1

      Funny thing is that economy should be the least of the concerns. Trust, freedom, peace, and probably lives should be the (maybe not so obvious?) consequences.

    52. Re:That's a tiny number by Anonymous Coward · · Score: 0

      Not only lying has worked well for the NSA, the PresidentS and all of the scumbags in your gouvernment, you think it will work for you.
      Let me tell you, you are horribily wrong, you can`t hide the sun with your finger, you can not pretend that by simply saying that things do not exist, they will cease to exist. You can not be so naive

    53. Re:That's a tiny number by Anonymous Coward · · Score: 0

      What in the actual fuck are you talking about?

      Not only lying has worked well for the NSA, the PresidentS and all of the scumbags in your gouvernment, you think it will work for you

      First of all, they've been called out on it, and things are in motion. Things are happening, and it is not what "they" want to happen.

      Care to detail exactly what you're implying that I'm lying about? Everything in my post has been posted about here and other news sites, and actually have verifiable facts.

    54. Re:That's a tiny number by SuperTechnoNerd · · Score: 1

      I feel It also damages the trust in our government more than it has ever been. I fear it's unrepairable.

    55. Re:That's a tiny number by PopeRatzo · · Score: 3, Funny

      If you can't trust a Cub Scout, who can you trust?

      I trust the Cub Scouts completely.

      Hell, I buy my weed from one.

      --
      You are welcome on my lawn.
    56. Re:That's a tiny number by Anonymous Coward · · Score: 0

      Stop with the bullshit. I'm not sure if you're a shill or just a retard,

      I agree. That is a retard.

      Do I even need to respond to this? The warcrimes committed by our nation have killed millions. Can you even provide one example of how the information from Snowden has lead to the death of anybody?

      Lying hasn't worked out well for the NSA, the president, nor any of the other scumbags in our government. It surely isn't going to work for you.

      You responded perfectly.

      What kills me is the fact that some of these "dicks" think they can make it secure. "You may stop me, but you can't stops us all."

    57. Re:That's a tiny number by Anonymous Coward · · Score: 0

      *Snowden* damaged the economy? The damage was already done by the people who did this. Years ago. We just didn't know about it. It was inevitable that it would eventually come out and graduate from well-known rumors to confirmed fact. And nobody in the NSA or in the political realm said "You know, maybe we shouldn't do this, because the economic (not to mention other) repercussions would be disastrous." It was a ticking time bomb.

    58. Re:That's a tiny number by drinkypoo · · Score: 1

      Funny thing is that economy should be the least of the concerns. Trust, freedom, peace, and probably lives should be the (maybe not so obvious?) consequences.

      When you live in a capitalist society, the economy is never the least of the concerns. Nor, in fact, can you afford for it to be. This in itself wouldn't be a bad thing if the distribution of wealth were not biased towards assholes.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    59. Re:That's a tiny number by gmuslera · · Score: 1

      You can't avoid it playing that game. Uneven distribution of wealth creates assholes. And when money plays with politics, all derives to get even more rigged. If the people that make the rules is outside the economy and its influence, you would have a chance, but when both combines you have big assholes with big power that couldn't care less about people, unless is for ways to make more power and more money. NSA is a symptom of a bigger problem.

    60. Re:That's a tiny number by chihowa · · Score: 1

      Plus I believe TFA (can't reload it now) said it was handled by the executives directly; the technical team was not involved. So Jim Bizdos may not even have understood what he was getting into. For if he had I would bet he would have asked for more....

      They couldn't have weakened the encryption directly from an executive position, though, so the technical team had to be involved. Even the executives would know that their business depended on trust, too, so they couldn't have operated from ignorance of that sort.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    61. Re:That's a tiny number by ahabswhale · · Score: 1

      Just because I criticize Snowden it somehow makes me an NSA lover? I haven't praised the NSA one fucking time. Come back when you're capable of thinking rationally.

      --
      Are agnostics skeptical of unicorns too?
    62. Re:That's a tiny number by ahabswhale · · Score: 1

      As an American, why would I want a level playing field? Every country works to make things to their own advantage and I don't see why the US can't do the same. Are you also cool with him "leveling the playing field" for terrorists?

      As for awareness, every one of the ECHELON countries was already aware of the vast majority of these capabilities.

      --
      Are agnostics skeptical of unicorns too?
    63. Re:That's a tiny number by cbiltcliffe · · Score: 1

      Enemies would be more eager to blow the whistle, if their only drive was to make the target look foolish. In this case, continuing access to the data would be a much larger driving factor, so I'd be very surprised if an enemy would ever consider blowing the whistle at all.
      I'd guess that any foreign government who did have illicit access to NSA data is really pissed at the whole situation post-Snowden, because now their access may be cut off, if it hasn't been already.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    64. Re:That's a tiny number by ahabswhale · · Score: 1

      Source?

      --
      Are agnostics skeptical of unicorns too?
    65. Re:That's a tiny number by ahabswhale · · Score: 1

      Really? You think he saved me some from untold fate? Like what? Should I thank him if my sister is killed in a terrorist attack that was made possible by his intelligence exposures?

      --
      Are agnostics skeptical of unicorns too?
    66. Re:That's a tiny number by Em+Adespoton · · Score: 1

      I'm going back to using Cub Scouts with semaphore flags for messages, myself. If you can't trust a Cub Scout, who can you trust?

      Wait... you trust a cipher transmitted by the BSA??? It has been argued again and again on Slashdot that the BSA operate outside the law.

    67. Re:That's a tiny number by berashith · · Score: 1

      the untold fate is the fact that the government is blatantly acting outside of the structure of itself.The very structure that was created in a way to keep it under control. When an entity decides to throw away all shackles that are meant to contain it, and declare anyone who points this out is a villain, then the untold fate is whatever they feel like doing. this is scary as hell. As for your sister and the terrorists, this framework has now made it more likely she will suffer at the hands of those protecting her than from who they claim to be protecting her from. As entire life based on keeping your head down and doing what you are told is not what we were promised, and the only way to keep those rights and freedoms is to fight for them. snowden is a great patriot, and I think I hear someone knocking at my door now.

    68. Re:That's a tiny number by anagama · · Score: 3, Insightful

      Without Snowden, there would be no reform. Hating Snowden and being critical of the NSA are mutually exclusive -- there literally was no other option. Look at how things turned out for Drake, Biney, and Tice and look at how much legislative/judicial change their actions brought about by going through correct channels (hint: zilch although AT&T did get immunity).

      The Executive branch is so fundamentally corrupt, it is incapable of policing itself and the only way change can occur, is from without -- that change can only come when the public actually knows with certainty what is going on. Critics of the NSA have always been subject to being labeled foil-hatters ... but when the assertions are documented, that doesn't work. To get to this point, we needed a Snowden.

      So, a big thank you to Snowden and if you can't figure that out, a big fuck you to you.

      --
      What changed under Obama? Nothing Good
    69. Re:That's a tiny number by HiThere · · Score: 1

      Somehow I don't think you realize how difficult it is to define a good crypto. And how easy it is to end up with a bad one.

      One time pads, OTOH, have a lot to reccommend them, if you're in a situation where you can use one. But it was public key that made the web business model possible.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    70. Re:That's a tiny number by Blakey+Rat · · Score: 1

      isn't the current theme "its the economy, stupid!" ?

      You mean Bill Clinton's slogan? From the 1992 campaign?

      Wow I can't think of a more succinct way of saying, "I am hopelessly out-of-touch."

    71. Re:That's a tiny number by Mashiki · · Score: 1

      Somehow I don't think you realize how difficult it is to define a good crypto. And how easy it is to end up with a bad one.

      One time pads, OTOH, have a lot to reccommend them, if you're in a situation where you can use one. But it was public key that made the web business model possible.

      No I know exactly how difficult it is to define a good crypto and end up with a bad one. But extreme circumstances will, and do drive businesses, governments and individuals to create their own. Whether for good or bad in it's implementation, the overall effect is good.

      One time pads are nice and all, so are key-sheets, and while public key made the web businesses viable, the desire for privacy is starting to swing back towards the "I don't want you snooping on me at all."

      --
      Om, nomnomnom...
    72. Re:That's a tiny number by currently_awake · · Score: 1

      It is of immense importance that we figure out how to secure the NSA computers, as once we know how to keep the Snowdens out of the NSA computers, then we can keep the NSA out of ours.

    73. Re:That's a tiny number by Anonymous Coward · · Score: 0

      The world has been waiting for a nominal reason. This is it.

    74. Re:That's a tiny number by easyTree · · Score: 1

      +1 rofl :D

    75. Re:That's a tiny number by Anonymous Coward · · Score: 0

      I'm going back to using Cub Scouts with semaphore flags for messages, myself. If you can't trust a Cub Scout, who can you trust?

      I initially read it as: semen for fags for massages; appropriately gay and underaged. You can't win. Let it go, outer party prole.

    76. Re:That's a tiny number by theArtificial · · Score: 2

      Thank you so much for bringing this to the discussion.

      --
      Man blir trött av att gå och göra ingenting.
    77. Re:That's a tiny number by Leofcwen · · Score: 1
      Ignoring the president of the day, there are four reasons I wouldn't open start a company in the US, at least not until the situation's resolved:
      1. I don't want to deal with the kleptomaniac, kiddie fondling perverts in the TSA (See YouTube for examples).
      2. I don't trust American police (see YouTube and countless news articles for examples).
      3. HMRC are known thieves but the IRS seem to be even worse, based on cases of people I know of and the proven abuse of position within the IRS as exposed this year.
      4. Because I'm not American I know your government would treat me like a common criminal (even without any evidence) and monitor and record everything I did (digitally).

      Since the TSA (or someone like them are not going away and I see the situation only getting worse, the quality of officers in the Police there isn't going to improve (not when the recruits have gone through government indoctrination/schooling), the IRS will still keep stealing from and abusing people (just like HMRC will), and the intelligence contractors that run the US's intelligence services will make sure they steer things towards bigger contracts for them I don't see it ever happening.

    78. Re:That's a tiny number by Anonymous Coward · · Score: 0

      You should be sure to pick up some Girl Scout Cookie as well.
      http://www.leafly.com/hybrid/girl-scout-cookie

    79. Re:That's a tiny number by Compaqt · · Score: 1

      >Before anyone starts explaining about how it is difficult not to give root access to sys admins etc, it is not exactly rocket science to have peer reviewed access control polices even for sys admins,

      Would you care to share what those access control systems are?

      --
      I'm not a lawyer, but I play one on the Internet. Blog
    80. Re:That's a tiny number by ahabswhale · · Score: 1

      That's just it...nobody is knocking at your door. People on sites like /. and reddit rage against the NSA and the government every day and yet they are still around living their lives, continuing to whine about the government oppressing them. I'm not going to make excuses for any illegal actions on the part of the NSA. They should be investigated and dealt with to the fullest extent of the law and oversight should be strengthened. The same thing applies to Snowden. Just because you do a good thing doesn't excuse your bad things. He leaked everything he found regardless of whether it was illegal or not. The truth is that the vast majority of what the NSA does is legal. Most of it made so by the so called PATRIOT act. Don't blame the NSA for what the law has granted them. Change the law.

      People on this site see this issue as extremely black and white with no nuance whatsoever and it's very frustrating to me. I don't love the NSA or Snowden and I don't hate the NSA or Snowden. They have both done good things and hey have both made mistakes and they should both pay for whatever mistakes they have made.

      --
      Are agnostics skeptical of unicorns too?
    81. Re:That's a tiny number by manquer · · Score: 1

      I m not a security expert or a systems architect, this is purely from a layman's perspective but this is what i would do

      Log everything, every file access every read and write call, some one with root access may clean up the logs you might say, then integrate it into the file sytem architecture, still really talented hackers might circumvent the File-system and directly access it. Even better built into the hardware of the storage devices to make it really tamper proof. Once you do log everything, it is not too difficult to setup alerts on suspicious patterns especially for large scale theft.

      If some of the above it too disruptive, too costly, too difficult to implement then alternative is to simply have peers review your access in sensitive systems. Meaning every time some one needs root access to those system, other sysadmins preferably needs monitor/approve etc, sure it creates more red tape and bureaucracy and decrease in productivity, but better than the loosing data of national importance. In general more the people having monitoring information access, less chance of theft, as it then requires more people to collateralize on your wrong doing making it statistically less probable.

      Finally I would suggest encryption at multiple levels, I don't know what exact role snowden actually performed, but I cannot visualize many cases where he needed access to the contents of a file or object to do sysadmin work. Even if it required such decryption, NSA could easily setup dedicated servers which will decrypt file and of course log the requests.

      These are crude ideas and are probably full of holes, but any with serious experience and sufficient time and thought can design robust systems making it much harder to steal. No system is perfect, but it could been made far harder and amount of information leaked could have been minimized far better.

      I think this more a symptom of the american security apparatus rather than a problem with the NSA only, look at how easy it was for Manning to take information, he was no techie, not particularly given special access.

      Far more than spooks collecting data I am worried at how badly they are securing it. To clarify I am not supporting this invasion of privacy, but merely saying that this data can end easily up in the hands of people who will do far worse than what NSA will do.

  3. RSA Stock by Anonymous Coward · · Score: 5, Interesting

    RSA is publicly traded, is it not? Reuters is giving them a full weekend to come up with a PR response before the markets open on Monday.

    -Also, that wasn't my initial reaction. My initial reaction was to pick my jaw up off the floor. And I thought it couldn't get much worse. Edward Snowden for man of the year.

    1. Re:RSA Stock by Nerdfest · · Score: 1

      I really hope a lot of the company's executives have a crap-load of money tied up in RSA stock. I'm also hoping a lot of the NSA people are heavily invested in it as well.

    2. Re:RSA Stock by McGruber · · Score: 4, Informative

      RSA is publicly traded, is it not? Reuters is giving them a full weekend to come up with a PR response before the markets open on Monday.

      RSA Security, Inc. was acquired by EMC Corporation (http://www.nyse.com/about/listed/lcddata.html?ticker=emc) in 2006 and is now a division of EMC.

    3. Re:RSA Stock by Anonymous Coward · · Score: 0

      RSA is publicly traded, is it not? Reuters is giving them a full weekend to come up with a PR response before the markets open on Monday.

      -Also, that wasn't my initial reaction. My initial reaction was to pick my jaw up off the floor. And I thought it couldn't get much worse. Edward Snowden for man of the year.

      Really? This was reported several months ago:
      http://arstechnica.com/security/2013/09/we-dont-enable-backdoors-in-our-crypto-products-rsa-tells-customers/

      This is old news and has been debunked if you and the morons who voted you +5 insightful bothered to pay attention.

    4. Re:RSA Stock by TheGratefulNet · · Score: 2

      oh, that figures! emc is a bunch of asswipes. what I saw during an interview there made me walk^H, no, run away from that place.

      --

      --
      "It is now safe to switch off your computer."
    5. Re:RSA Stock by Anonymous Coward · · Score: 0

      I hope their PR guys come up with a better response than this.

    6. Re:RSA Stock by Billly+Gates · · Score: 5, Interesting

      oh, that figures! emc is a bunch of asswipes. what I saw during an interview there made me walk^H, no, run away from that place.

      Did you see what they did to the inventor and founder of VMWare? They paid her only 6 figures with no fucking stock options..?!

      When she complained and threatened to sue they fired her. They said .. but but we have her a 100k a bonus! Meanwhile the CEO of EMC got huge bonuses from vmware revenue.

      What douchbags. I got angry and wished she would ahve hired a better lawyer before the acquisition. But her investors forced in and EMC took advantage. They are greedy self centered assholes.

    7. Re:RSA Stock by steelfood · · Score: 1

      Edward Snowden for man of the year.

      Pope got it this year. Don't worry. Snowden has many years left of data to slowly release. Unless he gets offed, in which case everything comes out right away.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    8. Re:RSA Stock by Anonymous Coward · · Score: 0

      My initial reaction was to pick my jaw up off the floor. And I thought it couldn't get much worse. Edward Snowden for man of the year.

      Nixon's dirty tricks burglary has nothing on this black bag bribery (perhaps blackmail) job.

    9. Re:RSA Stock by Anonymous Coward · · Score: 0

      If EMC is so bad, how come they are the only game in town when it comes to virtualization (I mean enterprise level stuff, not running MS-DOS under VirtualBox to play an old copy of Ultima 4.) Same with storage. Want RAID 6 + deduplication online + autotiering + the ability to snapshot volumes and have an antivirus check the volume? Nothing else but EMC.

      Now we go to two factor authentication. Again, there are slapdash solutions, but in the enterprise, it is SecurID or nothing. Nothing else works with AD, Cisco VPNs, and the other critical infrastructure parts.

      EMC is a company that might have people complain about it, but it is like IBM -- you can't get fired for buying from them.

    10. Re:RSA Stock by Anonymous Coward · · Score: 0

      Modern CEOs are mostly rent-seekers, incapable of 'making' anything. Sadly, they all cover for each other and vote each other onto boards. Another segment of society that continues to fail its way upwards.

    11. Re:RSA Stock by dbIII · · Score: 1

      Same with storage. Want RAID 6 + deduplication online + autotiering + the ability to snapshot volumes

      Did Oracle vanish overnight?

    12. Re:RSA Stock by Anonymous Coward · · Score: 0

      Same with storage. Want RAID 6 + deduplication online + autotiering + the ability to snapshot volumes

      Did Oracle vanish overnight?

      You're proposing a choice between Bad and Worse?

    13. Re:RSA Stock by Anonymous Coward · · Score: 0

      Virtualization is a commodity game.

    14. Re:RSA Stock by dbIII · · Score: 1

      Just pointing out an incredibly obvious error.

    15. Re:RSA Stock by Anonymous Coward · · Score: 0

      Reuters is giving them a full weekend to come up with a PR response before the markets open on Monday.

      The big players don't have to wait until Monday. That's what shadow markets are for. Public markets for people without millions.

    16. Re:RSA Stock by Anonymous Coward · · Score: 0

      Whoop dee doo. If she doesn't like the deal she's free to seek work elsewhere. The other employees do not seem to mind getting no stock options.

    17. Re:RSA Stock by Anonymous Coward · · Score: 0

      And EMC buys companies in order to obtain their patent portfolio and mismanage their products into oblivion, kind of like Cisco or the New HP.

      RSA is now finished as a brand; EMC would have killed the brand anyway.

    18. Re:RSA Stock by fisted · · Score: 1
      Okay, since I see you doing it wrong all the fucking time, and since your sig indicates you're from the Windows world, let me explain the notation you're using:

      1. ^H is a backspace. It kills exactly one character to the left. So your today's misuse of it leads to

      [...] made me wal, no, run away [...]

      Please stop doing that.
      Here's an example of doing it rite^H^Hght.

      2. ^W, on unix systems, typically kills a word to the left. It's what you usually want to do instead of your single ``^H'', although in today's comment, it wouldn't make sense even if I took the ^H for a ^W, see:

      [...] made me, no, run away [...]

      In fact you should either use the unix terminal notation, or the literal 'no', but not both. Please stop doing that.
      Instead, learn how to be less stupid^W^W^Wdo it right.

      3. ^U typically kills everything to the left of the cursor on that line.
      You never seem to use it, although it might be a valuable addition to many of your comments^UPlease keep this in mind.

      Regards,
      the unix police

  4. "We have established what you are, madam. ..." by bill_mcgonigle · · Score: 5, Insightful

    "... We are now merely haggling over the price."

    Oh, no, wait, it's $10M.

    (apologies to George Bernard Shaw)

    P.S. - AC, yes, if you used an RSA CA appliance with the default Dual EC DRBG PRNG configuration, your private key is probably easy to break and your traffic easy to intercept/decrypt if you're not using perfect forward secrecy (assuming that's not on an RSA appliance).

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    1. Re:"We have established what you are, madam. ..." by PolygamousRanchKid+ · · Score: 2

      Oh, no, wait, it's $10M.

      More like, 10 million pieces of silver . . . if this is true . . .

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    2. Re:"We have established what you are, madam. ..." by MRe_nl · · Score: 1

      That quote was the first thing that came to mind. Realise that it is very much a one time payment if the prostitute is a prostitute secretly. Blackmail time! /sociopath

      --
      "Kill 'em all and let Root sort 'em out"
    3. Re:"We have established what you are, madam. ..." by Anonymous Coward · · Score: 0

      Any time a government is involved, everyone is getting backdoored and receiving the bill for it as well.

    4. Re:"We have established what you are, madam. ..." by Anonymous Coward · · Score: 2, Interesting

      There really isn't any way of knowing. The possibility of a weakness with the elliptic curve cryptography is only suspected, suggested, not proven. Good 'ol Bruce has said that there is nothing in the Snowden leaks to prove that the actual crypto algorithms have been weakened. As far as anyone knows all that NSA has done is try to spread the use of it, which may be because they think that it is better. In a way this is no different than the fixes they made to make DES proof against differential cryptanalysis. Everyone suspected that NSA had weakened DES when in fact they made it stronger, but it took 15-20 years for people to see that. For all we know the elliptic stuff only looks like it might be weak, but it may be perfectly fine and strong, but it may have been chosen since the form looks weak as a troll against anyone that would try to crack it. Square the circle, you can do it!

    5. Re:"We have established what you are, madam. ..." by TubeSteak · · Score: 3, Insightful

      10 million pieces of (Judas) silver would be about 5 million troy ounces.
      That works out to $97,000,000 USD at current exchange rates.

      RSA definitely got cheated by not insisting on 2000 year old silver as their payment.

      --
      [Fuck Beta]
      o0t!
    6. Re:"We have established what you are, madam. ..." by Anonymous Coward · · Score: 0

      The 30 pieces was considered an insult because silver is like dirt to Jews. They can't eat it like they do gold (Exodus 32:20).

    7. Re:"We have established what you are, madam. ..." by Anonymous Coward · · Score: 0

      There really isn't any way of knowing. The possibility of a weakness with the elliptic curve cryptography is only suspected, suggested, not proven.

      Wrong.

      Weaknesses have already been academically shown. Both the fact that it's remarkably slow (for the quality of the produced pseudorandom bitstream) and the fact that it displays backdoor-like properties has been shown elsewhere. Contrast that with DES which, although there were suspicions that the design of its S-boxes might have had ulterior motives (which, again, is a FAIR assumption whenever the design guidelines of cryptographic primitives is not transparent), has never been actually proven to actually contain backdoor-like properties (unlike Dual_EC_DRBG).

      And, well... I'm not even taking into account the Snowden leaks that strongly suggest that NSA has been subverting standards and coercing companies to weaken their cryptographic algorithms (like this one by Reuters).

      Good 'ol Bruce has said that there is nothing in the Snowden leaks to prove that the actual crypto algorithms have been weakened. As far as anyone knows all that NSA has done is try to spread the use of it, which may be because they think that it is better.

      [citation needed] on that one. Besides, "good ol' Bruce" has been, from the start, one of the people that kept warning against the use of Dual_EC_DRBG. Why use a slow and inefficient PRNG that has known biases (and possible number-theoretical backdoors), when you can use something more extensively tested (i dunno... Salsa20 or whatever).

      Look, either Dual_EC_DRBG is a decent and secure PRNG, within reasonable parameters of computational complexity, or it's not. If it is, why the fuck is NSA paying security companies to adopt it? If it's that good, it should stand on its own and surely people will naturally adopt it (similarly to what happened with DES).

      The fact that NSA has paid RSA to give priority to this PRNG is HIGHLY suspect, to put it mildly.

      In a way this is no different than the fixes they made to make DES proof against differential cryptanalysis. Everyone suspected that NSA had weakened DES when in fact they made it stronger, but it took 15-20 years for people to see that.

      Back then, people _suspected_ that DES might contain a backdoor. Today, we _know_ that Dual_EC_DRBG contains backdoor-like properties: it's not simply a suspicion. Do you understand the difference, or do you prefer to keep invoking this flawed comparison?

      Since you like talking about DES, shouldn't you also refer how the US gov, back then, artificially forced DES key length to be ridiculously low, to the point where the keyspace could be directly bruteforced? Oh, let's not talk about that small detail...

      For all we know the elliptic stuff only looks like it might be weak, but it may be perfectly fine and strong, but it may have been chosen since the form looks weak as a troll against anyone that would try to crack it. Square the circle, you can do it!

      Hello? Are you paying attention? Dual_EC_DRBG has been SHOWN (not suspected) to display biases and to be particularly slow for the quality of its output bitstream (AND display backdoor-like properties). It's not optimal or transparent, and it's certainly NOT "fine and strong": it's shit.

      A five-year-old could make a better PRNG using any vaguely-decent stream cipher, block cipher in counter mode or cryptographically-secure ha

    8. Re:"We have established what you are, madam. ..." by Anonymous Coward · · Score: 0

      Everyone suspected that NSA had weakened DES when in fact they made it stronger...

      Well, they also made it weaker.

      "NSA tried to convince IBM to reduce the length of the key from 64 to 48 bits. Ultimately they compromised on a 56-bit key."

      -Thomas R. Johnson (2009-12-18). "American Cryptology during the Cold War, 1945-1989.Book III: Retrenchment and Reform, 1972-1980, page 232". National Security Agency, DOCID 3417193

    9. Re:"We have established what you are, madam. ..." by DMUTPeregrine · · Score: 1

      No, there's a known weakness. Highly simplified version:
      The Dual_EC_DRBG algorithm has several constants which can be chosen in such a way to allow whoever chose them to predict some things about the random values. We have no idea why the constants in the standard were chosen the way they were, and the NSA was involved in choosing them.
      Therefore, the NSA had the opportunity to exploit the weakness by choosing the constants appropriately, and the algorithm should not be used with those constants.

      --
      Not a sentence!
  5. Don't misinform if you don't understand crypto by Anonymous Coward · · Score: 0

    Asks an anonymous reader: "If the NIST curves really are broken (as has been suggested for years), then most SSL connections might be too, amirite?"

    No, you are completely wrong because the issues are unrelated. The NIST curves which are used in SSL and TLS for key establishment via EC Diffie-Hellman are not suggested to be broken, but a PRNG based on elliptic curves which is not used by most TLS implementations at all.

    1. Re:Don't misinform if you don't understand crypto by Anonymous Coward · · Score: 4, Interesting

      The NIST/SECP curves are NOT safe. They were generated by the NSA, and they need replacing. http://safecurves.cr.yp.to/

      We probably don't know the full extent of the 'trapdoors' left by Jerry. What we do know is that unless you're using Brier-Joye's (very, very slow) constant-time short-Weierstrass curve, a timing attack is possible, and probably practical; many of the routines are incomplete or wrongly-implemented, because they're very complex, and the curves aren't complete; some don't even check if the point is on the curve, and if it isn't, we're basically leaking private data; secp256k1 has a complex-multiplication field discriminant of just -3, which may make it more susceptible to one attack and very possible to one extended one we don't know about; and secp224r1 (P-224) definitely has an insecure twist. Something may well be wrong with secp256r1 and the others, but if so, we don't know what it is. Either way, we know the NSA generated it to ostensibly be random but really satisfy some very specific unknown conditions: that alone is reason enough to not trust it.

    2. Re:Don't misinform if you don't understand crypto by Anonymous Coward · · Score: 0

      The NIST/SECP curves are NOT safe. They were generated by the NSA, and they need replacing. http://safecurves.cr.yp.to/

      For all you know they have generated those curves for the same type of reasons they replaced the S-Boxes in the original DES encryption - to strengthen it and protect the cipher against attacks they knew about but the public didn't know about. That's why when the differential cryptanalysis was discovered outside NSA it broke a lot of ciphers, but not DES.

      Either way, we know the NSA generated it to ostensibly be random but really satisfy some very specific unknown conditions: that alone is reason enough to not trust it.

      And if NSA knows about the math savvy Russian/Chinese attack against EC and your curve isn't selected to be proof against it? Poof! One question - if they know of a vulnerability, why would they make it a government standard for everyone to use? That would make US government crypto vulnerable too.

    3. Re:Don't misinform if you don't understand crypto by Anonymous Coward · · Score: 0

      They also weakened DES by shortening the key length, so their motives are not always clear. Then there's the fact that this article (and NIST SP 800-90A) claims that they were pushing for Dual_EC_DRBG to be used even though it's known to be insecure.

      Their trust is lost, so we can't just assume good intentions. If they show us how they got the seeds for the NIST curves and why they are better, then we can trust them again (at least a little). Otherwise, why would we trust them?

  6. CryptoLocker by Anonymous Coward · · Score: 0

    So why doesn't the NSA help us out by cracking cryptolocker?

    1. Re:CryptoLocker by jonwil · · Score: 3, Insightful

      Because the people behind CryptoLocker (who are probably from Russia or China or some other country that isn't exactly best buddies with the US) are likely smart enough not to trust US-made off-the-shelf cryptography.

  7. Amirite? Probably not. by Anonymous Coward · · Score: 1

    Hardly anyone uses FIPS-186-3, and its use isn't mandated by RFC 2246 or any later standard that describes SSL or TLS. While Dual_EC_DRBG can be used by TLS/SSL, almost no one does. TLS/SSL has its problems, sure, but this isn't one of them.

  8. SSL Security by Vellmont · · Score: 5, Informative

    "If the NIST curves really are broken (as has been suggested for years), then most SSL connections might be too, amirite?"
    No. SSL doesn't specify the method to produce random numbers. Why would it? The NIST method is very very slow, so I'd be surprised if any browsers or servers used it as the random number source.

    --
    AccountKiller
    1. Re:SSL Security by Anonymous Coward · · Score: 4, Insightful

      The article submitter (or maybe the Slashdot "editors" and I use the term loosely) probably just wanted to link whore by playing a game of Madlibs and associating anything related to cryptography and the big-bad NSA. The elliptic curve thing.. that people already assumed was flawed in 2006 years before Snowden became cool and that nobody used*... is *not* how the NSA would operate if it wanted to be *effective* at spying on everyone.

      Remember kids: Snowden said that the NSA hates it when you use cryptography. If the NSA could just click a button and decrypt everyone's traffic, then they wouldn't have gone to the major expense and risk to bypass the encryption that Google/Yahoo/etc. were using, now would they?

      * No really, nobody used it. Try to do anything with that RNG in OpenSSL and guess what... your program segfaults because in 7 years nobody even did rudimentary unit tests of the code, much less tried to do anything with it.

    2. Re:SSL Security by Anonymous Coward · · Score: 4, Informative

      Nobody used? Try a ton of people used.

      Commercial products that must be FIPS certified tend to use libraries like BSafe, not OpenSSL. OpenSSL has received FIPS certification, but it's really difficult to ship a product using OpenSSL and keep that certification, because FIPS certification is not just about source code and algorithms.

      And I doubt RSA was the only company the NSA approached to use Dual_EC_DRBG by default. I know for a fact that it's used in several other commercial products. And because it's so slow and so suspicious, it's reasonable to believe that these companies were coaxed to use it, too.

    3. Re:SSL Security by Anonymous Coward · · Score: 0

      SSL does specify a method to produce random numbers in its KDF--i.e. Key Derivation Function, a.k.a key stretching, which is a type of CSPRNG. Thankfully it uses a mix of one-way hashes.

    4. Re:SSL Security by EdZ · · Score: 1

      so I'd be surprised if any browsers or servers used it as the random number source

      It was recently discovered that the implementation of Dual_EC-DBRG in OpenSSL is flawed. Hard-crashes flawed. In a totally unusable state flawed. This was only just recently discovered because nobody actually used it.

    5. Re:SSL Security by chihowa · · Score: 1

      The NIST curves being insecure doesn't only apply to random number generation. SSL still uses NIST curves for almost all other ECC, which includes most of the perfect forward secrecy ciphers. If the NIST curves are really broken, SSL (as deployed) is also broken. (Try "openssl ecparam -list_curves" sometime. NIST curves dominate the landscape and they are most often chosen when using ECC.)

      There's speculation that the curves were selected because they make ECC (ECDSA, ECDH, etc) weaker than would be expected. If so, this would be true even if a non EC RNG is used.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    6. Re:SSL Security by Anonymous Coward · · Score: 0

      Wow, non-sequitur much? Do you even know what NIST curves are? +5, indeed! "NIST curves" doesn't mean the same thing as Dual_EC_DRBG.

      Throw out some crap that you clearly don't understand and get modded up to misinform others. You should be very proud!

  9. RSA Security == FRAUD by Anonymous Coward · · Score: 1

    This incident and their 100% CRAP one-time-password generator technology (use by the Chinese to get into Lockheed Martin), means they are simply a FRAUD.
    This company is like shiny choclate-paper wrapped around a nice brown stink.

    Just a printout of random numbers would be way much more secure than their otp generator electronic crapola. As I wrote even before Snowden: RSA epitomizes the corruption of the western world.

    1. Re:RSA Security == FRAUD by Trepidity · · Score: 2

      Just a printout of random numbers would be way much more secure than their otp generator electronic crapola.

      A pretty large amount of what RSA sells could be replaced with simple commodity tech and be an improvement. At best they sell hugely overpriced Enterprise-Ready versions of those same commodity encryption tools, packaged into "appliances". Apparently they didn't even do that right, though.

    2. Re:RSA Security == FRAUD by Anonymous Coward · · Score: 3, Interesting

      Their TOTP generator is well known and secure. The problem with TOTP and HOTP systems, though, is that it still requires a shared secret at both ends. The secret in the token is fairly secure, but even if it weren't it doesn't matter much because there's only one secret per token.

      The server end, however, needs to store _all_ the secrets. Some dedicated solutions store the secrets on an HSM (hardware security module), which if designed correctly has no way to actually emit the secret--it'll only take a signed message and tell you whether it's authentic. This is what Yubico's HSM module does.

      What RSA did for their TOTP service, however, was to put all those secrets into a big database on commodity hardware. In other words, it was hackable through software. And no matter how many firewalls you throw up in front of something, if it's on the network and "secured" by software, it'll be hacked eventually. That was sheer stupidity. There are other services that also do this, like LastPassword and a few others.

      At one time nobody would believe that RSA was that stupid. But those days are long gone.

    3. Re: RSA Security == FRAUD by Anonymous Coward · · Score: 0

      Thats exactly what i mean: these bastards pose as a respectable corporation with an excellent name. But in reality they are like an aids-infected whore who claims to be a horny housewife next door.
      They ignored quite a few basic principles of cipher, computer and general cryptologic security. Their failure was on both conceptual and tactical levels.
      But the best aspect of this affair was that everybody got a get-out-of-jail joker card. Corruption wherever you look.

  10. WHY THE FUCK by Anonymous Coward · · Score: 0

    ..do I need an "EC PRNG",if any symmetric cipher and a simple couter is sufficient to generate PR numbers ?

    I seriously would like to know !

    1. Re:WHY THE FUCK by dnavid · · Score: 4, Interesting

      ..do I need an "EC PRNG",if any symmetric cipher and a simple couter is sufficient to generate PR numbers ?

      I seriously would like to know !

      If that were true, you would not. However, its not established that's true. Some believe iterative hashing is the best way because hashes are explicitly designed to be one-way functions, meaning they are intrinsically not reversible. That is believed to make hash-based PRNGs more resistant to attack. However, on the flip-side cipher-based PRNGs have the advantage that ciphers have been more closely studied, and are likely more resistant to attack because of that. That's why 800-90 specifies both hash-based and cipher-based PRNG algorithms.

      The logic behind EC was based on the belief that ECs are more resistant to attack because they are based on different mathematical problems than most hash and cipher algorithms, and therefore are less vulnerable to the current state of the art in attacks designed to attack hashes and ciphers. That assertions seems to be false based on research done in the mid 2000s, but the general answer to your question is that no one is certain that, say, AES-based stream cipher PRNGs are certain to be uncrackable, and so people are always looking for alternatives. In fact, the *strongest* PRNG that I can think of is one that simultaneously generates SHA, AES, *and* EC random streams and XORs them together. To break that random stream, you would have to be able to break all three simultaneously. Even if EC had a backdoor in it, that would not help you at all to break a random stream with its contents XORed into two other generators.

      So the general answer to the question of why you'd need anything other than a cipher PRNG is that a) no one knows if your preferred cipher PRNG might be broken tomorrow, and b) having multiple kinds of generators based on entirely different math opens the door to creating stronger generators that are a combination of all of them. And by the way, a cipher-based generator that was the XOR of two different cipher-based generators is not guaranteed to be twice as strong.

      EC is a bad candidate in general for this kind of RNG hardening (because of its speed and its poorly understood backdoor possibilities), but we only knew that after it had been studied. If it was faster, and its constants were initialized by another PRNG guaranteed to not include the backdoor, it could serve as a PRNG hardener in theory, since its strength relies on an independent problem from hashes and traditional block ciphers.

  11. Not a surprise, but still... by surfdaddy · · Score: 5, Insightful

    I mean, what the FUCK? The land of freedom and liberty. That's what I was always taught. We have a Constitution, which includes protections against unreasonable search. And now my FUCKING GOVERNMENT is doing pretty much anything you can conceive of in the name of spying on everybody including the people of the United States. They are so FUCKING PARANOID that EVERYTHING is on the table, including the privacy and liberty of the citizens. I lower my head in FUCKING SHAME as to what has become of this country.

    1. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      I mean, what the FUCK? The land of freedom and liberty. That's what I was always taught. We have a Constitution, which includes protections against unreasonable search. And now my FUCKING GOVERNMENT is doing pretty much anything you can conceive of in the name of spying on everybody including the people of the United States. They are so FUCKING PARANOID that EVERYTHING is on the table, including the privacy and liberty of the citizens. I lower my head in FUCKING SHAME as to what has become of this country.

      A government will go to great lengths when it's superpower status is in jeopardy. Let's not forget that the US is in dept up to it's eyeballs and is one Chinese yuan away from bankruptcy. The NSA is doing everything it can to save your ass.

    2. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      I don't buy all the waffling from RSA employees questioned by the article, so I have a question. Was this purely a matter of greed, or was this more of a "here is an offer you can't refuse"?

    3. Re:Not a surprise, but still... by fyngyrz · · Score: 4, Insightful

      The NSA is doing everything it can to save your ass.

      No. US citizens are not under any real threat, either short term or long -- at least, no threat that isn't in the end posed by our government itself. What the NSA is doing is attempting to shore up the government, which, frankly, I'm beginning to feel would be better off being replaced by people, almost *any* group of people, who simply understand that it is not acceptable to break one's oath, and that the oath to the constitution is designed to, and should, ultimately govern all of our legislation.

      --
      I've fallen off your lawn, and I can't get up.
    4. Re:Not a surprise, but still... by Anonymous Coward · · Score: 4, Insightful

      I mean, what the FUCK? The land of freedom and liberty. That's what I was always taught.

      And now you know why they were so careful to teach you that. Because it's a lie. You see, the easiest slave to control is one who doesn't realize he's a slave.

    5. Re:Not a surprise, but still... by Nerdfest · · Score: 2

      You''ll probably also want to make sure that those people know where the borders are and that 'checkpoints' a couple of hundred miles inland are also not acceptable. As the GP said, WHAT THE FUCK has happened to the US.

    6. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      You see you dont get out of the Empire that easily. The British have all ways Controlled / owned the NSA -
      Now honour your masters and learn to spell colour correctly. SERFS!

      MU WAH , HA HA .

    7. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      About $10 trillion of the U.S. debt is owned by ... the U.S. China owns about $1.2 trillion. Quit spreading your FUD.

    8. Re:Not a surprise, but still... by bob_super · · Score: 4, Insightful

      I cringe every time I see elementary school children reciting the pledge of allegiance.
      Start them young...

    9. Re:Not a surprise, but still... by BringsApples · · Score: 3, Insightful

      Ahh, but you see my friend, my countryman... this is our time to shine. This is the very reason that America was ever great. This is the time to revolt in the proper way. It's not our country that's gone down the tubes, but our government. When The People break the law, the governing body has to step in to set them right. When the government breaks the law, The People have to step up to set them right. If not, then The People need to get used to getting fucked regularly by the power that develops in their stead.

      --
      Politics; n. : A religion whereby man is god.
    10. Re:Not a surprise, but still... by gmuslera · · Score: 2

      The elephant in the room is the NSA and the people are behind it. That is the actual threat. How much till some "emergence" forces to strip even more rights?

    11. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Well I guess it's okay when it's just "others".

      They've been doing stuff all around the world in the past 100 years.
      You realize that now?

    12. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Your funny moderation is depressing. Should be insightful.

    13. Re:Not a surprise, but still... by Seumas · · Score: 2, Insightful

      They teach them to parrot "freedom!" rhetoric, while not bothering to teach them about the foundation of our government, Constitution, etc. In fact, they undermine it by educating them from "summarized" versions of the Bill of Rights or by having class lessons on "revising the constitution", strongly implying in their young mushy brains that the constitution is a living yadda yadda yadda (because, you know, things like preventing the government from infringing on the rights of women to vote are things that may someday need to be changed to fit into the world we live in blah blah blah).

      In my entire school life, we spent far more time in DARE programs than we did learning about government, liberties, and civics.

    14. Re:Not a surprise, but still... by Seumas · · Score: 1

      "Okay, we hear you and we're going to stop violating your civil liberties you guys".

      [Goes back to *secretly* violating your civil liberties.]

    15. Re:Not a surprise, but still... by jd · · Score: 4, Interesting

      Not really. The NSA costs more to run than the national debt. Closing it would be one of the most cost-effective ways to save the nation from bankruptcy. Not that the US is anywhere near close. It will be, if it continues to not spend on the arts and sciences, but economies can remain entirely stable when running 110% of GDP, at least for a few years. Nations aren't like personal bank accounts and you cannot run economies as if they were private budgets.

      At this point, the NSA has cost the economy not only its own expenses but billions in international trade (plus interest spanning decades), but can produce no evidence of any benefits. Skipjack is broken, as was SHA-0 (the NSA version of the algorithm). Cryptologists ignored Skipjack once it was determined to be faulty and spent a fair bit of time fixing SHA. These are additional costs, created almost certainly as a result of deliberate breakage by the NSA (it's either that or they're incompetent, take your pick).

      When you have something very expensive with no direct or indirect return, you generally term it a failure. When something fails on that scale when your economy has been crippled by neocons and kept defunct by Tea Partiers, the sound fiscal move is to cut losses. When a ship is struggling to stay afloat, you dump the deadweight. The NSA is deadweight until or unless it can show value for money.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    16. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Maybe that would be a good way to protest against all this? Make teachers for young children teach the kids about the evil government, how nobody in politics be trusted, how to bribe yourself to the top, how you should never talk to the police how to keep secrets from the government and so on. Make a movement of it and get on TV.

    17. Re:Not a surprise, but still... by jd · · Score: 4, Insightful

      The Pledge is an affront to all that school stands for. Unthinking obedience simply isn't compatible with intellectual growth or rational questioning. Obedience to a nation is also incompatible with the international semi-borderless worlds of science and art. Neither paints nor positrons have any respect for local laws or political boundaries. Boundaries exist to maximize the benefits within and minimize contagion from flawed systems, the notion of "loyalty" to any standard is relatively modern as society goes and has been a failure from start to, well, it hasn't finished yet but it's time for philosophers to stop poking at their navels and start thinking about metanations and paranations, how to draw on what has always worked (cooperation across strengths) to derive a notion that is functional, rational, sane and likely to (as an early Megadeth noted) work this time.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    18. Re:Not a surprise, but still... by FridayBob · · Score: 4, Insightful

      ... And now my FUCKING GOVERNMENT is doing pretty much anything you can conceive of in the name of spying on everybody including the people of the United States. ... I lower my head in FUCKING SHAME as to what has become of this country.

      That's exactly how I feel. But, if our representatives in the Federal government no longer seem to be on our side, that's because they aren't. They don't work for us anymore: they work for their donors. Among the latter are a collection of corporations (e.g. Booz Allen Hamilton) that make up some 80% of the NSA. The problem is that the executives of those companies have learned that giving large political "donations" to key politicians is probably the best kind of investment they can ever make. As a result, the politicians involved have become heavily dependent on these companies in order to get re-elected and will do anything they are asked in order to keep those donations coming. Every other civilized country recognizes this as corruption, and we used to as well, but unfortunately our laws now say it's legal.

      If you understand this, then you know there is only one solution to this problem: we urgently need to get big money out of politics.

      How can we do that? It would be difficult to do in any other country, but the United States Constitution happens to include Article Five, which describes an alternative process through which the Constitution can be altered: by holding a national convention at the request of the legislatures of at least two-thirds (at least 34) of the country's 50 states. Any proposed amendments must then be ratified by at least three-quarters (38 States).

      Are we using this yet? Yes we are! WOLF-PAC was launched in October 2011 for the purpose of passing a 28th Amendment to the U.S. Constitution that will end corporate personhood* and publicly finance all elections**. Since then, many volunteers have approached their State Legislators about this idea and their efforts have often been met with unexpected bi-partisan enthusiasm! So far, 50 State Legislators have authored or co-sponsored resolutions to call for a Constitutional Convention to get money out of politics! Notable successes have been in Texas, Idaho and Kentucky.

      But, if the State Legislators are also corrupt, why are they helping us? Well, maybe they aren't as corrupt as you think. But even if they are, the important thing is that they seem usually to be just as fed up with the Federal government as we are -- so much so that they are quite often happy to help out with this effort. After all, it's a pretty simple proposal that speaks to Democrats and Republicans alike.

      .

      *) The aim is not to end legal personhood for corporations, but natural personhood. The latter became a problem following the Citizens United v. Federal Election Commission ruling, which grated some of the rights of natural persons to corporations and makes it easier for them to lend financial support to political campaigns.

      **) At the State level, more than half of all political campaigns are already publicly financed in some way, so there's nothing strange about doing the same for political campaigns for federal office.

    19. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      I mean, what the FUCK? The land of freedom and liberty. That's what I was always taught. We have a Constitution, which includes protections against unreasonable search. And now my FUCKING GOVERNMENT is doing pretty much anything you can conceive of in the name of spying on everybody including the people of the United States. They are so FUCKING PARANOID that EVERYTHING is on the table, including the privacy and liberty of the citizens. I lower my head in FUCKING SHAME as to what has become of this country.

      Weakening crypto doesn't take away your freedom. Nobody is stopping you from doing anything.

    20. Re:Not a surprise, but still... by BringsApples · · Score: 4, Interesting
      Well, I for one would like to have laws against secrets in government. Just listen to what JFK said:

      The very word "secrecy" is repugnant in a free and open society; and we are as a people inherently and historically opposed to secret societies, to secret oaths and secret proceedings. We decided long ago that the dangers of excessive and unwarranted concealment of pertinent facts far outweighed the dangers which are cited to justify it.

      --
      Politics; n. : A religion whereby man is god.
    21. Re:Not a surprise, but still... by blackbeak · · Score: 3, Insightful

      ...What the NSA is doing is attempting to shore up the government...

      Slight correction: What the NSA is doing is attempting to shore up the ruling class. As far as U.S. citizens are concerned, the NSA is merely a "peacekeeping" tool in this regard.

      --
      Everything and its opposite is true. Get used to it.
    22. Re:Not a surprise, but still... by sumdumass · · Score: 1

      It won't happen. People are upset but not about the same things. There has been a shift in the US over the last 20 or so years that seems to want to get away from a limited federal government and impose any and everything from a top down model- as long as it somehow can be justified. The push for more government interference (usually by those on the left but definitely involving those on the right and in between also) has long been something people have fought against and lost for the most part. Reagan used to say something along the lines of the bigger the government, the smaller the citizen which seems to be true.

      What we seem to have is the government going from a body constituted by sovereign citizens to serve the good of the union to a citizen being subject to the sovereign of the country. That used to be what made the US unique, that the government was subservient to the people whereas now the people are subservient to the government. This is obvious with the PPACA where you have to purchase something from a third party just for being a US citizen or legal resident subject to the jurisdiction thereof else face a penalty with absolutely no due process of law or just compensation for the confiscation of property. And not only did people cheer this on, they voted to keep the people who brought it about around to manipulate it even more.

    23. Re:Not a surprise, but still... by Mr.+Shotgun · · Score: 5, Insightful

      The NSA is doing everything it can to save your ass.

      No, fuck you. You do not save this country by pissing on the document that created it. Violating the trust and privacy of the citizens is not the way to save them. This country was made great by holding to the standards of freedom and justice, although there were missteps along the way. But we tried to hold firm to that which made us great.

      But lately it has been acting like a scared child jumping at shadows in the kitchen. They have been selling everyone out and violating every protection in the constitution. All for NOTHING. There is no boogy man in the closet, no monster under the bed. The greatest enemy this country faces right now is this "War on terror", because it is destroying us faster and more thoroughly than anyone else could ever hope to do. And apologists like you are helping them right along.

      --
      Of all tyrannies, a tyranny sincerely exercised for the (supposed) good of its victims may be the most oppressive
    24. Re:Not a surprise, but still... by fred911 · · Score: 1

      Easy for JFK to say having full and complete control of the media.

      --
      09 F9 11 02 9D 74 E3 5B - D8 41 56 C5 63 56 88 C0 45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    25. Re:Not a surprise, but still... by jonwil · · Score: 5, Interesting

      Maybe if the government spent less money on intelligence, data collection, spying, law enforcement (war on drugs, war on "illegal" fireworks, war on "terrorists" etc), fancy expensive military hardware, bailouts/handouts/subsidies/etc for the big end of town etc and either spent less in total (shoring up the budget) or spent that money on things designed to stimulate the economy and produce stable long term economic growth, the US wouldn't be in so much trouble.

    26. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      I've always wondered -- what is the point of having children recite this pledge? They don't understand what they are pledging to.
      Legally, it's meaningless unless they are 18 years old since they can not give any legal consent because they are minors.

      really, what is the point?

    27. Re:Not a surprise, but still... by BringsApples · · Score: 1

      I think that you have reason to say that, no doubt. There is a left, and there is a right, but they are a left and right of the same thing. The sooner that we all realize that, although we have different ideas and different approaches to those ideas, and even ideas in general, we are all a part of the same bio-logic that has universal requirements, the sooner we can get past our current ..."sickness" (for lack of a better term). "We The People" have to do the work - it's not the job of the government. If we give them the job to do (it's impossible for them to do the job) then they'll take full advantage of doing it wrongly. ...which is what they've been doing for some time now.

      No my brother, this is not a job for the government, it's a job for The People.

      --
      Politics; n. : A religion whereby man is god.
    28. Re:Not a surprise, but still... by BringsApples · · Score: 1

      I guess, if having full control of the media gives you insight into human nature, then you're right. Either way, his point stands.

      --
      Politics; n. : A religion whereby man is god.
    29. Re:Not a surprise, but still... by blackbeak · · Score: 1

      ...there is only one solution to this problem: we urgently need to get big money out of politics...

      Problem misidentified. We need to clear the blue-blood elitist upper class out of all the processes which ultimately determine the fates of everyone they feel are beneath them. If you got the "big money" out of the (visible) picture, what makes you think the establishment's "good ol' boy network" will also be gone?

      --
      Everything and its opposite is true. Get used to it.
    30. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Where did that attitude get him?

    31. Re:Not a surprise, but still... by steelfood · · Score: 1

      What? What does the pledge of allegiance have to do with anything?

      I pledge allegiance to ... the Republic for which it stands ... with liberty and justice for all.

      What's wrong with pledging to liberty and justice for all? That, after all, is what this Republic stands for. Or at least, that was the intention.

      Personally, I find the defense of Andrew Jackson as a "strong president" in grade school much more jarring. He was the first guy who wiped his ass with the constitution. He should've been hung.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    32. Re:Not a surprise, but still... by rock_climbing_guy · · Score: 1

      Oh yes!

      I pledge allegience,

      to the flag

      of the United States of America

      and to the republic

      for which it stands:

      one nation

      under God,

      indivisible,

      with liberty and justice for all.

      Are you sure to really object to teaching children to say those words? Our country's founders were certainly not perfect, but they set out on a radical experiment in *limited* government where people would be free to pursue their dreams, instead of being more or less the property of the state. Today, those ideals are easy to take for granted because they have become so ingrained in western society.

      I happily pledge my allegience to the US flag and for all that it stands for to me, but I fear that the powers that be want to take that away from us and make us live in a world where we take fear and servitude for granted instead; a world where we just shut up and take what they give us.

      Instead of objecting to the pledging the flag, why don't you object to the mockery the powers that be have made of what it stands for?

      --
      Wh47 d1d j00 541, 31337 15n't t3h r0xor5 ne m0r3???
    33. Re:Not a surprise, but still... by FridayBob · · Score: 2

      It won't be: you can't ever get rid of them, because there will always be a bit of them in all of us. Actually, there are even advantages to having people like that around. However, what we can and must do is always to regulate that kind of behavior as best we can so as to limit the harm it can do to society.

    34. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Really? I heard he threw great parties and during his term the national debt was $0.00. We need to get back to that balance sheet!

    35. Re:Not a surprise, but still... by DeepSpace · · Score: 1

      we used to do that once a week, when we were under military dictatorship.

    36. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      And then the CIA blew his brains out; they still refuse to release all of the pertinent files, 50 years later.

      The CIA has 3 times more money than the NSA, and that's not including whatever they are earning from their cocaine and heroin smuggling operations.

      Read James Douglass's "JFK and the Unspeakable" and Russ Baker's "Family of Secrets" to understand how and why the Constitution was murdered on 11/22/1963.

    37. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      You are so naive! See http://www.foavc.org/
      Congress has so far failed to acknowledge ANY of the hundreds of applications by the States for an Article 5 Convention to amend the Constitution. I think it is fair to say that Congress (and the other two branches of the Federal Gov) have no intention of ever allowing such a Convention to exist, given the possibility that it could produce real change.

    38. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Don't lower your head, raise your arm.

    39. Re:Not a surprise, but still... by artor3 · · Score: 5, Insightful

      This country was made great by holding to the standards of freedom and justice,

      lol

      They teach you that in grade school? Where was the freedom and justice for the natives, or the slaves, or the women, or the non-Protestants? Where was freedom for the interned Japanese, or justice for people accused of Communism during the red scare? Where was the freedom and justice for all the South Americans and Middle Easterners, as they were ruled by our blood-thirsty puppets?

      Fuck, was there ever even a single ten year period in which this country "held to the standards of freedom and justice"?

      No. There never was. This country is great because it was founded by people who could easily slaughter their only nearby opponents. It's great because after slaughtering the natives, there were ample resources to go around. It's great because our ancestors were immoral enough to build an economy on the backs of slaves, and later on the backs of immigrants who worked themselves to death in hopes of attaining a wealth that none would ever see. It's great because we were left nearly untouched while the rest of the developed world was bombed to ash during WWII. It's great by accident.

      Don't blame the NSA for ruining the Land of the Free. That place never existed outside of storybooks. Reality has always been a lot messier, you're just noticing it for the first time.

    40. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Yeah. I think anyone rational should have seen this all coming in 2001 by about noon on the relevant day. I still think about conversations I had at the time with my dad, who lives in Iowa and has no relatives anywhere else- I just couldn't convince him he wasn't in any danger whatsoever.

      Not that I don't have some empathy for people in megacities, but at last glance, if terrorist stuff worries you, there are like 3.7 million other square miles you could live in in the US. But of course, now there appear to be 0 spots where all of your electronic communications aren't routinely swept up.

    41. Re:Not a surprise, but still... by dbc · · Score: 0

      To pretend that the USA is not facing multiple existential threats every day is naive and childish. While I agree that the NSA has become a rogue agency and needs badly to be reigned in, denying that threats exist is not the way to start a reasoned argument for something better, something that is in keeping with the constitution and at the same time acknowledges that multiple, severe threats are always directed at us.

    42. Re:Not a surprise, but still... by hutsell · · Score: 1

      I cringe every time I see elementary school children reciting the pledge of allegiance. Start them young...

      Fwiw, the moderation is creepy considering that the first 30 years of the Pledge of Allegiance required everyone to put their right arm straight out, palm down, before it was changed to placing their right hand over their heart.

      --
      Yesterday's Weirdness is Tomorrow's Reason Why
    43. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      The Pledge is a double-edged sword. Maybe in a few children, the rhetoric about patriotism and civic duty produces sheep, but there's always the one or two that take it truly to heart and become dedicated to that national mythology about a nation's greatness, so when something like this happens, the result is a very angry, deeply-hurt person driven by love of country. I'm not saying you can find real examples of this in a Manning or a Snowden -- maybe they are, and maybe not, but I believe that are real patriots out there that work hard to make sure the government lives up to that exalted standard it preaches.

    44. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Uh... they're stopping you from communicating with anyone else not at your physical location without being recorded.

    45. Re:Not a surprise, but still... by cbhacking · · Score: 5, Insightful

      Even ignoring the highly questionable aspects of the pledge which you carefully omitted from your quote, nationalism is just the grotesquely overgrown brother of tribalism, itself a badly flawed concept. At least within a tribe, it's hard to keep secrets or conceal abuses of power. It still promotes an unthinking herd behavior, a sense of "us vs. them, and clearly they're worse than us or they'd be part of us". At the national level, it fuels wars and xenophobia. It is the tools of propagandists and of those who would re-write history and get away with it (as you yourself noted, with regard to Jackson).

      I find it disgusting that a nation which arose out of a rebellion against government mistreatment tries to brainwash its children into giving their allegiance to anything so inherently flawed as a human government. Would you have supported colonial children in the 1770s being required to stand up every day in school, and swear allegiance to the Union Jack, and the monarchy for which it stands? Do you think it's cool that there are probably kids right now swearing their allegiance to the People's Republic of [Korea|China|the Congo|whatever] and the glorious freedom and representation that their government bestows upon them?

      Liberty and justice for all? Give me a break! Pure propaganda, and you don't even need to be *that* smart or well-educated to see it for the lie it is; you just need to start from the assumption that the American Way is *not* The One True Way, and look up some facts. Facts like per-capita prison population, or the breakdown of said population relative to the populace at large. Facts like the mere existence of places like Gitmo. Facts like the government's treatment of Snowden, and their hasty effort to scrub from their websites, etc. all mention of the Obama administration's moral and righteous promises to protect and support whistleblowers. Or how about the states where gays, or transgender people, are forced to live as second-class citizens (and, in a handful of very backward parts of the country, criminals)? The very concept that there exists "one nation, under God, indivisible, with liberty and justice for all" is a tremendous lie. Teaching our children that such a thing not only exists, but that they live in it; forcing them to chant those lines every weekday of their young lives to the point that they absorb it before they're even old enough to know that sometimes the things you're taught are wrong? That is beyond the pale. It is despicable and deplorable.

      Now, actually pledging liberty and justice, that's not so awful. It should still be taught as a *concept* and not as a mantra, but pledging to protect liberty and promote justice is a noble and virtuous thing to say. Too bad that's nowhere in the pledge of allegiance as it stands today, though. No, we were told to pledge allegiance to a flag and a nation, not a concept. We didn't even pledge to uphold the constitution, the way so many civil servants are required to do.

      --
      There's no place I could be, since I've found Serenity...
    46. Re:Not a surprise, but still... by Anonymous Coward · · Score: 4, Insightful

      To pretend that the USA is not facing multiple existential threats every day is naive and childish. While I agree that the NSA has become a rogue agency and needs badly to be reigned in, denying that threats exist is not the way to start a reasoned argument for something better, something that is in keeping with the constitution and at the same time acknowledges that multiple, severe threats are always directed at us.

      Existential? Come again? The threats which *could* threaten the existence of the US all come from the government and their corporate overlords as they loot the country. Please.

    47. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Too bad I just ran out of mod points. I never understood why parents let their kids be brainwashed like that.

    48. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      We changed our minds on god and the bible in this country, why not change our minds on the constitution?

    49. Re:Not a surprise, but still... by Kevin+Fishburne · · Score: 1

      This http://youtu.be/z9gINFueof8 pretty much sums up ambition, greed, fear and violence amongst the powerful, the weak and the many. Entities and people in general need to cooperate and chill more; rattle sabers less. Why does culture always have to trend toward slavery or chaos in an unending sine wave? Ancient Rome all over again...an implosion of Hedonists and lollygaggers, crushed visionaries and deranged psychopaths. Reason bless the USA. The word should be printed on our currency and highest offices and monuments: Reason. Right now it's a shark pit with occasional but regular biting.

      --
      Buy your next Linux PC at eightvirtues.com
    50. Re:Not a surprise, but still... by Uberbah · · Score: 1

      The push for more government interference (usually by those on the left but definitely involving those on the right and in between also) has long been something people have fought against and lost for the most part. Reagan used to say something along the lines of the bigger the government, the smaller the citizen which seems to be true.

      Riiight. Because wanting government oversight to keep poison out of your food and consumer products is so comparable to having the NSA tap your phone without a warrant. Somewhere, in the mirror universe, there's a dumbasssome pontificating like this:

      "Why do conservatives support business? Don't they know that slave traders were businessmen too? Hur hur, derp."

    51. Re:Not a surprise, but still... by Taco+Cowboy · · Score: 4, Interesting

      Where was the freedom and justice for the natives, or the slaves, or the women, or the non-Protestants? Where was freedom for the interned Japanese, or justice for people accused of Communism during the red scare? Where was the freedom and justice for all the South Americans and Middle Easterners, as they were ruled by our blood-thirsty puppets?

      Fuck, was there ever even a single ten year period in which this country "held to the standards of freedom and justice"?

      As a naturalized citizen of the United States of America, who originally came from China, back in the 1970's, I do need to speak up on this issue.

      Yes, you are right. America does fall short of its ideal, of keeping the freedom and liberty for EVERYONE.

      But then, what you are trying to get at is a utopian IDEAL that will never exist in the real world that you and I are living in.

      The OP has already said that there were several mis-steps along the way - and as a non-Anglo, I can attest to the fact that the America that I used to know, the pre-1993 USA (before the Waco, Texas incident) was a country which was trying to achieve that ideal, however impossible the target turned out to be.

      After the Waco incident, things gone south.

      I am speaking as a non-native, non-American born, an observer from the outside.

      --
      Muchas Gracias, Señor Edward Snowden !
    52. Re:Not a surprise, but still... by Tom · · Score: 1

      But, if the State Legislators are also corrupt, why are they helping us? Well, maybe they aren't as corrupt as you think. But even if they are, the important thing is that they seem usually to be just as fed up with the Federal government as we are -- so much so that they are quite often happy to help out with this effort. After all, it's a pretty simple proposal that speaks to Democrats and Republicans alike.

      The thing with modern politics is that everyone hates it, and yet it is exactly as it is.

      It is the lowest common denominator. While everyone hates it, the solutions proposed by the respective opposite side are hated even more.

      We're all stuck in a treadmill we dislike, but don't get out. Fortunately, Discordians have already forseen this issue decades ago, and our beloved prophet (or whatever) Malaclypse held a conference call with the Goddess, and since we're not for profit (or are we? I'm not sure) you'll get it for free right here:

      Eris: But what does it matter if it is what you all want?
      Mal: But nobody wants it! Everybody hates it!
      Eris: Oh good, then just stop.

      --
      Assorted stuff I do sometimes: Lemuria.org
    53. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Watching slashdot deal with the fallout is like watching Jerry Lewis stack chairs. Ya talk big, but ya still don't have answers, and from your voice / typing one can tell your still asking questions as opposed to having solution and speaking in a manner which reflects such knowledge.

      Truly truly the reason all this shit is happening, is because people who raised their hand and took an oath the the US Constitution have broken that oath. This is the ROOT of all the other problems. Also it's The Constitution For the United States of America not The Constitution OF THE UNITED STATES OF AMERICA.

      I'll take some of the random quotes and provide solutions.

      1. get big money out of politics = abolish the federal reserve and the income tax, remove the unratified amendment, arrest the banksters.

      2. Federal government no longer seem to be on our side = breaking the LOGAN ACT. Their affiliates are corporate and foreign scum who don't obey the laws of the United States. They don't put these affiliates on the ballot at election time. OR you would see things like Feinstein DUAL US/ISRAEL citizen, AIPAC, CFR, MOSSAD, instead she's into our nations top secrets. Hell I was born here and Served the military and that nasty mossad bitch has a higher security clearance than I do. The second part of this is that there is no prosecution for breaking your oath of office. There' s no SOP for reporting an oath breaking treasonous scum. Add to it a catch 22, whereas the POTUS can break his oath and nobody can do crap since part of their oath is to protect the POTUS.

      3. political campaigns/Citizens United = Big Corporate Media regulated by the fcc (POTUS appointed board) who has lost their original mission statement; there is no PUBLIC SPECTRUM that the public can use except Public Access TV and the CB radio and a couple low power FM transmitters. You also note the FCC mission creeped to the internet/web. Like that was a suprise.... But looking deeper there are systemic problems in the electoral college, and the use of (ALL) electronics in elections (including electronic tabulation devices, electronic poll books, vaults, transmission lines, corporate news mis-reporting results--and now you can add the NSA and spies to the mix, who could technically hack the election in a plethora of ways--in short the CHAIN OF CUSTODY is broken with electronics.). A reminder the so-called "right to vote" isn't even in the US Constitution!

      I could go on and on. Holding your head in shame won't fix these problems - Broadcasting it in the FACE of everyone, and saying NO when things aren't right will. You should get your ass out there and LEARN about Jury nullification as well.

      The days of sitting around as one person is hauled off at "choreographed" town hall meeting must end. The people that just sit there and watch that happen--I FUCKING HATE YOU--that arrogance of these socialists and fascists that must be faced down and destroyed with facts. And if need be violence. Stop being a fucking pussy. Men don't wear pajamas--Chicks do.

      The alternative if allowed to conclude, is there will be no more law. You can say oh but you'll get arrested, but actually it's more like being targeted in a lawless state

      If you want this crap to keep going, then keep supporting big food, big media, big pharma, watch broadcast television, sign up for obamacare, keep supporting cuts for veterans, and civillians pensions, keep paying taxes instead of drawing down and starving them, keep militarizing your local police, have your city council join ICLEI (or one of the many other United Nation Agenda 21 proxies like the EPA), keep banning firearms--cause without them all the rest of the amendments of the constituion are a moot point.

    54. Re:Not a surprise, but still... by sumdumass · · Score: 1

      Yeah, because no civilization has ever existed in the past without government because they were all poisoned. And all businesses started as slave traders.

      You are a complete idiot. Many people would love a government that was limited to simple neccesary functions like safe food supplies and no slavery. I have absolutely no clue why you think limiting government means no functioning government at all. It must be something you imagine in order to justify your ideology to yourself. But you should rethink that imagination often. Slavery would not have been possible without a large government and historically came about because of big governments of the times.

    55. Re:Not a surprise, but still... by Sique · · Score: 2
      It's easy to see why. It reminds me of the pledge of allegiance I experienced in the communist school system. Instead of freedom and justice for all, it was peace and socialism. For a seven year old, all those are just abstract concepts.

      It's indoctrination. It's religious indoctrination. "One nation under God" is the establishment of religion.

      (And how is it with the children of non-U.S. americans in U.S. schools. Do they also have to recite the Pledge, even as citizens of another nation? And if not, what are they doing while the other pupils recite is? Do you think it's ok to make it clear every school morning that those children are aliens and systematically excluded from the community of the class?)

      --
      .sig: Sique *sigh*
    56. Re: Not a surprise, but still... by Anonymous Coward · · Score: 0

      Next you are going to complain that the govt does not allow men to marry young girls either. The USA has a state belief system and you and I as Americans must obey the laws and belief system that is above us.

    57. Re: Not a surprise, but still... by Anonymous Coward · · Score: 0

      Liberty is being forced to send your children to the school and being imprisoned or burned alive if you allegedly married a girl or girls or have weapons the rulers don't want civilians to have. America is America. There is nothing I or you can do about it. We must obey the laws of the religion that rules our lives in toto.

    58. Re: Not a surprise, but still... by Anonymous Coward · · Score: 0

      I guess you don't screw the people who put you where you are.

    59. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Fwiw, the moderation is creepy considering that the first 30 years of the Pledge of Allegiance required everyone to put their right arm straight out, palm down, before it was changed to placing their right hand over their heart.

      Hitler copied that salute from Mussolini who had copied it from David's famous Oath of the Horatii painting. It was adopted in the US before Hitler or Mussolini started to use it and seeing how it was used to accompany a pledge it seems very obvious that it was inspired by the Oath of the Horatii.

    60. Re:Not a surprise, but still... by drinkypoo · · Score: 1

      I pledge allegience,

      To spellcheckers.

      to the flag

      I leave symbols to the symbol-minded. --Carlin

      and to the republic
      for which it stands:

      Yes, republic. Not democracy. Sorry, but my level of support for the republicans running this nation has run thin.

      one nation
      under God,

      The "under God" bit is a violation of the first amendment, and was added retroactively to deliberately violate it. Our fucking pledge is unconstitutional. We're pledging to violate the constitution.

      indivisible,

      Bullshit. In fact, this nation was divided away from the British, and it can be divided again if necessary.

      with liberty and justice for all.

      That's the biggest lie of all. It's liberty for the rich and justice for no-one.

      So yes, I very much object to the pledge.

      I objected to it in elementary school, and had to stand facing the wall for refusing to say it because of the God content. My mother was raised catholic, but became an atheist. I went to a baptist day care because it was cheap, and they told me lots of cute little stories on a felt board which taught me about how ridiculous Christianity was. To me the stories were no more credible than the [mainstream, typically Disney] cartoons they'd show us in between on rainy days.

      I object strenuously to a bullshit, jingoistic, illegal, borderline traitorous pledge.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    61. Re:Not a surprise, but still... by drinkypoo · · Score: 1

      The elephant in the room is the NSA and the people are behind it.

      The elephant in the room is mercantilism. Corporations discovered that under capitalism they could buy the government and turn it into their personal playground. The NSA is just one predictable arm of a corporate government.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    62. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Good timing, man. If you were trying to come over earlier, you would fail.

      https://en.wikipedia.org/wiki/Chinese_Exclusion_Act

    63. Re:Not a surprise, but still... by BringsApples · · Score: 1

      It scared the shit out of those that wished to remain the controllers of secrets, so someone killed him. Your point?

      --
      Politics; n. : A religion whereby man is god.
    64. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      Far more people are dying from lack of healthcare and firearms every year, than terrorism in the past two decades. But firearms are sacred, while terrorism is the real threat somehow.

    65. Re:Not a surprise, but still... by akozakie · · Score: 1

      The problem is that the executives of those companies have learned that giving large political "donations" to key politicians is probably the best kind of investment they can ever make.

      Sure, this is wrong and not done in the open in most other places, but the problem is the fact that it works. I don't mean buying laws - that's completely understandable, corruption is just greed, it's universal. But the politicians need the money for reelection, and that's scary.

      The worst part of modern society, not just in America, is just how effective PR & marketing got. Of course you need some money to win an election - you need to get your message to the voters. But this is limited. Get the flyers out, buy some TV time, done. Why do you need more? For more advanced PR and support. This should not work with critically thinking people.

      Marketing works. Ads work. PR works. And this is very, very sad. It's like most people are controllable semi-conscious droids.

    66. Re:Not a surprise, but still... by Em+Adespoton · · Score: 1

      Ahh, but you see my friend, my countryman... this is our time to shine. This is the very reason that America was ever great. This is the time to revolt in the proper way. It's not our country that's gone down the tubes, but our government. When The People break the law, the governing body has to step in to set them right. When the government breaks the law, The People have to step up to set them right. If not, then The People need to get used to getting fucked regularly by the power that develops in their stead.

      Unfortunately, I don't think you'll ever hear people saying "The Americans are revolting!" in that context, until a significant number of people have nothing left to lose....

      Just remember: a "down the tubes" USA is still way better off than most of the world's population; most people don't want to risk that comfort to be as free as the Iraqis are. There were SOME lessons learned from the French Revolution, even if sometimes it was the wrong lessons.

    67. Re:Not a surprise, but still... by akozakie · · Score: 1

      +50 Insightful. "National Security" is the big fat lie in the name. It should be "State security". This is an important distinction. National security means protecting your people from outside threats (and has no bussiness listening on citizens, unless they are suspected of spying for someone else). State security is exactly peacekeeping - making sure that domestic peace is preserved and the country keeps running the way it runs. That does include some protection from outsiders, sure, but also keeping internal peace.

      That last part introduces three things that have nothing to do with with "national security" or are strictly incompatible with it:
      - Keeping internal peace - making sure that any protests are limited and have no long-term consequences and that any potential revolutionaries are under control. Widespread domestic surveillance helps a lot. Irrelevant to national security.
      - Cultivating limited external conflict. Not enough to be a threat for the country, but enough to provide a common enemy, a scapegoat for failed internal actions (see previous point) and a good reason for when the perpetrators are exposed and the scapegoat strategy cannot work. Lowers national security.
      - Cooperation with law enforcement. Makes domestic actions more scalable and easier. Largely orthogonal to national security - the scope is completely different, the police may sometimes help arrest someone actually formally charged with spying, but that's it. State security is a very different animal, the police, FBI, etc. could be very useful.

      Now look at the actions of your government, compare with the above and ask yourself - which kind of security is being protected? "National" or "state"? Was national security ever a priority in the last decades?

    68. Re:Not a surprise, but still... by deconfliction · · Score: 1

      The OP has already said that there were several mis-steps along the way - and as a non-Anglo, I can attest to the fact that the America that I used to know, the pre-1993 USA (before the Waco, Texas incident) was a country which was trying to achieve that ideal, however impossible the target turned out to be.

      Wow. Nice dig from memory. I'll throw out 4 years prior to '89 as you said you were from China, though I'll grant that to me at least, it seems the U.S. complicity in the coverup and whitewashing of what happened in '89 didn't seem to take strong root until the Clinton years, and many a tycoon, of either party persuation, making tons of money with business with China. And every wal-mart customer getting ridiculously inexpensive products made by employees with nothing resembling freedom of speech, religion, or the press.

      But to go back to Waco, which I think I may need to explain to some here who haven't seen the academy-award nominated and Roger Ebert endorsed "Waco: Rules Of Engagement", I will pose this question publicly to the FBI- Where are those metal front doors of the compound, that mysteriously "disappeared" during the aftermath. I forget the details, but the documentary suggested those doors would provide evidence as to who fired first. As if we didn't have the thermal video from the FBI/ATF helicopters showing precisely who fired first. As well as all the other obvious evidence of a vast miscairrage of justice that ended with a large compound of - probably misguided but non-terrorist individuals including many children perhaps abused - being burned to the ground by the power of the state much as the peaceful Tiananmen protestors were mowed down by their state. Yup, I suppose it takes someone from China to have the guts to remind us of Waco in these dark days of authoritarianism being revealed here at home.

    69. Re:Not a surprise, but still... by FridayBob · · Score: 1

      ... Marketing works. Ads work. PR works. And this is very, very sad. It's like most people are controllable semi-conscious droids.

      Boy, have I got news for you: we're all like that. Everyone finds it easy to see how marketing campaigns can mislead others, but its works on us as well; all that is required is a different message and presentation. We all see what we want to see.

      You ought to read Daniel Kahneman's Thinking, Fast and Slow, but there's also an interesting cover article in the January 2014 edition of Scientific American, titled Our Unconscious Mind, by John A. Bargh.

    70. Re:Not a surprise, but still... by akozakie · · Score: 1

      News? Not really. Just more sadness.

      But no, we're not all as much like that. Some try to think critically, compare different sources, etc., others don't. Still, since you can't do that all the time, you're still vulnerable. And your brain is a traitor - it will absorb some messages on a subconscious level and make decisions for you without revealing the reasons. Everyone is susceptible. It's just dissapointing that most people don't even seem to try to make it harder.

    71. Re:Not a surprise, but still... by hutsell · · Score: 1

      I cringe every time I see elementary school children reciting the pledge of allegiance. Start them young...

      Fwiw, the moderation is creepy considering that the first 30 years of the Pledge of Allegiance required everyone to put their right arm straight out, palm down, before it was changed to placing their right hand over their heart.

      After my comment was posted (the one I'm replying to now), the OP's moderation changed from +4 Funny to +5 Insightful.

      The reference to cringing seemed to be an understatement and appropriate, regardless of the salute's original intentions, due to its negative aspects being brought to light by the fascist states embracing it so well too well as to co-opt its ownership and meaning.

      A lot of parents of different religious faiths and political affiliations, in the U.S. at least, don't like the idea of someone getting emotionally involved with their children and telling them to verbally profess allegiance or worship to an idea or image — partly due, correctly or incorrectly, to that bad worldwide experience.

      --
      Yesterday's Weirdness is Tomorrow's Reason Why
    72. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      End corporate personhood? So then... the LA Times will no longer have 1st amendment rights. The government would be able to tell that corporation what to print and what not to print. Did you think this over much?

    73. Re:Not a surprise, but still... by RespekMyAthorati · · Score: 2

      It's not like JFK had any secrets...

    74. Re:Not a surprise, but still... by Anonymous Coward · · Score: 0

      The NSA is doing everything it can to shave your ass.

      FTFY

    75. Re:Not a surprise, but still... by whoever57 · · Score: 1

      (And how is it with the children of non-U.S. americans in U.S. schools. Do they also have to recite the Pledge, even as citizens of another nation?

      Yes. Non-citizen children are also requied to recite the pledge in schools.

      --
      The real "Libtards" are the Libertarians!
    76. Re:Not a surprise, but still... by Uberbah · · Score: 1

      Wow. That's impressive, even for you.

      You are a complete idiot. Many people would love a government that was limited to simple neccesary functions like safe food supplies and no slavery.

      No, dumbass, the (obvious) point was that even hinting at conflating regulations or oversight with the NSA's violations of the 4th Amendment, cuz gubbamint, is as sensible as conflating slave traders with businesses offering services or products, cuz profits.

      Slavery would not have been possible without a large government

      It was possible throughout human history without governments large or small, Randian delusions to the contrary.

  12. Catastrophic by Anonymous Coward · · Score: 5, Insightful

    Wow. With one single contract, RSA just destroyed their whole business. A company in the trust business cannot allow themselves to lose their customers' trust.

    No RSA product can ever be trusted again.

    1. Re:Catastrophic by swillden · · Score: 5, Insightful

      Wow. With one single contract, RSA just destroyed their whole business. A company in the trust business cannot allow themselves to lose their customers' trust.

      No RSA product can ever be trusted again.

      Except that RSA destroyed their whole business a couple of years ago when it was found that they'd left the root keys for their SecureID tokens on an unsecured, network-connected machine. After that no one could trust them again.

      But people did, and they'll continue doing so after this, watch and see.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    2. Re:Catastrophic by Anonymous Coward · · Score: 0

      how long until we find out the NSA was also behind that little breach as well. if i recall i think the Department of Defense was one of the big customers using the SecureID tokens.

    3. Re:Catastrophic by Anonymous Coward · · Score: 0

      Except that RSA destroyed their whole business a couple of years ago when it was found that they'd left the root keys for their SecureID tokens on an unsecured, network-connected machine. After that no one could trust them again.

      Except, Mountains and Molehills. One SNAFU, no matter how embarrassing, is not comparable to deliberately compromising your core business in order to collect a bribe. It's as silly as saying a revelation that Ford gave the NSA remote control access to all it's vehicles because wasn't news because, hey, the Pinto had a faulty gas tank and the Explorer could blow out your tires.

      Screw up != deliberate malfeasance.

    4. Re:Catastrophic by steelfood · · Score: 1

      Because there's no competition? Where're the European competitors to RSA?

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    5. Re:Catastrophic by Anonymous Coward · · Score: 0

      I think his point was how do we know what's a screw up and what's malfeasance? Did they leave that buffer overflow in because they suck at programming or because the NSA paid them? Now we'll never really know...

    6. Re:Catastrophic by yuhong · · Score: 1

      It still shows the product was fundamentally flawed.

    7. Re:Catastrophic by Anonymous Coward · · Score: 0

      The real fun starts when it is revealed that the NSA are behind BitCoin.

    8. Re:Catastrophic by johndoe42 · · Score: 1

      Except that RSA destroyed their whole business a couple of years ago when it was found that they'd left the root keys for their SecureID tokens on an unsecured, network-connected machine. After that no one could trust them again.

      RSA lost my trust when I found out that root keys or critical secrets for the SecureID system existed in the first place.

      If they designed the system well, they would make physical tokens and deliver the tokens and the keys for those tokens to the clients. They would not keep any record whatsoever of those keys, nor would they have a way to reconstruct them

      As a physical analogy, a locksmith making safety deposit box keys should make a random key and not write down the key code

    9. Re:Catastrophic by Anonymous Coward · · Score: 0

      Empty words. You are no position to choose who gets the government contracts.
      Complain all you want, you're still footing the bill.

  13. Regarding the anonymous reader by Anonymous Coward · · Score: 5, Interesting

    TLS's current big problems are:
    - RC4, which is actually crackable given a few bytes of known-plaintext prefix (like "GET /") by a Nation State Adversary in real time; NSA secretly control PCI DSS standard and used the excuse of the BEAST attack (CVE-2011-3389) to push RC4 as solution for PCI compliance, instead of TLS 1.2
    - The CA PKI letting any CA impersonate any and every site; we need at minimum certificate transparency, DANE, and maybe something more
    - The unencrypted ClientHello, which is what makes the FLYING PIG metadata trawling possible (nothing you couldn't do with Snort, in fact, it IS done with Snort)

    All of these are going to be addressed by the TLS WG going forward: most urgently, RC4, which will be replaced with djb's ChaCha20_Poly1305 ciphersuite, courtesy of agl (live on Google servers and with Chrome dev and canary builds right now). More secure than AES-128-GCM or AES-256-GCM, I think - certainly has a higher security margin against both confidentiality and integrity.

    The problem of the curves is a big problem, but what makes those curves (specifically Jerry Solinas @ NSA generated the SHA-1 hash seeds for Certicom) bad is mostly implementation choices: bad random numbers for DSA & ECDSA (hello Sony attack), which this subversion massively helps with, and non-constant-time addition ladders and lack of curve point validation, which can result in practical timing attacks and partial key disclosure leaks. djb & Lange already have a group of Safecurves which avoid all of these attacks and which are incidentally incredibly fast, and EdDSA's nonces are deterministic so no entropy needed during signatures, only keygen.

    Oh, and - in similar news, which in other circumstance, I would have submitted, and might if for some crazy reason this gets ignored by the IETF chair, but I doubt it - there have been strong calls for the head of the co-chair of the crypto advisory board at the IRTF. He (openly) works for the NSA, which is now clearly a conflict of interest, and we caught him pushing a similarly-backdoored PAKE standard, which the TLS WG resoundingly rejected.
    http://www.ietf.org/mail-archive/web/cfrg/current/msg03554.html

    1. Re:Regarding the anonymous reader by jonwil · · Score: 1

      One other important thing going forward is to mandate forward secrecy (via a unique difffe-helman negotiation or similar for each secure link) so that its not possible to use a recording of the network traffic and a copy of the private key to decrypt the data (done properly it would prevent an adversary like the NSA from obtaining the SSL private key and then passively collecting data, they would need to either MITM the DH negotiation somehow or gain direct access to the box and to the DH parameters it generates)

    2. Re:Regarding the anonymous reader by Twinbee · · Score: 1

      For the layman, and in as few words as possible, what's the difference between their encryption and say, 7zip's RAR encryption? I thought the latter would be pretty much unbreakable.

      --
      Why OpalCalc is the best Windows calc
    3. Re:Regarding the anonymous reader by Anonymous Coward · · Score: 2, Informative

      We're going to debate whether this is a MUST for TLS 1.3. If we have a really fast, strong, constant-time public key exchange algorithm - one which makes even ECDHE look slow - and we do: Curve25519 or its faster, equivalent Twisted Edwards cousin Ed25519 - I see no reason to not mandate it.

      The drawback of going SHOULD is some people won't, and a Nation State Adversary (I've started to use that term as a catch-all, general description of the threat model posed by hostile extremely well-funded national intelligence agencies such as NSA and GCHQ - the initials are serendipitous and will hopefully serve as a reminder about who can never be trusted again!) will capitalise on that opportunity by convincing people not to.

      Saying it MUST be forward-secure eliminates that, and if we can push TLS 1.3 as hard as we can when its design is finished, peer-reviewed, multiple well-tested and publicly audited implementations exist by publishing a new BCP which we'll point to and convince PCI DSS and other national standards agencies that running the old TLS versions now is a security vulnerability that MUST be fixed... then we might finally get some movement on that. It took something like a decade for TLS 1.2 rollout. I don't think all of that is due to the NSA, but I do think that ponderous inertia definitely helped their cause.

    4. Re:Regarding the anonymous reader by fisted · · Score: 1

      and in as few words as possible

      None -- STOP -- Algorithms fine -- STOP -- Random numbers predictable -- STOP -- problem -- STOP

  14. *EMC Corp* now by Anonymous Coward · · Score: 5, Interesting

    They're owned by EMC now, all that data held on EMC kit and in EMC 'clouds' secured by RSA software. Or rather *not* secured by *NSA* software so the NSA can break in easier.

    Wow, that is trillions in damage even before we get to the criminal law book.

  15. Mankind sold out for a relative pittance by JoeyRox · · Score: 1

    I'm more surprised that civilization has lasted this long considering the greedy nature of man. It only takes one wealthy wackjob to buy a chemical or nuclear weapon and use it to kill millions of people.

    1. Re:Mankind sold out for a relative pittance by jd · · Score: 1

      Actually, archaeology shows that only some societies are greedy. It happens that those are the societies that dominate, but that is a consequence of short term gains being militarily better than long term gains, in early history. You were very vulnerable back then and even small losses had large impacts.

      Ultimately, though, it means that humans are not compelled to be a bunch of arrogant twits. At the very worst, some societies may have a genetic propensity for it, but that dictates nothing. Even if it did, sending the right-wingers to Mars (or, better, Venus) and using gene therapy or eugenics to reduce (not eliminate, that would be bad) violent tendencies should be sufficient.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  16. Slashdot or Twitter? by Threni · · Score: 4, Insightful

    "amirite?"

    This wouldn't have been posted 10, or even 5, years ago. I don't want to see it. Please don't lower your standards.

    1. Re:Slashdot or Twitter? by sideslash · · Score: 1, Troll

      I don't think there should be a comma after the "5" in your post.

    2. Re:Slashdot or Twitter? by Anonymous Coward · · Score: 0

      Anyone who uses "amirite" as part of an argument is probably wrong, amirite?!

    3. Re:Slashdot or Twitter? by Anonymous Coward · · Score: 0

      "amirite?"

      This wouldn't have been posted 10, or even 5, years ago. I don't want to see it. Please don't lower your standards.

      Speaking of standards, perhaps you should go talk to the fucktards* over at Merriam-Webster. They accept submissions so fast it makes TLD Registrars look conservative.

      (* yeah, that's probably in the unabridged version too)

    4. Re:Slashdot or Twitter? by Anonymous Coward · · Score: 0

      "amirite" would be 4chan not twitter. Twitter would have "hashed" it to #amirite.
      also... too many commas.

    5. Re:Slashdot or Twitter? by jd · · Score: 1

      It is not only valid but required, so although your thoughts are appreciated, they are nonetheless wrong.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    6. Re:Slashdot or Twitter? by jd · · Score: 1

      Standards have never been as high as I'd like - typos and grammatical errors abound in articles - but noospeek is definitely a new low. I would suggest sacking the current editors and replacing them with Grumpy Cat and Happy Cat.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  17. RSA Denial by Jerslan · · Score: 1
    From TFA:

    RSA and EMC declined to answer questions for this story, but RSA said in a statement: "RSA always acts in the best interest of its customers and under no circumstances does RSA design or enable any back doors in our products. Decisions about the features and functionality of RSA products are our own."

    That is one of the biggest loads of horse shit I have ever heard. If any part of that statement from the RSA were true then the NSA deal would never have happened and the NSA Formula would never even have been an option, much less the default...

    1. Re:RSA Denial by bob_super · · Score: 2

      I don't see a problem with the statement:
        - For $10M, the NSA became a customer
        - RSA didn't design or enable back doors, it provided an inferior and more breakable encryption. That's not technically a back door.

      Pay attention to the weasel words. No statement gets out unchecked by Legal.

  18. Treason and crimes against humanity by dgatwood · · Score: 4, Insightful

    I'm assuming for the moment that this evidence is, in fact, legitimate. Given how heinous the NSA's actions have been lately, it seems completely in character, which makes that likely a safe assumption. However, just to give them the benefit of the doubt, everyone involved should receive a fair trial. With that said, everyone involved should be tried for high crimes against the United States and its allies. These are accusations of very serious crimes.

    Deliberately compromising the secure communications of hundreds of millions of computers all around the world just so a bunch of pencil-dicked asshats can play their little spy games goes so far beyond unconscionability that it borders on a crime against humanity. Such ends-justify-means thinking is fundamentally incompatible with any form of liberty or justice. Our data is fundamentally easier to crack not just by our own government, but also by organized crime syndicates, foreign governments, and even terrorist groups. In all likelihood, even military communications gear is less secure, which means our troops are at elevated risk during a time of war as a direct result of their actions. That's treason, even by the absolute strictest definition thereof. Further, such deliberate weakening of crypto endangers the lives of dissidents in countries with oppressive regimes, many of which are considered our enemies—an act that could also be considered treason.

    Their actions, if true, clearly constitute providing material support to terrorists and treason by means of providing material aid to our enemies in a time of war. Therefore, according to U.S. law, everyone involved should be immediately treated as enemy combatants, deported to an appropriate holding facility outside our borders—preferably the one affectionately known as "Gitmo"—and tried before a military tribunal.

    In addition to prosecution of individuals, there should be consequences for the groups involved. RSA should be immediately dissolved and all its assets destroyed. Further, at this point, it should be abundantly clear to anyone with even the slightest understanding of crypto that nothing short of the complete and total elimination of the NSA and a constitutional amendment clearly and plainly banning any similar organization from ever existing in the future can even begin to restore trust in cryptography and computers. That organization is fundamentally malevolent, and its very existence is inherently incompatible with the very concepts of security and privacy. No matter what successes they may have had, nothing can possibly even come close to justifying such a heinous breach of the public's trust.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

    1. Re:Treason and crimes against humanity by Anonymous Coward · · Score: 0

      Dude, you just have to operate under the assumption that anything that happens on a computer is public. If you want to wack it to tranny porn without anyone knowing buy it on dvd with cash from a brick and mortar porno store. If you want to be the center of a gay gangbang bukkake session go hang out in the bathroom of a gay nightclub instead of trolling craigslist. Or you could just come out of the closet, I mean no one except your wife really cares if you like to smoke pole, bro.

    2. Re:Treason and crimes against humanity by Anonymous Coward · · Score: 0

      When the president does it, that means that it is not illegal

    3. Re:Treason and crimes against humanity by Anonymous Coward · · Score: 0

      Deliberately compromising the secure communications of hundreds of millions of computers all around the world just so a bunch of pencil-dicked asshats can play their little spy games goes so far beyond unconscionability that it borders on a crime against humanity. Such ends-justify-means thinking is fundamentally incompatible with any form of liberty or justice.
      [...]
      Their actions, if true, clearly constitute providing material support to terrorists and treason by means of providing material aid to our enemies in a time of war.

      Read the last line of TFA:

      The White House, meanwhile, says it will consider this week's panel recommendation that any efforts to subvert cryptography be abandoned.

      If this is not some form of implicit admission, I don't know what is...

    4. Re:Treason and crimes against humanity by Tom · · Score: 1

      Exceptionally well said.

      Too bad that the real world won't follow that advise. It should.

      --
      Assorted stuff I do sometimes: Lemuria.org
    5. Re:Treason and crimes against humanity by Anonymous Coward · · Score: 0

      No, that merely means that the fact that it is illegal has no consequences.

  19. Let me say this from Germany: by Anonymous Coward · · Score: 0

    ..sure as hell I trust Google as much as I trust the NSA to do crypto properly for me. And that "djb" guy, is he also on the payroll of the N.S.C. ???

    1. Re:Let me say this from Germany: by Anonymous Coward · · Score: 3, Informative

      djb's funded by a NIST grant or two, but they're actually furious that, for example, he's running a crypto competition without telling them. Dude is a professor with tenure, and does what the fuck he wants, and is a great example why such things can sometimes be brilliant for science. (There are plenty of people who don't like him because of his personality and penchant for unusual decisions, but these decisions are often for very sound reasons.) I've checked his stuff out extensively, and this is great.

      Similarly, I've been through Adam Langley's stuff on this draft with a fine-toothed comb, and it's fine. ChaCha20's great, we analysed it and its variant as part of the BLAKE hash in SHA-3 competition; best attack 7/20, which makes it slightly better than the eSTREAM winner Salsa20 (best attack 8/20).

      Many cryptographers have worked together on all this stuff. Some of them are American. Bruce Schneier is American, but I don't think the NSA have subverted him. Quite the opposite.

      It says a lot about the NSA's actions that they've irrevocably damaged the US's national interests by providing some very strong reasons for everyone else not to trust them, though. You're right not to put trust in people you don't know. You don't know me. Weigh in yourself, check this stuff, if you have better ideas, please contribute them, and at the very least feel free to provide oversight, please!

    2. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      Why do we need EC at all ? Is it more resilient against Quantum computers ?

      Can't we just use DH+Blowfish or RSA+3DES and be done with it ?
      Regarding the "error-timing weaknesses" and the following RC4-knee-jerk adoption, maybe we should change the protocol instead of using the RC4 crapola ? Would that be too rational ?

    3. Re:Let me say this from Germany: by Anonymous Coward · · Score: 4, Informative

      We can't really recommend RSA 3072 bits now, 4096 for being safe. We're approaching the limits where RSA is going to become prohibitively slow - same for standard D-H. If we need more security but keep similar mechanics, representing the discrete log algorithms with a different field is definitely the way to go.

      As far as practical quantum computers, it's hard to predict timescales. They'll probably mash all discrete log and polynomial/factoring algorithms into pulp - but we don't have any reason to suspect any NSA is THAT far ahead. That would be a phenomenal cryptanalytic and mathematical advance. I'd estimate we still have 20 years, but I'm plucking numbers out of the air here.

      As far as post-quantum encryption goes, we're looking too far ahead, it's not developed enough yet to have anything good to switch to. Hash-based signatures which are a possibility, but two-key ciphers are a big problem: the few which have been proposed are often based, on, say, lattice algorithms (such as NTRU, although I have a hunch the NSA have a hand in that one, purely because it's a public key standard, it's American and it's patented; it's had bad security reviews too, with some key leakage with signatures) and linear codes (like Goppa codes with McEliece signatures, the drawback of these systems being the keys are REALLY BIG). Worst, we don't have any proof quantum computers are actually bad at solving these either: in fact, I think they ought to be really good at solving lattice algorithms, we just don't have an algorithm that we know of that would allow them to do it yet. We need another decade's research; we need something to switch to FOR that decade, first.

      Yes, using TLS 1.2's AES-128-CCM or AES-128-GCM or CAMELLIA equivalents or something would have been more rational. That's why NSA convinced PCI DSS to recommend RC4.

      I wouldn't recommend Blowfish nowadays, not when Twofish exists, at least. And 3DES? No. Way too old and creaky. Didn't you want to use a cipher they hadn't co-designed?

    4. Re:Let me say this from Germany: by swillden · · Score: 4, Interesting

      Google has an interest in proper encryption. They can only sell your data if the potential buyer cannot acquire it without paying them.

      Sigh.

      Google does not sell data, at least not in any form other than anonymized and aggregated, and not very much even that way. Google makes money from using your data itself (to target ads to you), not from selling it to others.

      FWIW, I work for Google, on crypto security stuff, and Google does have a strong interest in proper encryption, because it's the right thing to do. It allows people to control their data. With respect to Google's business, Google would like you to choose to provide your data because you think it's a good trade for Google's services, but wants you to have the ability to make the choice not to provide your data. To anyone, if that's what you want.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    5. Re:Let me say this from Germany: by Anonymous Coward · · Score: 1

      I know I'm posting AC, but I have to echo the above: as someone who groks this stuff deeply, I have a high level of trust in both djb and agl. They're on the Good Guys side, and they're putting out very strong, very reliable stuff. They've been doing it for years. If there's anyone whose crypto code I'd trust blindly, it's that pair of hackers.

    6. Re:Let me say this from Germany: by TheGratefulNet · · Score: 0, Troll

      Google does have a strong interest in proper encryption, because it's the right thing to do.

      I just threw up a little in my mouth.

      btw, fuck you for being so brainwashed that you think Your Company(tm) still is an honest company and has any ethics at all.

      --

      --
      "It is now safe to switch off your computer."
    7. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      Yeah, seriously. You can't assume a company will be honest just because it has a profit motive to be honest.

      RSA had a profit motive not to be allowed to have it's products sabotaged. But guess what: the profit motives of managers and those of the imaginary corporation do not match that well. It was stupid for RSA to allow the NSA to scam it. But the managers who allowed it are laughing all the way to the bank.

      Google, unfortunately, is now primarily populated by engineers and managers who didn't found the company. Overtime the motives of Google employees and Google-the-corporation will slowly drift away from each other. Hopefully it won't become as egregiously mismatched as at RSA or EMC, but over time that's the way these things tend to go.

    8. Re:Let me say this from Germany: by myowntrueself · · Score: 0

      If that 'djb' guy is Dan Bernstein no, he can't be fucking trusted. He is the creator of the qmail MTA. He is clearly insane.

      --
      In the free world the media isn't government run; the government is media run.
    9. Re:Let me say this from Germany: by yuhong · · Score: 1

      The big difference is that Larry Page is still running that company, though this does reminds me of Vic Gundotra.

    10. Re:Let me say this from Germany: by martin-boundary · · Score: 4, Insightful
      Sigh. You're making the mistake of thinking in the short term. Right now, Google only packages and provides (rather than sells outright) data to law enforcement. But unless you've live under a rock for years, or are a newborn, you cannot seriously claim that Google won't package and sell data to ordinary customers in the future. All it takes is a decree from Larry Page, a change in policy, and it's done. With retroactive access to previously collected data.

      All the successful companies do U-turns to stay in business. Bill Gates did a U-turn on the Internet, Steve Jobs did a U-turn on the iPhone. IBM did several U-turns in its long history, they didn't even make computers when they were founded. And that's just U-turns, then there's acquisitions. When Larry Ellison buys Google in the next 10 years, do you think he'll have any qualms about selling peoples' data to anybody?

      Google is Evil because they Built The Dataset. This data is so valuable and comprehensive, and the pioneering of the techniques to do it over and over again, ever more efficiently and cheaply, that people without scruples want it now, will want it in the future, and will eventually control it. That it certain, and you helped make it happen.

    11. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      Hey ad seller. If you work on crypto security stuff for this company which sells our privacy, and which has a small army of lobbyists so the state doesn't protect our privacy (like in the EU), and in return gives the NSA access, why don't you tell us about the NSA within google? Are you a traitor? Are you a fascist cunt? Are you an enemy of the people? Did you sell your soul? Obviously you are a liar. You act like google is not evil, which it obviously is. Perhaps you can shit your propaganda elsewhere? Now fuck off and go count your little peanuts you got for your betrayal. And pray the people will never get control back. You made us your enemy. Ok, you are our enemy. Good luck with that, fascist.

    12. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      Google would like you to choose to provide your data because you think it's a good trade for Google's services, but wants you to have the ability to make the choice not to provide your data. To anyone, if that's what you want.

      Are you serious? You're delluded. I want Google to STOP collecting my data, not just not provide it. THIS is the fucking problem AND it's the same problem with the NSA. The only way to guarantee that the data can't be used is to NOT collect it. Period.

      In order for that to happen, Google needs to STOP searching through every fucking email that goes through their servers.

      AND BTW, why do I need a fucking gmail account just to use a fucking ANDROID device - why? WHY?

    13. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      Larry Page and his wife have deep ties with the current administration and he was a shameless shill for Obama during the election campaigns.

    14. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      The difference between insanity and genius is measured only by success. Yes, djb is the kind of genius that designs things (like qmail and djbdns) in extremely unorthodox and unusual ways that strongly challenge the status quo because he can, and because he genuinely thinks that way is better, and can explain why he did it that way. A lot of people tend not to agree with him, particularly if they have had cause to work with or argue with him: he can be abrasive, and challenging - there's a reason I love his crypto work but wouldn't put him forward as chair!

      (But you've got to admit, qmail has a bloody good security record. Not quite perfect, and some of it even he admits is 'half-baked' - but I'd like to see you step up to the plate and write anything better from a security perspective.)

      Even if you don't agree with his decisions, you've got to admit: he's the kind of maverick who, if the NSA 'suggested' something, he'd do the exact fucking opposite just to spite them, loudly and publicly.

      Hence, say, the CAESAR block-cipher-mode competition (hopefully we can design something to eventually replace CCM/GCM/OCB modes, maybe XTS mode too), the organisation of which he's partly funding with his NIST grant, even though NIST aren't running it and have no say in it whatsoever! They do not like that - not one bit! Well, tough.

      Besides, we shouldn't trust anyone's work blindly. That's why it's being done in public. Many eyes make bugs shallow, as long as the eyes are actually looking. Well, they're looking damn hard NOW.

    15. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      Google would like you to choose to provide your data because you think it's a good trade for Google's services, but wants you to have the ability to make the choice not to provide your data. To anyone, if that's what you want.

      Can I please be allowed to create Gmail accounts without giving up my phone number? Can I please use Google-Plus without using my real name?

      Of course, I'm free to not use Google services, but that's the same deal as every other company. Because until Google becomes a government entity (or buys out or is coerced by) a government, then of course I can opt-out of giving Google data by not using Google services at all, but it's not saying much.

    16. Re:Let me say this from Germany: by myowntrueself · · Score: 0

      "All email must be either delivered or bounced" is an insane email policy.

      It required 3rd party patches to make qmail behave in a sane way.

      djb is a nutcase.

      --
      In the free world the media isn't government run; the government is media run.
    17. Re:Let me say this from Germany: by Bob9113 · · Score: 1

      [Google] wants you to have the ability to make the choice not to provide your data. To anyone, if that's what you want.

      So why did they cut the Android privacy tool? When will it be restored?

      Why did they subvert the Safari privacy preference?

      Why do they use supercookies when the most probable intent of a person with cookies disabled is to not be tracked?

      Does Google really hold the right to choose privacy sacred? Or do they serve other masters first? Know them by their actions, not their words.

    18. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      FWIW, I work for Google

      Goldman Sachs, JP Morgan, Linda Green, Monsanto, Tepco, AT&T, Mossad

      "ya know how ya go in the supermarket around left to the veggies, right to the meats, center for the as seen on packaged tv food"

      Here's the thing mr swillden. Starve this beast.
      That means you quit working, stop paying taxes (as much as possible without killing family members on accident) and feeding this monster. Forget your career, forget your websites, quit laughing at preppers

      --not another penny in tax if it's going to enslave, kill and rip people off!!

      It's called CONSENT. and you refuse to END it.

      you say your in encryption biz, but for the right price if google asks you to toss anti-bodies into tree chippers, you smile and comply.

      If your not really into encryption, but dabble, you know you can make your OWN encryption and not even the NSA can crack it with some effort.

      After running your post through the American Weasle Word Decrypter 2.2

      it seems your trying to tell people that Google has another deception (black fib) about encryption, and another (the white lie/business end-talk-a-round) about data handling.

      The problem here is one of perception.

      I don't hate you as person, but I hate your choice to continue to feed the beast and yet sit here and invade this discussion of WRONG DOING, R/NSA + *RNG

      The rest of your business speech for google is pointless drivel for anyone who isn't a band on the road or the venue where bands go.

      But what you fail to mention is the way that you have historically provided the censorship controls. (while there likely are some photoshopped bs affairs about google or the NSA taking dowm both website and my "skype tripe radio show" on the date of the million bannana free shit army march, thereby blocking logistics. There are plenty of examples of EXPENSIVE DESTROYED works all of which were blowback by misguided forces
      (see I can talk around too, just like you can)

      If I was you I would study the the friendly market tickerguy's Debt to GDP chart and consider your place in the universe.

      When you see through the crap, it's hard to keep the smile on your face when you feel sick to the stomach.

      If you program for the sake of programming, then don't release it until the oath breaking scum step down.
      get a new way of thinking.

      google helps bands and venues, but with targeted diminishing returns in the end there will be no bands and venues.

      Both google and youtube have come a long way from gopher and the bbs fido network.

      The problem IS the spying. The problem is the oath breaking.
      The problem is the trashing of the Constitution and BIll of rights. The problem is Electronics being exploited in Finance, Economy, Business, ELECTIONS, MEDIA, and on and on.

      ELECTIONS AND MEDIA alone... have pandora sub boxen.

      I can go to eff.org and see the certificate uses RSA! Forget PFS=YES

      You can laugh about me typing horrible format into this 4" box, crap chice of words, broken sentences, but you can't laugh about what I KNOW and POINT you at. I am not asking questions, I am TELLING you. If you don't look at R/NSA you don't see RSA , NSA in it. If you don't see the FSA you don't know what the free shit army is, let alone their commanders. *RNG means just that like *NIX Go beyond, oh it's just conspiracy theory. It's a Conspiracy. Period.

      You can pick any topic and the problem is the lights are being turned out. I mention this from time to time on slashdot, at FIRST you laughed at me. Now with people you knows towns getting waffleboarded by SAG/SRM ops, pensions getting stolen, and veterans in your family getting butt humped by fags taking their pensions DARE you still have the insolance to laugh? That's my only question. The rest we can fight/argue in the streets.

    19. Re:Let me say this from Germany: by jdogalt · · Score: 1

      Google does not sell data, at least not in any form other than anonymized and aggregated, and not very much even that way. Google makes money from using your data itself (to target ads to you), not from selling it to others.

      I believe you are naive, and buying or regurgitating the plausible denial that has been crafted by Google. Even if Google truly is that innocent in intent, they have been negligent in securing that data so that it can't be stolen from them, even if they themselves aren't selling it. My oldest brother is an engineering VP at Google. There has been some serious kool-aid drinking there and in silicon valley over the last 10 years. And it's not so much that I believe he was misinformed, but rather, secretly informed, and doing a very good job of towing the public line which was a conspiracy to keep the public disinformed about the real state of security.

      FWIW, I work for Google, on crypto security stuff, and Google does have a strong interest in proper encryption, because it's the right thing to do. It allows people to control their data. With respect to Google's business, Google would like you to choose to provide your data because you think it's a good trade for Google's services, but wants you to have the ability to make the choice not to provide your data. To anyone, if that's what you want.

      Again, this is the naive line. Look at my epic saga over the past year complaining about GoogleFiber's terms of service that first "prohibited any kind of server" and now merely prohibit any kind of "commercial server". This is a conspiracy by Google, the NSA, and others, to keep the kinds of tools it would be necessary for people to secure their data at home - *as if it were their 'papers' (per 4th ammendment) - out of the marketplace. Call me a kook all you want, but the idea that chilling the market for commercial home server software (open source and otherwise), is consistent with what network neutrality was designed for... I mean really. You seriously believe you're employers line? Oh, that's right, enjoy your nice fat paychecks twice a month, and don't dare 'bite the hand that feeds'. Good luck to you brother.

    20. Re:Let me say this from Germany: by jdogalt · · Score: 1

      The big difference is that Larry Page is still running that company

      Sorry, but it was announced last year here on slashdot that the Lawyers have long since taken control. Seriously-

      http://slashdot.org/comments.pl?sid=3106555&cid=41288357 (quoted entirely here-)

      Posting anonymously for reasons that will be obvious.

      Larry Page is really annoyed by the "no servers" clause. In an internal weekly all-hands meeting he repeatedly needled Patrick Pichette about the limitation, and pointedly reminded him that the only reason Google was able to get off the ground was because Page and Brin could use Stanford's high-speed Internet connection for free. Page wants to see great garage startups being enabled by cheap access to truly high-speed Internet. Pichette defended it saying they had no intention of trying to enforce it in general, but that it had to be there in case of serious abuse, like someone setting up a large-scale data center.

      I don't think anyone really has to worry about running servers on their residential Google Fiber, as long as they're not doing anything crazy. Then again it's always possible that Page will change his mind or that the lawyers will take over the company, and the ToS is what it is. If I had Google Fiber I'd run my home server just as I do on my Comcast connection, but I'd also be prepared to look for other options if my provider complained.

    21. Re:Let me say this from Germany: by yuhong · · Score: 1

      They later backed off and clarified this rule, as I remembered.

    22. Re:Let me say this from Germany: by jdogalt · · Score: 1

      They later backed off and clarified this rule, as I remembered.

      I spent over a year complaining to the FCC, and the Kansas Attorney General about this. To this day the FCC hasn't uttered a single sentence analysis of either my original 1000 character complaint, or the 53 page escalation-manifesto that the KS-AG threw back at them like a hot potato. The backing off came after a period of time - measured in hours - after pictures like these hit the web (children who probably don't know the issues holding picket signs)

      http://crossies.com/IMAG0778.jpg

      The subsequent backing off into 'no commercial servers' allowed only bolsters my arguments that the issue was from the beginning, entirely about suppressing commercial home-hosted server competition from the internet services marketplace, and nothing at all about protecting the internet with 'reasonable network management' from the inherent danger of the 'server-ness' of any particular device. The real bottom line issue has always been simple fraud about the 'no data caps' claims. There is a cap, it is just arbitrarilty and selectively enforced by restricting whatever devices Google doesn't want off of its network. In this case, servers that commercially compete with the millions of servers Google has connected to it's endpoints of 'the internet'.

    23. Re:Let me say this from Germany: by swillden · · Score: 1

      Google doesn't give the NSA access.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    24. Re:Let me say this from Germany: by swillden · · Score: 1

      Right now, Google only packages and provides (rather than sells outright) data to law enforcement.

      Actually, Google doesn't do that either. It does respond to subpeonas, warrants and National Security Letters, when those documents are provided per the requirements of the law and are narrow and specific (i.e. no dragnets). See David Drummond's numerous public statements on this topic.

      you cannot seriously claim that Google won't package and sell data to ordinary customers in the future. All it takes is a decree from Larry Page, a change in policy, and it's done.

      I agree, that is a valid concern. I don't believe it will happen, certainly not while Page and Brin are in charge. But it's a possibility. I'm skeptical that it could be made retroactive, but I suppose even that is a possibility.

      When Larry Ellison buys Google in the next 10 years

      LOL.

      Google is Evil because they Built The Dataset. This data is so valuable and comprehensive, and the pioneering of the techniques to do it over and over again, ever more efficiently and cheaply, that people without scruples want it now, will want it in the future, and will eventually control it.

      The dataset will be built, regardless. Personally, I'd much rather that it was Google doing it, because Google actually does care about user privacy. In the long term, this isn't a problem with a technological solution, it's going to require a legislative solution. Either that or we'll evolve a society that simply doesn't care about privacy (which isn't an entirely negative idea; read David Brin's "The Transparent Society"). Personally, I'm skeptical of a world that doesn't allow for personal privacy, so I think we need to address it legislatively. I don't know that we need to be quite as draconian about it as some European nations have, but their legal frameworks provide a good starting point.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    25. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      For reference purposes: this is what working in the kool-aid factory looks like.

    26. Re:Let me say this from Germany: by cbiltcliffe · · Score: 1

      When Larry Ellison buys Google in the next 10 years, do you think he'll have any qualms about selling peoples' data to anybody?

      Oracle's market cap is currently less than half Google's. I don't see Oracle gaining a lot of ground in the next decade, or Google losing that much value. If anything, Google would acquire Oracle, rather than the other way around.

      Now, there are certainly companies that are big enough to buy Google, but they're certainly few and far between.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    27. Re:Let me say this from Germany: by swillden · · Score: 1

      Got no arguments of substance, I see.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    28. Re:Let me say this from Germany: by Anonymous Coward · · Score: 0

      Wow, you sure won that one! You must be so very proud...

    29. Re:Let me say this from Germany: by swillden · · Score: 1

      Ah, that's the problem. I was viewing this as a discussion, not a contest. In a discussion it's usually preferable to make some cogent arguments, or at least state some assertions, rather than just spew snark and sarcasm. If you're looking for a contest, I'll bow out and let you find someone else, because I'm not interested.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  20. The article is at best suggestive by Anonymous Coward · · Score: 0

    From the article:

    RSA's contract made Dual Elliptic Curve the default option for producing random numbers in the RSA toolkit. No alarms were raised, former employees said, because the deal was handled by business leaders rather than pure technologists.

    "The labs group had played a very intricate role at BSafe, and they were basically gone," said labs veteran Michael Wenocur, who left in 1999.

    Within a year, major questions were raised about Dual Elliptic Curve. Cryptography authority Bruce Schneier wrote that the weaknesses in the formula "can only be described as a back door."

    The revealed information only proves that NSA wanted elliptic curve to spread, not necessarily why. It could be because they were certain that it was the best technical road for the future, or it could be because they knew something special about it that was useful to them. There isn't really any way of knowing. Even Schneier is overstepping. The weakness has been suspected, but never proven as far as I've seen. It is suggestive, but not definitive. People have had similar doubts about the NSA before, such as when they changed the DES S-boxes before approving the DES as a standard that was developed by IBM. People though they had inserted a weakness and spent countless amounts of time in analysis and testing to try to prove that. Eventually it was demonstrated that it DES was immune to differential cryptanalysis which broke many other ciphers but which NSA knew about 20 years before anyone else, and strengthened DES against. It could be similar scenario playing out here. There is no way to tell. One thing I'll note is that I believe I've seen that Schneier has said that there is nothing in the Snowden leaks to prove that NSA has actually weakened the ciphers although that bit of news is a challenge to find.

    1. Re:The article is at best suggestive by Anonymous Coward · · Score: 0

      Hello, potential NSA shill! No, it's not "weakness". It's a blatant, neon-sign, 100% pure honest-to-god backdoor, so obvious nobody needed a proof.

      Look: If I said I've got this great cryptographically secure random number generator that, given an entropy source, uses RSA to generate sort of random numbers (that turn out to not be particularly great random numbers anyway, by the way), that relies on the hardness of factoring (so, it'll be quantum-computer crackable in the future where a symmetric one wouldn't be?) and is ridiculously slow by comparison to the normal ones you'd use by, say, keying a block or stream cipher and feeding it with a counter... you could generate a keypair yourself, but don't worry about that, here's a default public key you could use, right here in this government crypto standard, nudge nudge wink wink, and said absolutely nothing else, what would your next three questions be?

      That's right. How did you generate this public key, where's the private key, and what are you trying to pull? That's EXACTLY what the NSA did with Dual_EC_DRBG, only with elliptic curves. I'm not even simplifying. It's the world's most obvious backdoor.

      By the way, NSA's changes strengthened DES against differential cryptanalysis, but weakened DES to linear cryptanalysis. The only pure strengthening I ever saw them do was add the rotate to SHA to make the final SHA-1, which strengthened it a little against an unknown attack that was later rediscovered by Xiaoyun Wang, et al, although that method was later extended to cover SHA-1 as well (although to date, no civilian researcher has publicly demonstrated a single full collision, there are some practical attacks on protocols that use it and it falls within the NSA's known capabilities), and of course, MD5.

    2. Re:The article is at best suggestive by Anonymous Coward · · Score: 0

      Hello, potential Russian/Chinese shill! It is a speculative claim, not a proven claim. For all we know they selected it to be resistant to some particular attack. If that is the case, your "no proof needed" assertion leads everyone off a cliff.

      Are you calling Linear attack against DES feasible? It take 2**43 known plaintext/ciphertext pairs!
      https://www.sans.org/reading-room/whitepapers/vpns/s-box-modifications-effect-des-like-encryption-systems-768

    3. Re:The article is at best suggestive by Anonymous Coward · · Score: 0

      You are Bleeding at your right obvious. Get yourself a band-aid.

  21. article not found by Anonymous Coward · · Score: 0

    now thats funny

    1. Re: article not found by Anonymous Coward · · Score: 0

      Same. Wow.

  22. How is this not criminal fraud on RSA's part? by JoeyRox · · Score: 5, Interesting

    They advertised and sold a product promising to secure customers' data yet they intentionally put an algorithmic backdoor inside that could be used not only by the US government but also discovered and used by hackers to compromise customers' security.

    1. Re:How is this not criminal fraud on RSA's part? by wvmarle · · Score: 3, Insightful

      There is probably some secret law hidden deep in a drawer in the far corner of a dark dungeon that legalises this specific contract.

    2. Re:How is this not criminal fraud on RSA's part? by Anonymous Coward · · Score: 4, Insightful

      If necessary, I am sure the Congress will grant retroactive immunity from lawsuits over this, just like they did with AT&T over the warrantless wiretap scandal. Justification: national security.

    3. Re:How is this not criminal fraud on RSA's part? by Dunbal · · Score: 1

      You expect the government to go out of its way to prosecute those who did exactly what the government wanted? Right. Blah blah blah sealed files, national security, etc...

      --
      Seven puppies were harmed during the making of this post.
    4. Re:How is this not criminal fraud on RSA's part? by Solandri · · Score: 1

      Let's wait to hear what RSA has to say before condemning them. Based on what the cell phone carriers and online mail services have been saying they've been forced to disclose, NSA may have shoved a court order in RSA's face saying they must implement this in the name of national security. And when they fought against it, the secret court ruled against them and put a gag order on them prohibiting them from disclosing any of this ever happened. The $10 million may have just been court-ordered payments from NSA to defray costs to implement the new algorithm in RSA's products.

    5. Re:How is this not criminal fraud on RSA's part? by Anonymous Coward · · Score: 0

      They advertised and sold a product promising to secure customers' data yet they intentionally put an algorithmic backdoor inside that could be used not only by the US government but also discovered and used by hackers to compromise customers' security.

      I hope this revelation provides legal recourse for companies with cash and integrity to try to use the system to dismantle bad actors in our goverment. Using the system to correct itself, if possible, would seem to offer less deleterious side effects. At least I hope the system is capable of this repair. Otherwise, the options start to look pretty bad for everyone.

    6. Re:How is this not criminal fraud on RSA's part? by deconfliction · · Score: 1

      There is probably some secret law hidden deep in a drawer in the far corner of a dark dungeon that legalises this specific contract.

      Memo to all members of the government of the United States- This is where we live now. If you don't have the guts to get on task of fixing this problem right now- then get the hell out while the getting is good.

  23. New Strategy by cervesaebraciator · · Score: 2

    Let's get together and make tons of new cryptographic systems. We'll keep selling out and weakening them until the NSA hits budget limits. We get rich; the NSA won't have money to continue spying. Win; win.

    1. Re:New Strategy by Anonymous Coward · · Score: 0

      the NSA won't have money to continue spying.

      No, they'll just divert funds from education, healthcare, and any other services that only benefit people whose annual income is less than 7-digits.

  24. Fuck off by Anonymous Coward · · Score: 0

    ..General Alexander.

  25. Playing Devil's Advocate by Anonymous Coward · · Score: 5, Interesting

    What if the NSA had gone to RSA in the past to get them to do what this Reuters article claims, and RSA did indeed say no?

    And what if, since many things about the NSA are coming out anyway, the NSA went to Reuters (or used some in-between person or persons) to plant the false story that RSA is in NSAs pocket -- in order to punish them for their earlier refusal? Because they know that you, and most others reading this, will believe that RSA products are infected by NSA backdoors, and not use RSA products... whether the backdoors, or weaknesses, or whatever, are there or not. I mean, it's not like Reuters fact-checks their shit anymore, and the press can get a "deal they can't refuse" just as easily as any other company.

    In that kind of scenario, RSA could be telling the absolute truth... and no one will believe them.

    1. Re:Playing Devil's Advocate by phrostie · · Score: 1

      Remember the NSAKey?

      http://en.wikipedia.org/wiki/NSAKEY

      MS gave the same song and dance

    2. Re:Playing Devil's Advocate by Anonymous Coward · · Score: 0

      You have a point...I just looked at the officers and board of directors for EMC and it's an almost entirely aryan company i.e. whites and indians...not a jew to be found anywhere...how do we know this isn't a zionist takedown of one of the last white owned technology and security companies?

    3. Re:Playing Devil's Advocate by Anonymous Coward · · Score: 0

      You have a point...I just looked at the officers and board of directors for EMC and it's an almost entirely aryan company i.e. whites and indians...not a jew to be found anywhere...how do we know this isn't a zionist takedown of one of the last white owned technology and security companies?

      WTF? Blaming Jews for problems of your own creation *again*!?!?

      I thought we fucking smoked all you stupid fucking racist/fascist motherfuckers in the 1940s!?!?

      People never fucking learn.

      I guess I need to recheck the hoses, valves, wand/igniter controls, and perform a pressure integrity test of the tanks for that M9A1-7. Looks like it's coming out of retirement.

    4. Re:Playing Devil's Advocate by Anonymous Coward · · Score: 0

      That RSA uses Dual_EC_DRBG as the default CSPRNG in their BSafe library is an independently verifiable fact. That Dual_EC_DRBG could have unsafe parameters and could harbor a backdoor in the standard is a verifiable fact. That the NSA used incredibly suspicious means to generate the parameters to Dual_EC_DRBG is a verifiable fact. That Dual_EC_DRBG is one of several optional CPRNGs in the relevant NIST standard, and that RSA could have chosen a more reputable alternative, but didn't, is a verifiable fact. That several other vendors chose to use one of those alternatives instead of the most suspicious and slowest one of the lot is a verifiable fact

      So there's no need to play devil's advocate regarding the Reuters story, as it's just icing on the cake. If you wanted to play devil's advocate you could merely point out that we DO NOT know for sure that Dual_EC_DRBG is in fact broken. It's only been proven that some parameters to Dual_EC_DRBG could have a backdoor; but no cryptographer has proven that the parameters actually specified in the standard are such a backdoor.

    5. Re:Playing Devil's Advocate by Anubis+IV · · Score: 1

      I know you're playing Devil's Advocate and that stuff like that has likely happened with American intelligence agencies, but that situation is horribly unlikely in this case for one simple reason: RSA's finances are a matter of public record since it's a publicly traded company, so we already know they received the money. It represented a third of the revenue for the division to which it was paid. The only question that remains is where the money came from, but if RSA had an easy answer for that, don't you think that they would have come forward with that information IMMEDIATELY, given how damaging these reports are going to be to their business?

    6. Re:Playing Devil's Advocate by Anonymous Coward · · Score: 0

      Well... they DID adopt Dual_EC_DRBG even BEFORE it became a NIST standard (let alone before it got enough review by the cryptographic community), which, for an experienced company in the field can mean only one of two things: incompetence or malice.

      A company like RSA lives or dies by their reputation. Either way you choose to see this, it shows that they are not to be trusted to keep your data secure.

  26. Voynich Manuscript Unbroken Yet by Mister+Liberty · · Score: 1

    That should be the big news.

  27. They didn't know! by hawguy · · Score: 5, Insightful

    "They did not show their true hand," one person briefed on the deal said of the NSA, asserting that government officials did not let on that they knew how to break the encryption."

    Right, the NSA, known to be codebreakers, paid them $10M to include their "special" algorithm, and no one had any idea that it could be compromised. Right. Why else would they pay them to use it?

    1. Re:They didn't know! by edelbrp · · Score: 5, Interesting

      A different era. They might have actually thought the NSA were honestly helping. Back then the NSA was probably perceived as being as much about hardening encryption as breaking it.

    2. Re:They didn't know! by Anonymous Coward · · Score: 0

      makes you wonder about SELinux now doesn't it?

    3. Re:They didn't know! by gman003 · · Score: 2

      If it was better, why would the NSA have to pay them to use it?

    4. Re:They didn't know! by Anonymous Coward · · Score: 0

      Ignorance is no excuse, if you have nothing to hide what are you afraid of -- etc. etc.

      The truth will come out, but it won't necessarily free us.

    5. Re:They didn't know! by edelbrp · · Score: 1

      I'm guessing it went something like this:

      NSA: "Nice products you have! We'd like to license $10m of it please for our own use, but could you make this algorithm the default in the configs? It would save us a lot of headaches in our configurations and it's the best algorithm to use!"

      RSA sales people: "OK! Sounds like you know what's best and your money is always good, of course!"

    6. Re:They didn't know! by Anonymous Coward · · Score: 1

      Then why did they pay for the algorithm to be included? The NSA should have asked to be payed instead.

    7. Re:They didn't know! by cbhacking · · Score: 2

      Probably even more so. Remember, for example, DES; the NSA modified the candidate cipher that become DES in a way that many people thought weakened it. Instead, it strengthened it, adding protections against a cryptographic attack that the civilian world would not even discover for years to come. When that technique came to light, and it was discovered how much more vulnerable the pre-NSA version of the then-most-common symmetric cipher suite was than it would otherwise have been, the NSA was hailed as the preventers of the cryptopocalypse. Even now, decades after it became incredibly popular and then was superseded and entered decline (although it's still very widely used, in the form of triple-DES), the only real weakness known in the cipher is its key length (which 3DES mitigates). Maybe the NSA of today has a break for the algorithm. Maybe they even did back when it was being standardized, but for Machiavellian reasons decided to instead strengthen it against the attack they figured would become known sooner, as a way to establish their bona-fides, and held onto the other one.

      For myself, though, I doubt it. Before the whole War on Terror bullshit, the NSA probably was a real force for good in the world. Amazing how much can change in a few decades, though...

      --
      There's no place I could be, since I've found Serenity...
    8. Re:They didn't know! by Anonymous Coward · · Score: 0

      I think all and all, the NSA has been a force for good. The strengthening of DES is one thing. However, one thing that helps immensely is the NIST security guides offered at no charge. Most of the stuff is common sense, but there are things that one might skip, such as forcing some machines to accept only signed executables, or enabling Tripwire-like functionality on other operating systems.

      NSA spying has cost me nothing, and stuff they do make, be it SELinux, Windows's hardening, OS X's hardening, and many other items, they have actually helped keep the bad guys at bay.

      So, call me deluded, but IMHO, they have been worth my tax dollars.

    9. Re:They didn't know! by Tom · · Score: 1

      It's not unthinkable. The NSA has two missions. One is breaking everyone elses security and the other is to ensure the security of US government and military computing.

      --
      Assorted stuff I do sometimes: Lemuria.org
  28. Nuke hystyeria by fyngyrz · · Score: 4, Insightful

    It only takes one wealthy wackjob to buy a chemical or nuclear weapon and use it to kill millions of people.

    No, it also takes a seller of such weapons. And there aren't any, or we'd have been sweeping up the remains of some city, political center, or major chunk of infrastructure by now. The whole "terrorists and nuclear weapons" is a total mind job done on you and yours by your government. One thing to to keep in mind: Nukes are very difficult and expensive to manufacture, and pretty damned difficult to lose track of.

    Civilization isn't likely to die due to nuclear weapons. We've set off well over a thousand of them already, and there's no particular notable effects other than the low hum of hysteria at the intersection of the set of the ill-informed and the paranoid.

    Also, Chemical weapons are a lot less "mass" than nukes are, barring very sophisticated delivery systems, which again, aren't available to religious tools. Bacterial weapons are vaguely possible (although still very, very technical), but incorporate the downside of most likely eventually killing everyone everywhere instead of just the target(s), and so not even your average superstition-addled dingbat seriously considers them.

    If you are a US citizen, If you want to worry about civilization, you should be worrying about the decay of our government from one authorized by the constitution into a form exclusively controlled by corporate and political groups. Because unlike the "nuclear threat", said decay is real and ongoing and has already screwed things up immensely: almost 100% loss of manufacturing capacity and so also jobs, crippling inflation, loss of citizen's rights, usurpation of article five powers by the judiciary, illegal legislation that spans almost the entire bill of rights to ex post facto laws to the complete inversion of the commerce clause, promulgation of multiple very expensive, ultimately useless wars... the problem isn't terrorists. The problem is our federal government. The whole terrorist thing is to keep the citizens looking the wrong way.

    --
    I've fallen off your lawn, and I can't get up.
    1. Re:Nuke hystyeria by JoeyRox · · Score: 1

      "No, it also takes a seller of such weapons. And there aren't any, or we'd have been sweeping up the remains of some city, political center, or major chunk of infrastructure by now."

      So because to our knowledge nobody has ever sold a rogue nuclear weapon to someone in the past that means it will never happen in the future? And you can leave out the government propaganda nonsense - I don't believe in government any more than you do.

    2. Re:Nuke hystyeria by fyngyrz · · Score: 1

      So because to our knowledge nobody has ever sold a rogue nuclear weapon to someone in the past that means it will never happen in the future?

      No, it probably won't happen in the future, either. There are huge technical hurdles, most likely insurmountable.

      But I'll tell you something else: Say it happens. Some big city somewhere goes up in a mushroom cloud. It still won't knock civilization out. There are billions of people on the planet, hundreds of societies, and the complete destruction of a city or two -- regardless of how -- won't mean squat in the long run to civilization at large. As we have already seen many times in the last hundred years, examples that come right to mind include Dresden, Tokyo, Berlin, Beirut, Warsaw, Hiroshima and Nagasaki, just to name a few. The whole "terrorists might get a nuke and end civilization" meme is pure hysteria, nothing more.

      And you can leave out the government propaganda nonsense - I don't believe in government any more than you do.

      What are you talking about? Did I say I "didn't believe in" government? No, I didn't say anything of the kind. Please try to keep the strawman assembly to a minimum. Let me explain my previous post in just a few short words: Your thesis about nukes ending civilization is utter nonsense; what you ought to be concerned with is the actual threat, which is the present government out of control. None of which is propaganda: it's straight up fact. Also, just as an aside, I consider government an absolute necessity. Get it now?

      --
      I've fallen off your lawn, and I can't get up.
    3. Re:Nuke hystyeria by sumdumass · · Score: 1

      I think what he is saying is that it takes more then just a buyer else we would have seen the results by now. Not that it will never happen- its just that there are no sellers right now.

      Besides, if there were sellers, I suspect one of the governments would be buying it already- with or without our knowledge. A nuke isn't something you can advertise a willingness to sell and keep quiet so much that no government would find out about it. I think a number of governments would simply outbid everyone else to either get something they don't have or prevent it from going to someone who doesn't already have one. The stakes are simply too high to ignore something like that.

      And that leads me to think no one would ever sell a nuke. They might steal one for their own use but the range of damage probably has too high of a chance of including the seller or something the seller might care about.

    4. Re:Nuke hystyeria by Anonymous Coward · · Score: 0

      "No, it also takes a seller of such weapons. And there aren't any, or we'd have been sweeping up the remains of some city, political center, or major chunk of infrastructure by now."

      So because to our knowledge nobody has ever sold a rogue nuclear weapon to someone in the past that means it will never happen in the future?

      No, it's certainly within the realm of possibility, but it's not a very realistic possibility. People actually do watch the nukes, and even if North Korea suddenly takes in mind to sell one off, they're extremely difficult to transport without detection. In the scope of potential terrorist actions, or "wealthy wackjob" actions, which are pretty damn rare to begin with, rogue nuclear weapon is an extremely unlikely tool. This penchant for both the media and intelligence services to get distracted by theoretically possible but completely unrealistic scenarios is what's gotten us into this situation in the first place.

      Seriously: "we'll just grep through all the communications of everyone in the world, and that will tell us who teh terists are." WTF really thought that was a good idea?

    5. Re:Nuke hystyeria by Anonymous Coward · · Score: 0

      "100% loss of manufacturing capacity" Starting with this, and working backwards, you might want to check your "facts".

    6. Re:Nuke hystyeria by fyngyrz · · Score: 1

      Nice job misquoting me. That "almost" you left out is critical to understanding what I said.

      See any steel mills? Visit Bethlehem and check 'em out. See any television or radio manufacturers? Other than Apple's recent foray into trash can manufacture, see any computer manufacturers? (and no, importers of Chinese parts to assemble don't count) Been to Detroit lately? That's a bloody eye-opener, I can tell you. Or just take a trip to Walmart and check country of origin on, well, just about anything.

      Sure, there's a little manufacturing left, but it's a pale shadow of what we have had in the past.

      --
      I've fallen off your lawn, and I can't get up.
    7. Re:Nuke hystyeria by bluegutang · · Score: 1

      "almost 100% loss of manufacturing capacity and so also jobs"

      Incorrect. US manufacturing capacity has increased greatly in the past few decades, not decreased.

      However, it has also become much more automated, so it employs less people.

    8. Re:Nuke hystyeria by gordo3000 · · Score: 1

      I hate to break it to you, but the detonation of one nuclear weapon in a population center in no way imperils human society. It wouldn't even register as a blip on the radar.

      what in the world do you think would cause the collapse of human civilization if a million people died tomorrow in an explosion? Death on that scale has happened many times, when the world population was much smaller, and hasn't caused any real upheaval in civilization.

      Even if you said 100 million, you are only on par with some of the worst disasters we have had, in terms of percent of world population effected. And actually less as a nuclear weapon is not diffuse in it's impact (like say, the spanish flu was).

  29. so all those https are worthless by Anonymous Coward · · Score: 0

    https - your NSA is sniffing your buying habbits

  30. Bet this cost millions in damages by PortHaven · · Score: 1

    I remember a while ago that all the little RSA doodads had to be replaced because they had been breached.

    I bet you 10 to 1, it was related to this.

    1. Re:Bet this cost millions in damages by kriston · · Score: 1

      RSA SecurID tokens have absolutely nothing at all to do with this.

      --

      Kriston

    2. Re:Bet this cost millions in damages by chill · · Score: 1

      You lose. That was a simple theft of the secret seeds used to generate the randomness on the tokens. Nothing super spy worth. Just some noob pulling an infected e-mail out of the quarantine folder and opening the un-asked for Excel file.

      --
      Learning HOW to think is more important than learning WHAT to think.
    3. Re:Bet this cost millions in damages by Anonymous Coward · · Score: 0

      Same company. Who knows? We just know they took 10M once, they may have taken more before.

    4. Re:Bet this cost millions in damages by Anonymous Coward · · Score: 0

      Simple theft? It was an APT that first targeted RSA to steal keys, and then they used that to hack several defense contractors and stole a bunch of shit.

  31. They deserve the $10M by thisisauniqueid · · Score: 1

    Since there are only about three people in the world that could actually tell you whether one set of elliptic curve constants are inherently more secure than another set, I'd say they deserve the $10M, probably a lot more. (Whether or not what they did is ethical is a totally different issue. It clearly was not ethical to betray the whole world's trust like that, especially for a company where half their core business is verifying trust.)

  32. Here's One by Anonymous Coward · · Score: 0

    http://scherbius2014.de/BitMischer.cpp

    A SPN network,unlike all the popular Feistel networks around.

  33. Bill Gates does this for free by Anonymous Coward · · Score: 0

    No-one has to buy out Microsoft- Microsoft inserts back-doors into every one of its products as part of Bill Gates' pact to work in every way to give 'the elite' more perfect control of the 'sheeple'.

    Did you know that Bill Gates partnered with Rupert "Fox News" Murdoch to create a massive database that is intended to gather information about every aspect of every child in the USA? Did you know that Gates' foundation pays teachers extra money if they use 'information' they have overheard during class or noted during meetings with parents, to 'enhance' the records of individual children? Did you know that Gates specifically mandated that every aspect of a child's sexual development must be noted in his database system? Did you know that Gates uses a specific pedophile term that labels potential victims, inBloom, for the company he and Murdoch created?

    Yahoo, Google, Twitter, Microsoft, Oracle, all of your main telecom companies- ALL the biggest players WILLINGLY implement NSA projects for the greater glory of what they think of as their exclusive team. Use an encryption product from ANY of these companies, and you only protect your data from casual attackers, NEVER from anyone with any links to the US government.

    But the encryption scandals pale into insignificance compared to Bill Gates' work pushing Common Core, inBloom surveillance of your children, and Xbox One Kinect 2 surveillance of your own homes (including giving a legion of pedophiles within government circles access to your children's bedrooms).

    How often have you read the comments from vile shills here saying it is a GOOD thing that Gates is persuading millions of Americans to install NSA cameras and microphones in their homes, monitoring the living room (or bedroom) 24/7, with a military grade time-of-flight sensor that can even trigger recording based on patterns of Human movement, including sexual activity?

    Only complete cretins did NOT know RSA was in bed with the NSA. Only complete cretins did not know official encryption standards were utterly compromised by the NSA.

    But Gates putting NSA cameras and microphones into millions of homes, and attempting to monitor the most intimate details of the lives of every US child, should make you sick and terrified to your core. Gates targets the most vulnerable in society, and attempts to use them as a trojan horse to get the most depraved policies of social engineering forcibly applied to the whole population. And Gates spends almost all his time, just like Tony Blair, travelling the world, hooking up with the most evil, most powerful, most influential individuals they can find in every possible nation. The solution Gates sells on his travels has ***US***, the people, as the problem.

    Don't like the fake NSA crippled encryption in mainstream products- no problem, you can use any one of a number of excellent free solutions. But what happens when you seek to protect your children from inBloom, Common Core, or the Microsoft NSA cameras and microphones that monitor you when you and your family visit neighbours and friends? You can say "keep the Xbox One out of my home", but you will encounter Kinect 2 spy hardware once you leave your home.

    Ask any person who lived in a Soviet state during the bad times, and they'll explain the REAL purpose of full surveillance projects, and exactly why the state wants you to know there can be no protecting members of your family from the most sickening abuses against their privacy and dignity. You wear people down. You break them body and spirit. And then you rebuild them any way you wish, as scared, unquestioning drones whose passive support is ALWAYS guaranteed even when 'active' support may not be.

    The old Soviet Stalinist model worked, but was infinitely flawed, and non-sustainable in a modern society. Tony Blair's 21st Century version, promoted at every turn by people like Gates, is redesigned from the ground up to offer perfect control to the 'elite' layer of society. The sheeple are perfectly controlled to never question th

  34. TYPO: you mean RSA sold out its customers by Anonymous Coward · · Score: 5, Informative

    TYPO: you mean RSA sold out its customers

    1. Re:TYPO: you mean RSA sold out its customers by Anonymous Coward · · Score: 0

      Wait one second!

      RSA... NSA...

      Holy sh--

    2. Re:TYPO: you mean RSA sold out its customers by BonThomme · · Score: 1

      hmm, some variant of ROT-4 encryption...

  35. This Is Not Acceptable. by Anonymous Coward · · Score: 5, Interesting

    I've followed the Snowden releases, curious as anyone else as to the ways and means of the NSA. Until now, the only real 'news' for me was the incredible scope of the NSA's reach and their staggering, seemingly unlimited budget. But this crosses the line. This little stunt has mammoth, wide reaching and enduring ramifications. This is beyond just storing "metadata", hooking in to Google's pipes or recording German heads of state. This action by the NSA is egregiously unethical on so many levels. There is no legitimate justification for intentionally weakening security of this nature. They might as well have gone to Schlage and told them that, from now on, they may only build deadbolts out of cheap low-grade plastic with a faux metal finish.

    The actions of the NSA carry immense potential risks for millions of people. Exploitation of the RSA weakness could lead to completely unnecessary breaches of privacy, political manipulation, loss of safety or financial loss. All in the name of protecting the country. The burden of risk created by weakening RSA is ultimately placed largely on the public. What benefit do we gain from this?

    This is not how I want my country to be governed

    1. Re:This Is Not Acceptable. by ewieling · · Score: 1

      Each new disclosure will push another bunch of people "over the line" and they will stop believing the NSA is a good thing. Welcome to the Paranoid Nutjob side, soon to be simply called "everyone". For years and years we were few, but now our ranks are growing every day. Soon you'll start wondering if your SSL session is secure, then start using cash more often, then stop shopping online. You'll either go totally crazy or find a balance between privacy and convenience. Eventually you'll assume everything a person in power says is a lie unless proven otherwise.

      --
      I really shouldn't have used someone else's email address for this account.
    2. Re:This Is Not Acceptable. by Anonymous Coward · · Score: 0

      It is also staggering that Snowden had access to all this info.
      He was a private contractor, part of a company, a subsidiary of the Carlyle group not the government.
      Private contractors who had full access, they could even assign security clearances for the info received as well as who or what to investigate.

      >This is not how I want my country to be governed

      You aren't being governed you are being sold, don't you think it is highly likely the info was abused for the benefit of businesses or individuals?

    3. Re:This Is Not Acceptable. by Anonymous Coward · · Score: 0

      >Until now, the only real 'news' for me was the incredible scope of the NSA's reach and their staggering, seemingly unlimited budget. But this crosses the line.

      Oh fuck off, you nutcase. Really, go fuck you deep and hard. You fucking fascist.

    4. Re:This Is Not Acceptable. by Anonymous Coward · · Score: 0

      ... their unlimited budget was released by the washingtonpost. It's $10 billion. Less than CIA. I guess you didn't follow so closely after all.

    5. Re:This Is Not Acceptable. by deconfliction · · Score: 1

      I've followed the Snowden releases, curious as anyone else as to the ways and means of the NSA. Until now, the only real 'news' for me was the incredible scope of the NSA's reach and their staggering, seemingly unlimited budget.

      Oh c'mon. The PRISM slide's demonstration of complete transnational corporate compliance with infiltrated 'cloud' servers was a pretty big line early on. In fact, this isn't all that fundamentally different, just throw RSA up on the slide next to Google/Facebook/Apple/Twitter. That's all this is really. So if you weren't bothered by government infiltration and de-securing of the communications infrastructure used by 99% of the population, I'm flabbergasted that you consider this your 'crossed line' and 'real news'. I'm suspicious your anonymous post is just part of the NSA massaging of this story. The public still needs to be reminded by smart comments that none of the past 6 months revelations were all that bad, but maybe this one, that they'll never remotely understand the math of and which can be handwaved into oblivion with talking points.... you get my gist.

  36. I am outraged! by Daniel+Hoffmann · · Score: 1

    They sold out for so little.

    1. Re:I am outraged! by Btrot69 · · Score: 1

      I agree, way too little -- but that just proves that blackmail must have been involved.
      The cash is just enough to provide the NSA "cover" for their blackmail when their actions were discovered (now).

      Considering that RSA and all of its executives had been targets of the NSA for years --
      it would be very surprising it they didn't get some dirt on someone at RSA.

    2. Re:I am outraged! by Anonymous Coward · · Score: 0

      Well, you see, RSA still had an upper hand in that deal.

      First of all, a conditional threat situation has a lot in common with any other negotiation - it is as much credible as there is an acceptable alternative to refusal to comply. NSA can't execute RSA board of executives and then go to pressure hypothetical STB, utilizing the same threat, that would be credible for STB because there was (hypothetically) also a TUC who is next in line ...

      Second, only bad guys score a better rep and more credibility when they materialize their threats. When people refuse and get wacked, the wise guys actually don't lose all score points in that transaction, they get more power. But that is generally because what mobsters do does not rely on rare specializations. There is always something else they can do. Any government, or generally regarded as benevolent, organization, however, damages own reputation and ability to get third parties goodwill and cooperation by acting as sociopaths. As soon as RSA would had been smitten, STB and TLA from above would immediately went out of crypto business and open fast food restaurants.

  37. Up to you to keep it that way by SuperKendall · · Score: 1

    The land of freedom and liberty. That's what I was always taught.

    It is, but you have to vote for people that want to keep it that way. You have to complain when people tell you that this or that part of the constitution doesn't mean anything anymore. You have to complain when government grows, for the larger a government is the farther it is from control even of elected officials.

    Anything worthwhile requires care and upkeep, and a nation is no different.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Up to you to keep it that way by jonwil · · Score: 1

      The problem with that is that every time someone does try to effect real change, they get beaten down by "the man" or painted as bad guys (see Occupy for example)

      Not only that, most people have been brainwashed by the massive corporate propaganda machine masquerading as "news" into thinking that unless the government is allowed to do all the crap it has been doing, we will have a wave of terror and crime that makes 9/11, Boston etc look tiny by comparison.

  38. It's not the crypto, it's the RNG by kriston · · Score: 5, Informative

    Having worked with pre-2000 versions of RSA BSAFE, the thing that the NSA paid RSA to do was to change the default selection of the random number generator with a weaker one. Nobody had to use the default version--it was just picked if you didn't specify one (or a callback to your own RNG). We had our own multi-threaded rendezvous noise generator thing since this was back before hardware entropy engines.

    Oh, and before that, the NSA had unsuccessfully tried to get RSA to tell people that 512-bit keys were safe enough. It wasn't successful mostly because the old guard was still running the company then.

    --

    Kriston

    1. Re:It's not the crypto, it's the RNG by yuhong · · Score: 1

      Yeah, this reminds me of the MS-Novell deal, which was done in a similar way and has similar problems.

  39. Fraud? by Anonymous Coward · · Score: 0

    This looks like a pretty straightforward commercial transaction If this agreement was with a non-governmental entity, wouldn't it be fraud to sell security software with a deliberately created flaw in exchange for money?

  40. coincidence..? by Anonymous Coward · · Score: 0

    Oddly (right), a few hours before the Reuters story, two FreeCode rngs were updated...

  41. China might be safer by Anonymous Coward · · Score: 0

    It seems Chinese hardware, algorithms and security systems are becoming more and more desirable.

    Not because they are less bugged or not used for spying, but because we must take more precautions using them from the outset. USA equipment now only gives false assurances of security, and that by nature, lowers one's care-factor.

    Sorry RSA, you just caused yourself a major harm.

  42. If you have purchasing authority by Anonymous Coward · · Score: 0

    If you have purchasing authority, make sure you let the RSA know why you won't buy from them.

  43. Paid Development by Anonymous Coward · · Score: 1

    Dollars to doughnuts this is going to turn out to be that they were paid to *implement* the algorithm in their products. The NSA will have been touting a new "better" algorithm, and claiming they want to popularize it because it's more "secure" (or better, faster, pinker, whatever) than the other alternatives. By paying RSA to implement it in their software, and even more so by making it the default, they will achieve that.

    RSA likely didn't know it was flawed (after all, nobody else did at the time).

    Remember, this was a different time - no sane company would do something like this today if the NSA asked, but we're talking close to 10 years ago based on the Reuters article.

  44. NSA gave them an offer they could not refuse. by enigmatic · · Score: 5, Interesting

    The sum of money does seem low, but when an agency like the NSA
    comes calling, I have a feeling that it they make you a proposal you
    cannot refuse.

    (Or you can do what Lavabit did, and just shut it down)

    1. Re:NSA gave them an offer they could not refuse. by Trax3001BBS · · Score: 1

      The sum of money does seem low, but when an agency like the NSA
      comes calling, I have a feeling that it they make you a proposal you
      cannot refuse.

      I think Phil Zimmermann (PGP) can attest to this. http://en.wikipedia.org/wiki/Phil_Zimmermann
      Very short Wikipedia article, the Criminal investigation is abnormally small.

    2. Re:NSA gave them an offer they could not refuse. by Almost-Retired · · Score: 2

      Yes, it was small. But in terms of secure comm, I'd bet that his (PZ's) last release before they busted him, PGP-2.6.2, is probably more secure than any release he has made since.

      But really, I think as far as the American Public is concerned, the horse is out of the burning barn now and the NSA as we know it, is likely not to exist 2 years from now.

      Just how long do you think RSA will last when its known they sold out? They are supposedly in the business of selling security, and they just sold the family jewels for a measly 10 Mil? If the lawsuits don't finish them, the lack of future business will because no one will renew a contract or license with a company that betrayed the public trust.

      And just how long will it be till Boeing files for both civil and punitive damages over the statement Brazil made yesterday when the suddenly gave a 4.5 Billion dollar contract for more modern fighter jets that Boeing was, and so was SAAB, convinced they had locked up 4 days ago.

      There are legal teams working for Boeing, eager to prove their worth, plotting the lawsuit for truly staggering amounts of money as I sit here typing this. Amounts of money that will only be printable by the fed because this government could not pay it in 20 years.

      The overall effect on our ability to do business internationally will amount to Trillions of dollars of losses in the next few years. The business people will settle for nothing less than being "made whole", and their definition of "whole" is being able to do business without a whole damned battalion of these 3 letter agencies snooping into how much tp they use in the company cafeteria. Or turning on the cameras and mics in laptops & cell phones so they can watch and listen to stuff that is absolutely none of their damned business.

      I love my country, but I do not love, nor do I trust my government, they have NOT been by the people, for the people in 65 of my damned near 80 years. Ben Franklin had a clue but probably went to his grave without knowing just how correct he was. Ike tried to warn us too.

    3. Re:NSA gave them an offer they could not refuse. by Bob9113 · · Score: 1

      The sum of money does seem low, but when an agency like the NSA comes calling, I have a feeling that it they make you a proposal you cannot refuse.

      For putting it in, fine. But you don't take the blood money then claim you had no choice. Comply if you have no alternative, but once you take payment from a traitor you are the enemy.

    4. Re:NSA gave them an offer they could not refuse. by SonicSpike · · Score: 1

      The government is kind of like the mafia... when they come knocking, you're gonna work for them "or else"

      --
      Libertas in infinitum
  45. Wow by sandbagger · · Score: 1

    As others have said above, this is not a lot of money, and how they got asked may have had a lot to do with it but surely someone said 'This will eventually come out'? I guess the people approving it were hoping to be long gone by then.

    --
    ---- The above post was generated by the Turing Institute. Maybe.
  46. Incriminating Evidence? by Anonymous Coward · · Score: 0

    Does anyone have a link to the document? I don't doubt the reuters story, I'm just interested in reading the original document...

  47. Crossing Boarders by Anonymous Coward · · Score: 0

    Wire Fraud.

    Wire Theft.

    Consumer Fraud.

    Product Fraud.

    WIllful Collusion To Commit Fraud.

    The Gate Of Hell Open Wide.

    A Choras of Angels Sing.

    This blows the news to date out to Andromeda; No Prisoners, All Will Die.

    Blood in the streets and body parts on the lawn.

  48. Common practice by Anonymous Coward · · Score: 0

    RSA is fucked, White Hat practice is to allow time to patch or fix vulnerabilities, before full disclosure.

    I'm guessing, sometime in the future we will see the proof of concept release that allows ANYONE to feasibly brute force RSA using the shortened PRN list.

    I'd expect major financial institutions to move ASAP due PCI compliance requirements forcing them to.

  49. The end of personal privacy and of private life by matbury · · Score: 5, Informative

    Christopher Hitchens, in his inimitable style, tried to get across what makes states like North Korea, Iran, and Iraq (under the Ba'ath party) so... well... indescribably unpleasant to live in. One of the cornerstones of such states is that they eradicate privacy and private life (a core theme of Orwell's 1984). Here's Hitch's attempt to describe it on Fora.tv: https://www.youtube.com/watch?v=Z-rTT8TPcck (Running time 1:00:52). The USA is assembling the infrastructure for the mother of all totalitarian states. They can do it better than anyone else in history, ...ever.

    1. Re:The end of personal privacy and of private life by Anonymous Coward · · Score: 0

      Yup, the best totalitarian state that money can buy. Go US ..... to hell.

    2. Re:The end of personal privacy and of private life by bluegutang · · Score: 2

      Or if you don't want to watch an hour long video, read the following essay about Cuba.
      http://www.worldaffairsjournal.org/blog/michael-j-totten/welcome-cuba

      “The surveillance and denunciation system is so rigorous,” Fontaine writes, “that family intimacy is almost nonexistent.”

      Family intimacy is almost nonexistent.

      Aside from the slave labor camps and the staggering body counts, I can think of no more devastating an indictment of totalitarian government than that sentence. Something broke inside me when I read it.

      I certainly wasn’t intimate with anybody in Cuba—and I don’t mean physically any more than Fontaine did. I had to lie by omission every minute of every hour of every day just like the Cubans. A person could get used to this sort of thing, I suppose, but that does not make it less alienating. That’s the counterintuitive thing about totalitarian systems. They herd people into Borg-like collectives, yet every individual is savagely atomized.

      I never felt so alone in my life.

    3. Re:The end of personal privacy and of private life by matbury · · Score: 1

      I guess we're all thought criminals and that's doubleplusgood.

  50. how many more? by trybywrench · · Score: 1

    How many more companies have these contracts?

    --
    I came to the datacenter drunk with a fake ID, don't you want to be just like me?
    1. Re:how many more? by Anonymous Coward · · Score: 0

      Google
      Microsoft
      Yahoo

      shall I go on?

      My only hope is that the mere utterance of the term NSA makes foreign customers think twice. Only by utterly destroying American internet presence and businesses can the point be made.

  51. CORRECT LINK by Anonymous Coward · · Score: 0

    http://www.reuters.com/article/2013/12/21/us-usa-security-rsa-idUSBRE9BJ1C220131221

  52. explanation, please? by Anonymous Coward · · Score: 1

    For those of us who aren't au courant with this area but are trying to educate ourselves, can you explain a little further what you've said and why it might be significant? Tnx.

  53. NSA security policies by SpaceLifeForm · · Score: 1

    Well, when you use Windows, it probably really doesn't matter what kind of security policies you have since you are using proven insecure systems in the first place!

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
    1. Re:NSA security policies by itsphilip · · Score: 1, Flamebait

      I'm not a Windows fanboy or anything (Full disclosure: I use it my media center and gaming PC, everything else is Mac (laptop and desktop), BSD (NAS box, FreeNAS and pfSense at my house) and Linux (my web hosting and ssh access to my house without exposing a PC with a bunch of data on it to the open Internet). That said, other than blind allegiance to FOSS, there is little indication that with regular updates and proper policies and procedures that later versions of Windows Server (2008, 2008 R2, 2012) are somehow defective by design or less secure than their OSS alternatives. Granted, we can't see the source code WHICH IS A MAJOR PROBLEM. However, I've used it plenty in the enterprise and it's just fine. In fact, our Linux boxes were targeted and successfully rooted (remote attacks) in my mixed-tenant datacenter more frequently than the Windows boxes, hands down. In fact I can't recall a single remote Windows attack post-2008. Lots and lots and lots of wordpress/apache/LAMP etc. exploits however.

    2. Re: NSA security policies by Anonymous Coward · · Score: 0

      You are an obvious shill. Wordpress and php is not linux. Rather, php is a mossad tool for promoting insecure web services. Php is not the fault of linux.

    3. Re:NSA security policies by Reziac · · Score: 1

      Same for the usual alternative.
      http://www.hackinglinuxexposed.com/

      In the original Hacking Exposed book, the only section that was THIN was the Netware chapter.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  54. seconded. DJB won't do what he's told by raymorris · · Score: 3, Informative

    > Dude ... does what the fuck he wants, and is a great example why such things can sometimes be brilliant for science.
    > (There are plenty of people who don't like him because of his personality and penchant for
    > unusual decisions, but these decisions are often for very sound reasons.

    Having had the honor and the curse of working with him, I whole-heartedly agree.
    Daniel J Berstein can be counted on to never do what anyone tells him to do.
    It's rather annoying. It makes him hard to deal with, and it means if NSA asked him to do something he'd almost surely do the opposite - loudly.

  55. ps: I don't mean to overstate my work with him by raymorris · · Score: 1

    After posting that I realized this is the second time recently I mentioned something about dealing with DJB. I don't want to overstate my own work. I was just one of many people part of IETF.

  56. Did RSA commit fraud? by MarkvW · · Score: 1

    Selling dysfunctional encryption as functional encryption looks a lot like fraud to me.

  57. Who else are they going to work for.. by dubist · · Score: 1

    Predictable, irritating but understandable.
    When the crypto genie really got going was when home computers became fast enough to generate useful enough prime numbers in times that did not upset domestic home users.
    Once this occurred the volume of encrypted "I want to lover you [sic]" traffic would start to drown out potentially useful-to-know-about encrypted traffic.
    I am not surprised,

    1. Re:Who else are they going to work for.. by Anonymous Coward · · Score: 0

      A C64 can already run unbreakable symmeric ciphers like 3DES and replace a Cipher Machine. That's why they yearn for hackable operating systems, browsers and the flash player. Probably the Intel CPU wiring has been pwned, too.

  58. comma pair sets of dependent clause by raymorris · · Score: 1

    Start with this complete sentence:

    This wouldn't have been posted 10 years ago.

    That's the independent clause, it stands alone.
    If we interject an dependent clause we set it off with commas. In this case, the dependent clause "or even 10" is set off with commas. This is the same as the more common explanatory pattern:

    Google Incorporated, the leading search company, offers many services.
    The part delimited by commas could be removed without changing the meaning of the sentence.

    English majors feel free to correct any errors in the above.

  59. Former RSA employee by cryptoengineer2 · · Score: 4, Interesting
    I worked at RSA from the late 90s thru the late 2000s, and was close to RSA Labs, though not in that group.

    I am appalled.

    RSA had, for a long time, an antagonistic relationship with the NSA; we wanted to push good crypto to the world, and the USG felt otherwise.

    I knew the people involved, and I don't think any of the original RSA Labs (which was what the RSA Data Security Inc people became) would have compromised their integrity in this manner. What's more, BSAFE (the SW library compromised), became more or less a dead duck after 2000, when the patent on the RSA algorithm expired; free libraries such as BouncyCastle became much more viable.

    After RSADSI was bought by Security Dynamics (which later renamed itself RSA Security), there was a gradual Borgification of RSA Labs, with it being assimilated more and more into the mother company (SecurID was always the main source of revenue, not RSA encryption).

    I haven't been able to find the date at which the bribe took place, but 10 million seems very low. If Coviello approved this, I hope he's sued by stockholders.

    ce

  60. ps: replace commas with parentheses to see why by raymorris · · Score: 1

    Ps if the above isn't clear, replace the commas with parentheses and you'll see why balanced delimiters make sense.

    1. Re:ps: replace commas with parentheses to see why by sideslash · · Score: 1

      Thank you, raymorris. I googled this myself (after I posted it, of course), and I think you are right. But I like to think that by hijacking the "amirite" complaint into a general grammar Nazi fest, I have been upholding the highest principles and traditions of Slashdot.

  61. philosophically right, incorrect re the technical by raymorris · · Score: 1

    I generally agree with your indignation. However, I believe you are mistaken about a technical fact that is central to your position. The following is NOT true, based on the current state of the art in cryptography:

    > Our data is fundamentally easier to crack not just by our own government, but also by organized
    > crime syndicates, foreign governments, and even terrorist groups.

    What the NSA may have done is made it so your encrypted communications have two keys: yours and the NSA's. There is no evidence that it weakens the algorithm in any way, provided of course that NSA doesn't publish their private key.

    We can't PROVE for certain that the algorithm is secure with or without the NSA constants, but the consensus probability is that it can only be read by someone who has a key. Keys are held only by the intended recipient and the NSA, so it does NOT weaken it, noone can read it, except maybe the NSA because they could have the key. It's like if I sold you a car and kept a copy of the car key. That doesn't make it any easier for car thieves. It only makes it easier for me to repo the car.

  62. ps we should be mad, just know what we're mad abou by raymorris · · Score: 1

    None of what I wrote above means we shouldn't be pissed at the US government. We should just be clear about exactly what we are pissed off about. We're mad that the NSA and RSA made it so NSA can decrypt our stuff. Noone else can.

  63. Voting systems too. by Anonymous Coward · · Score: 5, Interesting

    A while back Ron Rivest (the R in RSA) announced the Three Ballot cryptography for voting systems which was touted a system that would let voters check if their ballot was counted without jeopardizing the anonymity of the secret ballot. The really cool thing about it was that the crypto was a one-way system without any key at all. So it seemed to be uncrackable since there was no trusted key-keeper.

      Shortly before the publication was accepted, Andrew Appel at Princeton University and Charles Strauss at Los Alamos National Laboratory published articles showing it was invertable and not anonymous in practical election situations.

    http://www.cs.princeton.edu/~appel/papers/DefeatingThreeBallot.pdf

    http://www.cs.princeton.edu/~appel/voting/Strauss-ThreeBallotCritique2v1.5.pdf

      Imagine if that had been adopted... Sort of makes you wonder about everything RSA has touched including SSL.

    1. Re:Voting systems too. by cryptizard · · Score: 5, Informative

      That is how academia works. You can never be 100% sure that something is secure without extensive evaluation and peer review. Ron Rivest has published hundreds of papers, it's guaranteed that some of them contain mistakes. Insinuating that he did it because the NSA told him too is patently ridiculous.

    2. Re:Voting systems too. by Anonymous Coward · · Score: 0

      Not if there are money trails or the like.

    3. Re:Voting systems too. by Anonymous Coward · · Score: 0

      That is how academia works. You can never be 100% sure that something is secure without extensive evaluation and peer review. Ron Rivest has published hundreds of papers, it's guaranteed that some of them contain mistakes. Insinuating that he did it because the NSA told him too is patently ridiculous.

      Didn't you notice the topic of discussion here was in fact that RSA did something absolutely appalling because the NSA asked? The OP didn't insinuate anything, just pointed out the dangers of trusting that sources of crypto are benign. I think the insinuation is one you drew.

    4. Re:Voting systems too. by hairyfeet · · Score: 1

      Not if we have evidence that he has accepted bribes in the past to do that very thing which we do have now.

      Its no different than how a review is required of every single case a cop was involved in if it turns out the cop was dirty because from that moment on everything that cop did in the past is now suspect. Pretty much everything RSA has ever done now is gonna have to be picked at with a fine tooth comb or even more likely tossed, because how do we know that they weren't on the NSA's payroll when they came up with them? We don't and that is why its junk now. hope that 10 mil was worth it guys, as your life's work is now worthless shit.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    5. Re:Voting systems too. by Anonymous Coward · · Score: 0

      Grand Parent Poster here. Hey that's not at all what I meant. Ron Rivest is a personal hero mine, and I would assume every nerds. I really was trying to say exactly the opposite: don't trust crypto just because it comes from your heros.

    6. Re:Voting systems too. by Anonymous Coward · · Score: 0

      Pretty much everything RSA has ever done now is gonna have to be picked at with a fine tooth comb or even more likely tossed, because how do we know that they weren't on the NSA's payroll when they came up with them? We don't and that is why its junk now. hope that 10 mil was worth it guys, as your life's work is now worthless shit.

      Rivest, Shamir and Adleman betrayed the American people for a paltry 10 million dollars -- they figuratively kissed each and every one of us. If all three of these guys hanged themselves, it would be a fitting end.

    7. Re:Voting systems too. by Anonymous Coward · · Score: 0

      Again, with the Jews. A trillion dollars from the American taxpayers to resolve the Goldman Sachs banking fiasco wasn't enough. When will it end?

  64. The RSA was already as loved as the NSA... by Anonymous Coward · · Score: 0

    Before Snowden.

    I don't see much changing because of that, except to make it worse?

    Bugger of a boner there dudes. I'm guessing the upper echelon of this company consumes a lot of Rx drugs. Wow

  65. I am sad to say it. by Anonymous Coward · · Score: 0

    Because i voted for the guy. But I think we may need to start talking impeachment.

    We the people need to send a VERY blunt message to those who wish to serve in our government.
    Do NOT break the laws, and if you do you WILL be punished.
    And if you discover that one of the agencies is breaking the law, (or the spirit)
    then TAKE action.

  66. The RSA they use is different from the RSA we use by Taco+Cowboy · · Score: 5, Interesting

    NSA has customers? Surely not the voters

    The other intelligence agencies within the government are considered "customers" of NSA products.

    You guys have missed one important aspect of the RSA operation.

    NSA gave RSA 10 million to weaken/broken the RSA encryption that they sold to US. The "US" here means the non-NSA non-GCHQ based customers.

    And spook agencies such as NSA themselves do need to encrypt their OWN secret files too, and surely they are not that stupid to use the same weaken and/or broken encryption algo on their own files.

    In other words, NSA and GCHQ (and some of the "trustworthy" spooks from the other 3 countries in the "five eyes" pact) do employ RSA in their day to day encryption, but THEIR version of RSA is the unbroken/unweaken one - unlike the broken version that the RSA sold to the rest of the world.

    --
    Muchas Gracias, Señor Edward Snowden !
  67. wat by Anonymous Coward · · Score: 0

    for all intensive purposes, i could care less

  68. So what are your plan for America ? by Taco+Cowboy · · Score: 0

    We changed our minds on god and the bible in this country, why not change our minds on the constitution?

    If you think that the Constitution is obsolete, and you want to replace it with something else, pray tell, what you want to replace it with ?

    Fanatic Islamic Theocracy ?

    Fascism ?

    Communist hegemony ?

    Or a combination of all the above ?

    --
    Muchas Gracias, Señor Edward Snowden !
  69. Land of the Free Range by Eternal+Vigilance · · Score: 1

    Well said. History is just the cognitive version of those hagiographic paintings rulers like to put up in the palace.

    And as far as "Land of the Free," there's free as in speech, free as in beer, and free as in range. Americans are "free" in that final sense: "Land of the Free Range."

    Hey, at least we're waking up.

    "When we said 'We the People,' we didn't mean you."

  70. I am also sad, even when I did not vote for Obama by Taco+Cowboy · · Score: 1

    You are not the only one who is sad.

    I too, as an American, am very sad.

    I did not vote for Obama because I could see what he is (even before he became the President on 2008 I could already see through his lies) but then the other side (actually there's no other side ) the Republicans, fronted an even lousier asshole as their candidate.

    That is why I voted for the 3rd party, TWICE

    --
    Muchas Gracias, Señor Edward Snowden !
  71. Hardware vs. software implementation...of slavery by Eternal+Vigilance · · Score: 2

    You see, the easiest slave to control is one who doesn't realize he's a slave.

    "Totalitarian" governments control their populations physically, with chains, clubs, physical restriction. "Democracies" control their populations mentally, with imagery, thoughts, mental restriction.

    They're both the same process - one implemented in hardware, the other in software.

  72. Not just the execs by dbIII · · Score: 1

    Some of the employees have/had a lot in stock too with restrictions on trading it. Someone I knew in RSA thought he was getting cash a while back for bringing in some of his IP from before he joined the company but it was all in stock he had to sit on all through the tech crash. When he started he was facing a "join or we sue you" situation as well.
    They have/had some pretty nasty lawyers and execs in that place.

  73. Re:philosophically right, incorrect re the technic by Anonymous Coward · · Score: 0

    What the NSA may have done is made it so your encrypted communications have two keys: yours and the NSA's.

    Replace "NSA's" with "NSA's and whomever NSA insiders gave copies of the NSA key to".

    Potentially Meaning:

    1. Other governments that the NSA needs assistance from and thereby supplies them with copies of their keys.

    2. Other governments that manage to buy NSA keys from NSA turncoats.

    3. Criminal organizations that buy/extort NSA keys from NSA employees or confidants.

    4. Anonymous and/or other groups who penetrate the NSA.

  74. Re: The RSA they use is different from the RSA we by r_jensen11 · · Score: 2

    How sweet a victory would it have been if RSA had "accidentally" swapped said weakened & hardened encryptions, resulting in the NSA using the compromised method while the rest of the world continued to humm along as usual?

  75. False and misleading headline by WOOFYGOOFY · · Score: 3, Insightful

    Following this. This headline is not exactly true. 1) RSA was paid 10M to make the NSA algo the default in their bSecure product. We have no direct evidence that RSA (now owned by EMC) KNEW the RNG (random number generator) in the NSA compromised algo had been compromised. This is 20/20 hindsight.

    2) at the time, *some* people were suspiious generally of work done by NSA cryptographers for a variety of reason- the NSA had fought for the Clippe r Chip in the 90s ; the NSA was generally hsotile to strong encryption for civiliians etc. However, those opinions were countered by the majority of people who plausibly considered that the NSA had a real interest in seeing real encryption be used by US corporations etc. We now know who was right, the skeptics, but we didn't know that at the time that deal went down.

    This is what's called "plausible deniability" or "cover" in intelligence circles and everywhere else now but that's the point- it IS plausible, entirely, that RSA was taking money (and not a lot to RSA) to make it the default because they believed the NSA.

    Overall, at the time, the people who believed the NSA participated in encryption with the public out of a concern to see it done right were the majority.

    Just keeping the story as straight as possible because what we're interested in is the truth as far as we can discern it, right?

  76. Thank you! by Anonymous Coward · · Score: 0

    You're right, that was wonderful to see. Thank you for posting the link!

  77. Right... quoting JFK by SmallFurryCreature · · Score: 1

    Quoting JFK on honesty and openness in government. Maybe you should study some history.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Right... quoting JFK by BringsApples · · Score: 1

      Ooo, I hate studying history. Maybe you can help me by providing something that I should check out.

      I'm not a believer in any one person having all the answers, and I'm sure as hell not a fan of any political figure, simply because of what was done by them while in office. However, what JFK said about secrecy still rings true today still, at least for me. I only cited JFK as saying it because, well, he's the one that said it.

      There are many folks that bitch and gripe about this and that, and that's easy to do. To have a suggestion about how to make things better, for everyone, is much harder, if not impossible. Maybe it's best to simply stick to what makes the most common sense. Secrecy is something that makes people feel uncomfortable, and I feel that it only leads to fighting.

      Some say that we need governmental secrecy, in order to have proper military ability. I say if we get rid of governmental secrecy, then there would be no need for the military complex as it stands today.

      --
      Politics; n. : A religion whereby man is god.
  78. NSA Key by mlwmohawk · · Score: 1

    Remember the Windows "NSA Key" flip a few years ago. You think Microsoft DIDN'T add a key for the NSA now?

    1. Re:NSA Key by RKloti · · Score: 1

      Remember the Windows "NSA Key" flip a few years ago. You think Microsoft DIDN'T add a key for the NSA now?

      I suspect that, if Microsoft had covertly added a key to Windows on behalf of the NSA - or any other government agency, for that matter - it would not have been labelled as _NSAKEY. Suffice to say, if the NSA had subverted the security of Windows (which no longer seems entirely unreasonable), they would have done so in a rather more subtle manner.

      The Wikipedia article provides more information on the issue.

    2. Re:NSA Key by mlwmohawk · · Score: 2

      The wikipedia article you site only re-iterates the fact that no hard explanation was given about the name NSAKEY and we are left to conclude what it really means. And yes, having worked closely with Microsoft on a couple of their products, I am very comfortable with the obviousness of naming a key for the NSA, NSAKEY. The module was not supposed to have the symbols included.

  79. Re:Hardware vs. software implementation...of slave by Tenebrousedge · · Score: 1

    What a vacuous truth! All societies inculcate their values to the next generation. The only ones who take issue with this are deluded individualists. I would strongly encourage any one who so believes to break from the herd, to live as an island of selfdom -- to have the courage of their convictions.

    The individual person is as much a meaningless abstraction as a single atom. I rest serene in the confidence that, in the absurdly chance that there is a true individualist, they will have no effect on humanity.

    --
    Those who advocate genocide deserve every protection afforded by law, and none afforded by common human decency.
  80. Re:philosophically right, incorrect re the technic by dgatwood · · Score: 1

    What the NSA may have done is made it so your encrypted communications have two keys: yours and the NSA's. There is no evidence that it weakens the algorithm in any way, provided of course that NSA doesn't publish their private key.

    They're accused of sabotaging the random number generator that is used for generating keys. The net result is that what should be a random key is less random than it otherwise would be. That's not saying that it doesn't also somehow introduce some secondary key that can partially or completely decrypt the data, but whether it does or not, weakening key generation means all attackers (once they discover the flaw) benefit from the reduced entropy by being able to deduce things about the generated keys.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  81. weakening it in a very specific way. cracking requ by raymorris · · Score: 1

    They are suspected of weakening it in a very specific way. Their supposed backdoor uses essentially the SAME algorithm that it's advertised to use. In order for an attacker to "be able to deduce things about the generated keys" they'd need to crack the NSA key. They can break the encryption function, but to do so they first have to break the encryption function.

    What NSA did was evil, but they were smart about how they did evil .

  82. They are lying. by RNLockwood · · Score: 2

    No matter what any government agency or official says about new limits regarding establishing back doors or weakened encryption in algorithms or hardware, interception of communications, analysis of meta data of US citizens communications, secretly installing root kits, etc. One must now, and forevermore, assume that they are lying. It will be outright lies (kind of hard now because they supposedly don't know all of what Snowden has passed on), partial lies, and misdirection.

    It's all being done or our own good, of course.

    --
    Nate
    1. Re:They are lying. by Anonymous Coward · · Score: 0

      Indeed. See how they pwned Crypto AG, a swiss compay.

  83. So, Rationally by Anonymous Coward · · Score: 0

    I will simply GOST(TruePhysicalRandomSeed1,Counter) XOR 3DES(TruePhysicalRandomSeed2,Counter) XOR AES(TruePhysicalRandomSeed3,Counter) XOR Blowfish (TruePhysicalRandomSeed4,Counter)

    and BE DONE WITH IT ?

    It is always funny to see that supposedly "smart" people are actually incredibly complicated and less than rational.

    1. Re:So, Rationally by dnavid · · Score: 1

      I will simply GOST(TruePhysicalRandomSeed1,Counter) XOR 3DES(TruePhysicalRandomSeed2,Counter) XOR AES(TruePhysicalRandomSeed3,Counter) XOR Blowfish (TruePhysicalRandomSeed4,Counter)

      and BE DONE WITH IT ?

      It is always funny to see that supposedly "smart" people are actually incredibly complicated and less than rational.

      Those are all block ciphers. You should not trust intuition when it comes to combining block ciphers and presuming the combination is intrinsically stronger. See: why 3DES but no 2DES.

      Be careful when commenting on things you know nothing about, especially when punctuating with condescension. It makes you look like an idiot, even if an anonymous idiot.

  84. Saved by the Bug by PPH · · Score: 1

    It turns out that a coding error in SSL may have inadvertently(?) disabled the NIST/NSA recommended RNG.

    http://www.theregister.co.uk/2013/12/20/openssl_crypto_bug_beneficial_sorta/

    --
    Have gnu, will travel.
  85. Re:Hardware vs. software implementation...of slave by drinkypoo · · Score: 1

    "Totalitarian" governments control their populations physically, with chains, clubs, physical restriction. "Democracies" control their populations mentally, with imagery, thoughts, mental restriction.

    They're both the same process - one implemented in hardware, the other in software.

    Not only are you wrong (both types of government routinely use both types of control) but the American government uses lots of both types of control. Look at how much of our population is in prison or take a look at the reaction to a WTO protest sometime if there is any doubt.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  86. Re:weakening it in a very specific way. cracking r by Anti-Social+Network · · Score: 1

    I'm just not following your logic here. You say above you worked with IETF and Daniel J Berstein, so I have good reasons to suspect you're closer and more familiar with the details of this subject, but it seems to me that fundamentally the random number generator is an important part of the encryption math, so your statement that:

    What the NSA may have done is made it so your encrypted communications have two keys: yours and the NSA's. There is no evidence that it weakens the algorithm in any way, provided of course that NSA doesn't publish their private key.

    While the cipher may be more or less exactly as advertised, the weakening of the RNG is still an important factor. If "the algorithm is not weakened in any way" is true, it's only in the strictest technical sense, and not how most people will define it. You then go on to say that NSA has simply made themselves another key in the generation process. This strikes me as being exactly backwards. Care to elaborate?

    --
    Goddammit just when I get my first +5 the Beta rolls out and kills everything
  87. in theory, NSA has a partial key to the RNG by raymorris · · Score: 1

    The theory is that NSA has a partial private key to the RNG.
    If you can crack the NSA's key, you may be able to crack the RNG.
    HOWEVER, if you can crack keys, you can crack the encryption anyway.

    In order to crack a key, you have to crack the RNG.
    In order to crack the RNG, you have to crack the (NSA) key.

    So in the end you can crack a key only if you can crack a key. Evil genius.

    It DOES theoretically weaken it in one way. NSA's partial key is universal. If you crack MY key, you can read MY stuff. If you crack the NSA key, you can (maybe more easily) read EVERYONE'S stuff.

    Still, you have to crack the NSA's key to get anywhere, and if you can crack keys that'd be game over anyway.

    I wouldn't call myself an encryption expert . I've been doing information security for sixteen years. I can name a dozen people who understand this better than I do and I'd bet there are hundreds of people more knowledgeable than I on this subject.

  88. Hey, Americans! by Anonymous Coward · · Score: 0

    Will you *please* vote for another party next time? Like, the majority of you need to do it. I'm starting to get pissed off.

  89. Re:The RSA they use is different from the RSA we u by Anonymous Coward · · Score: 0

    I can confirm that the version of RSA used in my government agency is the same one you plebs are using.

  90. wow that explains alot by JimNoord · · Score: 1

    Who at ROSA knows the algorithm? That would be worth I ite a bit to hackers and malware writers. Not to mention CHICANO research and development thieves of USA tech as well as military data.

  91. Can't use Americans ... by RockDoctor · · Score: 1
    To be honest, it has long reached the point that if you're doing anything with computer security - including runnning an email servic, then you don't dare to use any product made in America, or by Americans, and you cannot trust any person who has American citizenship as they may be subject to pressures that they are forbidden to tell you about.

    Obvious solution : every part of your tool chain has got to be open-source, and you've got to employ a multi-nationality team who group-review everything security-related in depth.

    --
    Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"