Slashdot Mirror


Now On Video: GCHQ Destroying Laptop Full of Snowden Disclosures

An anonymous reader writes "On Saturday 20 July 2013, in the basement of the Guardian's office in Kings Cross, London, watched by two GCHQ technicians, Guardian editors destroyed hard drives and memory cards on which encrypted files leaked by Edward Snowden had been stored. This is the first time footage of the event has been released."

55 of 237 comments (clear)

  1. Wasn't this a movie? by Eyeball97 · · Score: 2, Funny

    Oh, wait... I think it was books they were burning in the movie... Or people... Maybe both...

    1. Re:Wasn't this a movie? by erikkemperman · · Score: 2, Insightful

      Godwin in 6 minutes, well done.

      Look, I agree that this is a pretty bad transgression on the part of British government, but let's keep a bit of perspective.

      If anything it is slightly comical that these people think they can destroy digital information with drills and grinders and so on. Obviously they really don't, GHCQ do not have a reputation of being digitards.

      So this is a message, the presence of cameras confirms it. On the one hand to the assorted press, watch your step. On the other hand to their US counterparts, sorry about this chaps we've got your back.

      Which is a dick move, to be sure, but not quite the holocaust yet.

      --
      Gosh, thanks. That must be why the other ships call me Meatfucker -- GCU Grey Area (Eccentric)
    2. Re:Wasn't this a movie? by Eyeball97 · · Score: 4, Informative

      Actually I was alluding to common practices going back many centuries, so well done on leaping to conclusions.

    3. Re:Wasn't this a movie? by Anonymous Coward · · Score: 5, Funny

      Nobody expects the Spanish Godwin.

    4. Re:Wasn't this a movie? by Tom · · Score: 3, Informative

      If anything it is slightly comical that these people think they can destroy digital information with drills and grinders and so on. Obviously they really don't, GHCQ do not have a reputation of being digitards.

      Ignoring the fact that copies exist (and everyone involved knew that), physical destruction is in fact the recommended way to destroy the data on a hard drive, SSD drive, flash memory, etc. etc.

      You can overwrite the drive 50 times and you can not be certain that the data is unrecoverable. If you put a grinder to the drive surface, you can be very certain of that.

      There's a reason the military shreds harddrives when it disposes of them.

      --
      Assorted stuff I do sometimes: Lemuria.org
    5. Re:Wasn't this a movie? by tftp · · Score: 2

      Ignoring the fact that copies exist (and everyone involved knew that), physical destruction is in fact the recommended way to destroy the data on a hard drive, SSD drive, flash memory, etc. etc.

      To rephrase: It's relatively easy to ensure that this HDD does not store any data. However it is nearly impossible to ensure that this data is not stored on any HDD.

    6. Re:Wasn't this a movie? by noh8rz10 · · Score: 2

      There should be a f451/Orwell godwin

    7. Re:Wasn't this a movie? by thegarbz · · Score: 5, Interesting

      You can overwrite the drive 50 times and you can not be certain that the data is unrecoverable.

      That hasn't been true for about 20 years now. Overwrite your data once and it's gone. Even if you don't overwrite it randomly no data recovery group have been shown to be capable of recovering overwritten data even in the face of great monetary incentive.

      There's a reason the military shreds harddrives when it disposes of them.

      Yes but it has nothing to do with data possibly being recoverable. It's entirely to do with removing all doubt if a procedure has been applied. If you look at a drive you have no way of knowing if the data has been wiped or if there's anything recoverable on it. If you look at small shards of what's left of a drive then there's no doubt. It doesn't mean that other methods aren't equally secure, just harder to administrate.

    8. Re:Wasn't this a movie? by Tom · · Score: 2

      That's a good question. It depends on what the original files were. I'll have to do some extrapolation, since I don't do low-level forensics, so if someone wants to correct me, feel free.

      When you run data recovery on an overwritten medium, you are usually able to recover at least parts of the data. Depending on file formats, that may or may not allow you to recover parts of the data.

      Imagine, for example, that you are able to recover 80% of the bytes in a file. For a textfile, that pretty much means you have it. Every 5th letter (statistically, of course) will be garbage, but in most cases that is easy to compensate for:

      Imag_ne, _or e_ampl_, th_t yo_ are_able_to r_over_ 80%_of t_e byt_s ...

      But if you have a compressed file, then those lost bytes often make decompression hard or impossible. That is true for both external compressions (.zip) and internal compressions (as in many image formats). In most cases, you can recover parts of the file, but the chunks missing will be much larger than the 20% of bytes you are missing.

      The same goes for encryption, but it depends on which encryption you use. A block cipher, for example, would probably result in the same result as an image file, with individual blocks unrecoverable.

      --
      Assorted stuff I do sometimes: Lemuria.org
    9. Re:Wasn't this a movie? by martin-boundary · · Score: 2

      The NSA has backdoors into the major encryption systems, for example in RSA products. So recovery is basically trivial, if you rely on any products sold or provided by Microsoft, Apple, Google, etc. Every large US company in fact has too much to lose if they don't cooperate with the NSA, so pick any company where it makes sense for the NSA to put backdoors in. If that company still exists today, then you can conclude that it has a secret deal with the NSA to spy on its customers.

    10. Re:Wasn't this a movie? by phantomfive · · Score: 4, Informative

      Generally when deleted files are able to be recovered, the bytes of the files weren't actually overwritten, they were merely marked as deleted by the filesystem.

      Theoretically, when a file has been overwritten with known data, it is possible to use an electron microscope to recover what was there before, but as far as know, no one has been able to actually achieve this. Especially with modern hard drives that are more dense.

      --
      "First they came for the slanderers and i said nothing."
    11. Re:Wasn't this a movie? by Anonymous Coward · · Score: 5, Informative

      You can overwrite the drive 50 times and you can not be certain that the data is unrecoverable.

      Bullshit. If your drive works fine, even after single (or two, if you are paranoiac) overwrite with random data no-fucking-body in the whole universe will recover anything.

      There's a reason the military shreds harddrives when it disposes of them.

      But for completely different reasons what you think, its because:
      - your drive might be faulty so the overwrite is actually not performed
      - could be faster (overwrite of big disk can take hours)
      - the destruction can be performed by IT-ignorant, non-technical guy
      - the destruction process can be easily CONTROLLED by another non-technical persons.

      This last one is actually main reason: in such process there are usually more people involved which "watch each other".
      However control of soft (data-only) destruction is very difficult: even if all involved people would be highly technically capable (including your commanding officer), It is difficult to assure that the other guy does not use (intentionally or unintentionally) wrong, hacked or faulty software, does not make copy during overwrite, makes proper control read after the process etc ...

    12. Re:Wasn't this a movie? by AmiMoJo · · Score: 2

      It was actually just Cameron being his usual thick-as-shit self. He requested that the drives be destroyed personally, apparently not realizing or understanding how little effect it would have. In fact it most likely had the opposite effect, ensuring that more material and this kind of negative publicity was put out. He really is a dumb fuck sometimes.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    13. Re:Wasn't this a movie? by Sique · · Score: 4, Informative

      You can overwrite the drive 50 times and you can not be certain that the data is unrecoverable.

      Actually, this is an old myth, which had some truth to it when hard disk weren't operating at the known physical limits. Then you could actually read some erased information by using a more sensitive magnetic head, which was able to tell the difference between a former one overwritten by zero and a former zero overwritten by zero. But this is no longer so. Any reserves that might have been in the magnetic surface of disk are now used to increase information density. The most sensitive reading heads available are those already built into the hard disks. Overwrite a section of the disk with zeros (or ones, whatever you like), and you can be sure that the information formerly there is safely overwritten.

      --
      .sig: Sique *sigh*
    14. Re:Wasn't this a movie? by maxwell+demon · · Score: 4, Insightful

      You can overwrite the drive 50 times and you can not be certain that the data is unrecoverable.

      If you can recover the data overwritten 50 times, then you also can recover the data overwritten 49 times (that is, the first set of data you've overwritten the original data with), the data overwritten 48 times (that is, the second set of data you've overwritten it with), the data overwritten 47 times, the data overwritten 46 times ... and you'd have to be able to distinguish between them. which means that on a 500 gigabyte hard disk, you'd be able to recover 25 terabytes of data. I strongly doubt that this is possible.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    15. Re:Wasn't this a movie? by petermgreen · · Score: 3, Insightful

      But for completely different reasons what you think, its because:
      - your drive might be faulty so the overwrite is actually not performed

      A related one:

      The drive may remap some sectors because they are failing, it may be very difficult to ensure that all the physical sectors are overwritten and not just all the logical sectors.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    16. Re:Wasn't this a movie? by Tom · · Score: 2

      Bullshit. If your drive works fine, even after single (or two, if you are paranoiac) overwrite with random data no-fucking-body in the whole universe will recover anything.

      Partially true, but not entirely.

      True, in modern drives we operate very close to the physical limites and overwriting is a lot more destructive than it used to be.

      However, there are also so many intermediate layers and internal logic (like the relocation of faulty sectors another commenter pointed out) that you'd have to go very low-level to come even close to any assurance that everything actually has been physically overwritten.

      Physical destruction is still the only way to be absolutely certain. All your bullet points also apply.

      --
      Assorted stuff I do sometimes: Lemuria.org
    17. Re:Wasn't this a movie? by Tom · · Score: 2

      Generally when deleted files are able to be recovered, the bytes of the files weren't actually overwritten, they were merely marked as deleted by the filesystem.

      Yes, but since a drive is partitioned into sectors, when you come back to recover the data from that free space, chances are good (depending on drive capacity and activity) that some of those sectors have already been claimed but other files.

      I agree my example was misleading. You won't actually be missing every 5th character - you'll be missing large chunks somewhere within the document.

      --
      Assorted stuff I do sometimes: Lemuria.org
    18. Re:Wasn't this a movie? by aevan · · Score: 2

      Cyberempaths using psychometry.

  2. What about the copies? by turrican · · Score: 2

    I'm sure those are locked away safely.

    1. Re:What about the copies? by bob_super · · Score: 4, Funny

      Nope, through computum entanglement, destroying the south bridge of the PC which had held the hard drive also destroyed all the copies.
      Quantum mechanics is a bit too complex for us peons, just trust the govt on this one.

    2. Re:What about the copies? by Immerman · · Score: 5, Informative

      In fact they claim it was made completely clear to the head honcho ordering the destruction that other copies did in fact exist and that this display would not change anything. It was purely a PR/attempted intimidation stunt.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
  3. Saving face? by txoof · · Score: 5, Interesting

    What the hell was that? They threatened to shut down the Guardian if the media wasn't handed over; it appears though that they didn't have the balls to go through with the threat. Instead they came up with this bizarre compromise that involved 'destroying' the data. Why do this? Was it just a way for the government to save face and not have to back down from some crazy ass redline that threw out there? They must know that the files were immediately duplicated and spread around the world. That was by far one of the strangest things I've ever seen a newspaper do.

    --
    This one's tricky. You have to use imaginary numbers, like eleventeen... --Hobbes
    1. Re:Saving face? by _Shad0w_ · · Score: 2

      I suspect The Guardian was mostly thinking "Sure, we'll play along with your little pantomime. It's not like it's actually going to make any difference." I suspect the technicians from GCHQ were thinking the same as well. Possibly with a side thought of "Well, it gets us out of Cheltenham for a day at least".

      --

      Yeah, I had a sig once; I got bored of it.

    2. Re:Saving face? by DaHat · · Score: 2

      More broadly, the UK lacks the same (or comparable) legal protections of the press & free speech that the US has via our First Amendment.

    3. Re:Saving face? by Tom · · Score: 4, Insightful

      I'm so tired of hearing that.

      The laws are different over here in Europe, yes. But bland statements like the above just make me cringe. Some rights are stronger in the US, some are stronger in Europe, and it even differs by country.

      And then there's the law on the one hand and enforcement on the other. The NSA didn't exactly get much opposition from Google, Microsoft and everyone else they've tapped into, did they? That's not new or "post 9/11", either. If you read up on the history of the NSA, you'll find that in the early days they went to the telegraph companies and without a court order they got copies of every telegraph message leaving or entering the USA.

      --
      Assorted stuff I do sometimes: Lemuria.org
    4. Re:Saving face? by BlueStrat · · Score: 2, Insightful

      Who can stop them?

      Me.

      You.

      All of us together.

      If they kill all of us, they won't have anyone to make their tea.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
    5. Re:Saving face? by Anonymous Coward · · Score: 2, Insightful

      Given its history, I think of the US Constitution as more a statement of good intent than any sort of iron clad protection or inalienable rights.

      I mean, pretty well EVERY time the US has been stressed (by war, by politics, by circumstances) the Constitution and its amendments have been set aside, only for the Supreme Court or whatever to revisit the situation 10 or 20 years down the track (long after the damage has been done) to reinstate said rights and privileges ... after which everybody apologizes to those so affected, and the next breach of the Constitution occurs.

      The point is that unless such laws are rigorously enforced (and if they were Edward Snowden would be immune from prosecution, the Nisei would never have been imprisoned, McCarthyisim wouldn't have been able to conduct its witchhunts, and hundreds of other breaches of th Constitution wouldn't have occurred over the last 2 centuries), and unless the US Court system is immune to political and social realities and enforces the Constitution literally, dogmatically and as a semantic problem ... then these breaches will regularly occur, the rights of US individuals will regularly be trampled on (as is the case with the CONTINUING NSA breaches) and the Constitution will essentially mrerley be a statement of good intent.

    6. Re:Saving face? by Anonymous Coward · · Score: 3, Insightful

      You'll note that the US government has not dared to even suggest censoring the New York Post.

      Whist you will notice that the UK government has not dared to suggest that reading the newspaper might cause you to lose your security clearance. Both equally stupid.

    7. Re:Saving face? by Tom · · Score: 2

      Just as the laws differ, so do the horrible things the government does. Yeah, the GCHQ went to the Guardian to get a computer destroyed. Meanwhile, Obama will have you killed by a drone. And while there is armed military at London's airports, they don't have a TSA.

      Really want to continue comparisons?

      --
      Assorted stuff I do sometimes: Lemuria.org
    8. Re:Saving face? by _Shad0w_ · · Score: 2

      There are very rarely armed military personnel at UK airports. Them being there is highly unusual and worthy of comment. The uniformed armed people you usually see at UK airports are regular armed police. Although that itself is unusual in a national context (though not at airports); our police aren't routinely armed (it's in fact a specialization you have to qualify for).

      --

      Yeah, I had a sig once; I got bored of it.

    9. Re:Saving face? by ultranova · · Score: 2

      All of us together.

      Which requires communication. Which is why NSA and its ilk are so hell-bent on wiretapping everything: to ensure any rebellion is crushed in the bud. Which, in turn, gives various governments ever greater assurance that they'll face no opposition no matter what they do, thus encouraging them to go farther.

      It's a nasty vicious circle which could easily end up in another age of tyranny. It's why things like Tor and Freenet are so important: anonymous communication is the only way to organize effective resistance before things get so bad that lots of people are willing to risk death to fight, which in turn is the only way to keep things from getting that bad.

      Of course, effective resistance also requires people to recognize a "divide and conquer" strategy when it's used against them. Which is why those in power are wish to discredit the concept of "class war": to keep the oppressed from having a group identity different from the oppressors. There is actually a class war going on, and has been for a while. The current economic troubles are part of the collateral damage, caused by the massive increase in debt caused by the concentration of wealth, and it will only get worse from here if the lower classed don't start fighting back effectively rather than dreaming futile dreams of winning the lottery and joining the 1%.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    10. Re:Saving face? by swillden · · Score: 5, Interesting

      The NSA didn't exactly get much opposition from Google, Microsoft and everyone else they've tapped into, did they?

      I think the NSA got considerable opposition from Google, and knew from the beginning that it would, which is why Google was (per David Drummond) never even asked to provide broad access to user data. The revelation that the NSA might be tapping connections between data centers caused a crash project to make sure all of that traffic was encrypted, for example. In general, this stuff has really pissed Googlers off and Google engineers are working to plug every potential leak they can find.

      (Disclaimer: I work for Google, but don't speak for Google.)

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    11. Re:Saving face? by swillden · · Score: 2

      Well you haven't heard it enough apparently so I'm going to repeat it for you: America has way better protection for the press and general freedom of expression than Europe and the UK in particular.

      And yet, both Freedom House and Reporters Without Borders rate the UK higher than the US with respect to freedom of the press. On paper the US has strong constitutional protection for the press. In practice, we're happy to ignore the constitution whenever it's inconvenient, and analysis of the actual treatment of the press demonstrates that.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  4. Re:No more bombshells? by viperidaenz · · Score: 5, Funny

    Not from that particular copy of the data.

  5. Moronic. by Anonymous Coward · · Score: 2, Insightful

    I'm dumbfounded.

    Why on earth would GCHQ and/or the government want to show us so clearly that they are complete morons?

    I might assume they are not and that there was some deep purpose to this display of idiocy but I don't see it.

    1. Re:Moronic. by sce7mjm · · Score: 2

      Definitely agree.
      I had a mate who's hard disk whose laptop wouldn't boot.
      He wanted to get all the personal data of it photos business accounts etc. so opened it up and took out the RAM and the the WIFI Card. And left them in his wood burner for a couple of days.

      He then gave me the laptop.

      I gave him back his hard drive and bought new ram and a wifi card.
      And told him to speak to me first next time.

  6. Re:Motherboards by Mister+Transistor · · Score: 2, Interesting

    It's just a stupid as the US response taking out and replacing every part of every computer and network that Snowden accessed.

    I mean, really - the CAT-5? Come on. Just a stupid excuse for work and so that they can claim "Oh he did millions of $$ damages, see we had to replace everything including a new coat of paint on the data center".

    Absolute tripe.

    --
    -- You are in a maze of little, twisty passages, all different... --
  7. Re:Motherboards by Tom · · Score: 5, Insightful

    It's just a stupid as the US response taking out and replacing every part of every computer and network that Snowden accessed.

    Disagree. No matter what you think of the NSA, in the whole circus they are one of the few people who actually know their stuff. These guys are scary good at what they do. If I had to clean up a place that was bugged by the NSA, I'd do the same - rip out everything and replace it.

    You can buy keyloggers that fit into a USB plug these days. I'm pretty sure the NSA has stuff like Ethernet monitors that fit into slightly-larger-than-usual CAT-5 plugs. And if you consider the size of Raspberry Pi, you'll realize that you can fit a whole second computer into the case of another computer.

    When your server gets rooted by a hacker, every security professional worth his money will tell you to wipe it and do a complete reinstall. There is no way to clean up the system without that where you can be certain that there's not a backdoor left somewhere you didn't look.

    This is the same, just in hardware.

    --
    Assorted stuff I do sometimes: Lemuria.org
  8. Something isn't adding up... by sixshot · · Score: 5, Funny

    I viewed the video and I read the related article... and it says here:

    A small team of trusted senior reporters examined Snowden's files in a secure fourth-floor room in the Guardian's King's Cross office. The material was kept on four laptops. None had ever been connected to the internet or any other network. There were numerous other security measures, including round-the-clock guards, multiple passwords, and a ban on electronics.

    Okay, 4 laptops are fine. So why does the video show a desktop keyboard? And why is there a completely destroyed ATX desktop motherboard shown there?

  9. Herding wildcats in a burning barn.... by rts008 · · Score: 5, Insightful

    Yes, let us NOW close the barn doors after the cats have escaped.....that will stop the cats from escaping!

    From my view(USA), the U.K. seems to be following in our footsteps with afterburners engaged.

    I remember when everyone was claiming computers would make life easier. LOL! Paperless offices FTW!
    (don't misunderstand; I like computers and networks, but from the beginning, I have always questioned the implementation of them as it occurred...one of the reasons why I don't own a cell phone, and studied networking so I could protect some of my privacy, just as I studied driving a vehicle before driving)

    The cat is out of the bag/barn door, the best thing for the gov't.s involved is to admit it and make acceptable changes, but don't hold your breath waiting.

    The question now is:
    Do we fight this crap, or grease up our bungholes and take like a good consumer?(we are no longer citizens or customers...just livestock consuming the crap corp.'s and their bitches(gov't) shovel out.

    If you use the term 'consumer' for anything outside of eating and drinking, or physically using something to depletion, then you are part of the problem by accepting this crap.

    Consume various media?
    I have NEVER eaten or drank an music or video file, I've watched/listened to them, and THEY ARE STILL THERE! So I could not have consumed them.

    This may seem like an offtopic rant, but the brainwash mentality is what makes this crap work.

    We have gotten into a mindset from this tactic that makes this shite easier to swallow, because we get used to swallowing shite. We have forgotten how to find out for ourselves, we WANT the 10 second soundbite because we are too busy swallowing the shite, to fit in with our shite swallowing peers.

    I personally am too old, broken down, and poor to start the needed coup, but will gladly join in if it ever happens.

    Here in the USA 20 years ago, if what happened under Bush jr.'s reign happened then, I would have started(or at least attempted) another revolution...strictly out of patriotic feelings for the oath I took to defend the Constitution of the USA, and Dubya and company would have been first against the wall to be shot as a traitor to the Constitution I pledged to uphold against enemies foreign and domestic.

    Apparently, my peers are happy to have the following generations buggered, and now it's showing up.

    In retrospect, I would include Obama and co. for not doing away with all of Bush/Cheney's constitutional violations.

    As it stands, I will do everything within my power and ability to train and educate the younger generations to combat this crap.

    Note to self: Quit posting when drinking!
      I meant everything above, but focus and eloquence decline severely when drinking!

    Apologies if I sound like some butthurt old geezer, but I am one, due to the 'War on Drugs', 'War on terrorism', War on this', War on that', alcohol is my only outlet short of ending up on the evening news as some nutjob taken out by the local SWAT Team. :-)

    OK, now all of you all, get off my lawn!
    *chugs bottle of Geritol*

    --
    Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
  10. This was done to protect the Guardian as well by sce7mjm · · Score: 3, Funny

    I think the Guardian guy is being deliberately vague, since they now have evidence that they destroyed all of their copies.

    They are now only going to report on the information that others are leaking.

    It is PR for GCHQ and the Government, i.e. don't hold documents you know you shouldn't cos we'll smash your shit up.

    It is part of the legal defence of the Guardian, "We aren't distributing this information, but are now free to report the information that others have released to the public"

    By the way IANAL, it just seems like common sense to me.

  11. Re:Motherboards by deconfliction · · Score: 4, Informative

    When your server gets rooted by a hacker, every security professional worth his money will tell you to wipe it and do a complete reinstall. There is no way to clean up the system without that where you can be certain that there's not a backdoor left somewhere you didn't look.

    Those were the good ol' days. These days everybody knows there are half a dozen backdoors in the various firmwares that even an OS wipe won't get. (disk, network, bios, etc)

  12. Re:Motherboards by dcollins117 · · Score: 2

    Disagree. No matter what you think of the NSA, in the whole circus they are one of the few people who actually know their stuff.

    If that were true, Snowden wouldn't have been able to access and distribute the sensitive security documents he did and we wouldn't be talking about this at all. Doesn't seem they are particularly competent with regards to security to me.

  13. Re:Motherboards by _Shad0w_ · · Score: 2

    Yes he would, because his job and vetting level allowed him unsupervised access to materials at that level of protection. The flaw in their system was either their vetting - I have no idea if there was anything in Snowden's past that should have given them a reason to consider him unreliable - or that his access was unsupervised.

    The problem with requiring supervised access to materials or infrastructure you (potentially) routinely access as part of your job is you've just doubled (at least) the number of people you need to do anything. Basically any system of security is going to require that at some point you have to trust people, otherwise the entire system becomes an unworkable nightmare and no-one can get anything done.

    --

    Yeah, I had a sig once; I got bored of it.

  14. Re:Such documents trove by tinkerton · · Score: 3, Insightful

    No actually, having a journalistic intermediary that does vetting and filtering is a better approach. One of the -false- accusations against wikileaks was their undiscriminate leaking of classified documents.

  15. Danger, top secret electronics dust by Craig+Ringer · · Score: 2

    It's probably been so long since they released it because GCHQ had to vet the video to make sure you couldn't reconstruct the document from the fragments visible during the video.

    They seem to be about that level of tech-literate.

    1. Re:Danger, top secret electronics dust by _Shad0w_ · · Score: 2

      You appear to be confusing GCHQ with the Home Office. I very much doubt the instructions for this little bit of theatre came out of GCHQ; it pretty obviously political theatre.

      --

      Yeah, I had a sig once; I got bored of it.

  16. Re:Motherboards by maxwell+demon · · Score: 2

    Well, given that it was the Guardian destroying the computers under oversight of GCHQ, and they knew it was filmed, I can imagine them fulfilling the order ridiculously to the letter, to make the stupidity of it obvious without the GCHQ being able to complain.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  17. Re:Motherboards by Tom · · Score: 2

    The NSA failed at basic information security. There are plenty of corporate IT departments that have more robust information security than the NSA it would seem.

    I didn't think I'd use that abbreviation ever again, but: ROTFLMAO

    Most corporate IT security is a joke. There's a reason the security consulting business is thriving, and it's that when they get called in, they always find yet another problem. What corporate IT is good at is creating bullshit rules that placate management types and don't add any actual security. Yes, I'm looking at you, SOX. And don't get me wrong, I worked as the Senior Manager IT Compliance for a fairly big company. It was a lot of fun, but most of what SOX adds is so basic in security that its main benefit is in revealing just how horrible the IT security in most corporations sucks.

    Everyone has security problems, and the NSA is not special. But claiming that corporations are better is just ridiculous given that a lot of my friends regularily walk out of corporate headquarters with their biggest secrets in their hands when they conduct pentests or social engineering tests.

    --
    Assorted stuff I do sometimes: Lemuria.org
  18. Re:Such documents trove by Applehu+Akbar · · Score: 2

    So after an extended period of public debate followed by a government raid on the newspaper offices, did anyone actually believe that this small set of computers held the world's only copy of that set of files?

  19. Re:Such documents trove by cold+fjord · · Score: 2

    That would solve two problems: the Guardian continuing to publish, and the staff's need for housing.

    --
    much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
  20. Re:Such documents trove by lagomorpha2 · · Score: 2

    http://arstechnica.com/tech-po...

    Apparently this guy thinks there are only a couple copies and they need to be physically returned to the NSA so they can be certain that no copies exist anywhere else. Or he's just being more obvious in deliberately implying things that are false than is normal even for someone in his position.

  21. Re:Motherboards by mysidia · · Score: 2

    There is no such thing as perfect security, and everyone knows it

    This is why the notion "It is OKAY if we have all these backdoors and all this data collection, the only quantum computer, etc, as long as it is controlled by strong security controls, laws, regulations, oversight" is absurd.

    " there is no privacy threat in collecting massive amounts of information — if access to that information is rigidly controlled and minimalized."

    ...

    The NSA feels that if people knew about these controls, they’d be OK with the collection. This argument reminded me of something I learned from my approved NSA source in the 1990s. The official who concocted the Clipper Chip scheme had a vision where private citizens could use encryption. But the NSA, though its built-in backdoor chip, would be able to access the information when it needed to. The official called his vision “Nirvana.” The NSA is still envisioning Nirvana ...

  22. Re:Such documents trove by Hal_Porter · · Score: 3, Informative

    One of the -false- accusations against wikileaks was their undiscriminate leaking of classified documents.

    False?

    http://download.cabledrum.net/...

    Interviewer: "So come on, redactions are going on at the same time, now there is
    or isn't a row going on about redaction, I haven't the faintest clue
    whether there is or isn't...?

    Mr Assange: No, there's no row going on about redactions at all....There was a
    group of reports where although they were not really intelligence
    informants there were sort of hotline tips...something called threat
    reports comprised one in five of the Afghan War Logs and so we held
    them back for a line by line redaction...But what we didn't do was
    redact one in five lines, putting black marker through it, we just
    removed them, and so it looked like we hadn't redacted everything but
    in fact we had redacted a fifth of all material, and this permitted an
    attack, a political attack, to come from The Times of London.... So The
    Times did a proxy war on The Guardian through us by attacking us....
    So most of those names were meant to be there, it is right for
    them to be published, it is right to publish the names of
    politicians, generals bureaucrats, etc, who are involved in this
    sort of activity, it is right even to publish the names of corrupt radio
    stations in Kabul that were taking SYOPS programme content. It is
    also right to publish the names of those people who have been
    killed and murdered and who need to be investigated and it is
    right to publish the names of all incidental characters who
    themselves are not at serious and probable risk of physical harm.
    Those incidental characters are someone who owns a company for
    example is just involved in shipping operations.... So then there is the
    question were there any sort of villagers or so on who gave
    information that might lead to reprisals, were there some of those?
    Um there were some villagers who - who had given information,
    um so that is a regrettable oversight, but it is not our, not merely
    our oversight it was the oversight of the United States military
    who should've never included that material and who falsely
    classified it, and who then made it available to everyone and it
    then got out."

    Assange never wanted to redact but was forced his media partners. Then he published the full unredacted cables on wikileaks' website. Which they denounced

    http://www.bbc.co.uk/news/worl...

    In a joint statement, the Guardian, El Pais, New York Times and Der Spiegel said they "deplore the decision of WikiLeaks to publish the unredacted state department cables, which may put sources at risk".

    And before you mention the password that appeared in David Leigh's book that was supposed to be for a temporary copy of the archive

    http://www.theguardian.com/med...

    WikiLeaks claimed its disclosure was prompted after conflicts between Assange and former WikiLeaks associates led to one highlighting an error made months before. When passing the documents to the Guardian, Assange created a temporary web server and placed an encrypted file containing the documents on it. The Guardian was led to believe this was a temporary file and the server would be taken offline after a period of hours.

    However, former WikiLeaks staff member Daniel Domscheit-Berg, who parted acrimoniously with WikiLeaks, said instead of following standard security precautions and creating a temporary folder, Assange instead re-used WikiLeaks's "master password". This password was then unwittingly placed in the Guardian's book on the embassy cables, which was pu

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;