Slashdot Mirror


How Long to Crack an 'Encrypted' HD?

brainburger asks: "In the UK, Tony Blair has recently lost a parliametary vote to allow the police to hold terrorist suspects for 90 days without trial. One of the justifications the police gave for the extension from 14 days to 90 days was that they need the extra 76 days to decrypt the computer hard-drives of suspects. This has been seen by some as the only compelling reason to allow 90 days. The time-limit has been extended to 28 days instead, but Tony Blair insists 90 days is required. Are there really any encryption systems that cannot be cracked in 28 days, but which can be cracked in 90? Aside from the not-much-discussed issue that the police can no longer interrogate a suspect after they are charged, I suspect the police meant unencrypted machines. What do you think?"

18 of 733 comments (clear)

  1. Decrypt ~and~ analyze by jarich · · Score: 4, Insightful

    Just cracking it isn't enough. They have to then sift through gigs of data to look for evidence. And that's ignoring stegnography.

    1. Re:Decrypt ~and~ analyze by BiggerIsBetter · · Score: 5, Insightful

      So you're saying I should make the volume unencrypted so they don't hold me long, but use AES encrpyted data stored stenographically within my porn collection so they can't get at my secrets?

      Why, that might almost work...

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
  2. Are they insane?! by Blymie · · Score: 5, Insightful

    1: Today's terrorism is different because attacks do not have political aims and are designed to cause mass casualties, with no warning, involving suicide bombers

    Retired senior judge Gerald Butler states: "The mere fact a threat is "completely different" is, of itself, no justification for an extension in the detention laws. But it is true we face a new and terrifying threat in this country."


    Not politically motivated?!

    What on earth are these people talking about? Good gried, "GET OUT THE MIDDLE EAST, WEST!" sounds _very_ political to me! "STOP MESSING IN OUR AFFAIRS", sounds political to me!

    These attacks are completely and totally politically motivated.

    The militants in the Middle East, right or wrong, is ABSOLUTELY, COMPLETELY, and TOTALLY in the middle of a political struggle with the West.

    1. Re:Are they insane?! by defile · · Score: 5, Insightful

      Not politically motivated?!

      The politician that acknowledges that terrorists are politically motivated would be accepting responsibility for provoking violent retaliation. Much better for their careers if terrorists are portrayed as driven by some kind of insane freedom-hating bloodlust. This way they're more like earthquakes, and who can stop earthquakes? No one.

    2. Re:Are they insane?! by jafac · · Score: 4, Insightful

      That would include bars, clubs, tank-tops, bikinis, beer, wine etc etc. all thing we are free to enjoy.

      Ah yes! All the things the Christian Fundamentalists also want to ban.

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    3. Re:Are they insane?! by SacredNaCl · · Score: 4, Insightful

      I don't think you'll find any reasonable person saying to kick them back to Africa and the Mideast. But you will find that there is a strong resentment among reasonable people towards these freeloaders and complainers who have infiltrated the country and are suddenly trying to turn it into something that it has never been. Concessions should not be forthcoming only from the existing populace. The immigrants should also be prepared to adopt some cultural changes if they wish to migrate.

      I think you will find plenty of reasonable people advocating the position that multiculturalism does not work, leads to conflict, and in the case of N. Africans leads to a good deal of crime as well.

      I can fully understand Arabs & Muslims not wanting us in their countries, just as easily as I can understand large number in the US not wanting the invasion of Mexicans & Haitians we have, or people in France not wanting the invasion of Africans they have.

      After people get done shouting "racist", "xenophobe", "blah blah blah" ... and actually sit down and look at the data, then take a look around the world where its been tried, then take a look back at history and see the ruins of civilizations that thought it was a grand way to go... A fair & reasoned arguement can be made upon the facts, historical record, and current trials in quite a few diverse cultures that it weakens the society invaded & often destroys it.

      It isn't a problem if the people coming over are prepared to assimilate into that culture, speak a common language, share basic cultural values. But when you get large numbers that do not share those values, will not assimilate, will not speak a common language - you end up effectively with two disparate peoples trying to share a single state. If it goes on long enough, you usually see two state solutions offered, and its rarely a peaceful transition to that point.

      Given history, I find nothing unreasonable in the arguement that France and French people may be unwilling to continue the current course: to abandon their cities endlessly and watch them turn into the equivalent of Detroit, and to face a civil war down the road which likely splits the state.

        I think the government lacks the backbone to bring real solutions to this problem to the table and will return to appeasement rather quickly, but it is the real issue and not the immediate economic issues. Their only way out of this may well be a very radically different immigration policy, and deporting those who are unwilling & unable to assimilate and become productive members of the society and culture they have.

      The cost for multicultural experiements which don't pan out is quite high indeed.

      --
      Freedom is merely privilege extended unless enjoyed by one and all.
  3. What do I think? by rezza · · Score: 5, Insightful

    I think it's a bullshit excuse, that's what I think. With encryption algorithms, we're talking orders of magnitude, and most algorithms that can't be bruteforced in 28 days will take longer than 90. This is just a shitty excuse to get joe public on Tony's side.

  4. Cracking passphrase-based keys by Rikus · · Score: 5, Insightful

    Are there really any encryption systems that cannot be cracked in 28 days, but which can be cracked in 90?

    Probably, but since encrypted hard drives usually involve a passphrase being converted into a key of suitable length by one-way hash algorithms, why not crack the passphrase instead of the actual key? Even with 256-bit AES (or something like it), a weak passphrase-based key is probably one of the easier ways to go after the data. Of course, if the suspect carries their completely random key around on a USB drive of some sort, that's a different matter.

    1. Re:Cracking passphrase-based keys by mhore · · Score: 5, Insightful
      Probably, but since encrypted hard drives usually involve a passphrase being converted into a key of suitable length by one-way hash algorithms, why not crack the passphrase instead of the actual key? Even with 256-bit AES (or something like it), a weak passphrase-based key is probably one of the easier ways to go after the data. Of course, if the suspect carries their completely random key around on a USB drive of some sort, that's a different matter.

      I wish I could mod you up. Very true. This is something I've thought about. Let's say I'm using GPG or something like that. If the Feds come after my files and I've got my secret key lying around on my computer, or even somewhere easy to find, I think it'd be much easier just to crack the passphrase -- because really, there are common things a lot of people do for passwords. Replacing letters by numbers, adding #, !, @, alternating upper-lower case, etc. In the end, for most people, the password is something that is easy to remember, because if it's not, you're either going to have to have a great memory, or write it down somewhere. With this in mind, wouldn't cracking the passphrase be feasible in a smaller amount of time than if it were just brute forced? I honestly don't know -- I'm largely ignorant in that area, but it intrigues me nonetheless.

      (I am aware, for the record, that brute forcing a password of any real length... e.g. even 6 or 7 chars long... requires an extraordinary amount of combinations of letters, numbers, and symbols... but if we can group those combinations into smaller units, don't we reduce the number?)

      Mike.

      --

      Mmmm......sacrelicious.

  5. Re:How about Safehouse? by Dr+Caleb · · Score: 4, Insightful

    It's not how long it takes to crack, it's how long it takes to make a copy. Then cracking can be at your lesuire.

    --
    "History doesn't repeat itself, but it does rhyme." Mark Twain
  6. Re:How about Safehouse? by dougmc · · Score: 4, Insightful
    It's not how long it takes to crack, it's how long it takes to make a copy. Then cracking can be at your lesuire.
    Probably an insightful comment, and any single drive can be copied in a few hours. Though the police might have a hard time copying 100+ TB of drives ...

    But really, the problem is that the police don't like to release their suspects before they're sure they're not guilty of something. Even if the drives couldn't be copied without decrypting them first, the police could just take the hardware and release it when they're ready, but release the suspect quickly. But they don't want to do that -- he could be a terrorist! (or he could be totally innocent, but of course police don't make that sort of mistake.)

    Though personally I think the 90 days thing is just a crock. It's also obviously just those pesky civil rights that are keeping law enforcement from turning this world into a paradise without crime, terrorism or software piracy overnight -- or at least that's sometimes how they seem to act.

  7. The longer the better by Turn-X+Alphonse · · Score: 4, Insightful

    Police want the time to take some pressure off themselvs. If they can extend the deadline by 2 and a half months they have more time to get everything done. They don't "need it", but they want it because it's a damn sight easier for them.

    Although I'm outright against this and any other attempt to make a police state. If you lock a guy up for 3 months you've pretty much taken his job away from him, maybe his house (if renting) and rumours spread fast, so good luck getting hired againa as a "possible terrorist". The reason the vote was against it is because it would ruin people's lives if this were to be brought upon them.

    --
    I like muppets.
  8. Computer power by Beryllium+Sphere(tm) · · Score: 4, Insightful

    Any cipher that can be cracked given "enough computer power", for any practical value of "enough", is broken. Utterly broken, obsolete, not fit for use, an ex-cipher, singing in the choir unusable. DES, for example.

    Guessing a passphrase is believable, though. That might take large-but-feasible computer resources. English text has only one point something bits of entropy per character on the usual estimate. Who has a sixty-character passphrase?

  9. Pardon the obvious... by SeaFox · · Score: 4, Insightful

    If you need time to crack the hard drive YOU FUCKING TAKE THE HARD DRIVE!. Why do you need to hold the person for 90 days when you can simply take his hard drive and hold it for as long as you want.

    Because if he knows you'll find something on his hard drive once you decrypt it, he may decide to disappear during the 90 days it takes you to find it, whereas if you can keep in custody until you finish he wont have that opportunity?

  10. Re:How about Safehouse? by SteveAyre · · Score: 5, Insightful

    Exactly.
    This time was referring to habeas corpus.

    Basically when Tony Blair came to power it was 7 days. He raised it to 14, now 28 but he still wants 90 days.

    This is the period of time the police are legally allowed to hold you with no evidence whatsoever that you've done anything wrong, just because they suspect you might have. It's a period of time where the police can hold you while look for evidence. Once they find the smallest amount of evidence they can then charge you and then can keep looking for evidence.

    This bill's meant to allow the police to break any encryption so that they would now be able to pick people up they suspect of terrorism and detain them until they've broken every encrypted file on their computer on the off chance that they'll find evidence that way when they can't find any other evidence whatsoever.

    3 entire wasted months of your life dragged away from your job (which probably won't be there when you return) and your family while they break your PGP encrypted emails to your girlfriend on the off chance the two of you are discussing how to blow up parliament.

    As an example: Check this story out. This journalist hadn't actually done anything, and they released him after a day. They did during that time confiscate his computer equipment.
    If this had been raised to 90 days it's entirely possible he'd have been held for 90 days while they decrypted anything they found on his hard drives.

    After the 90 days are up they would still have released him. And they would not even have to explain why he'd been locked up, because he'd never been charged.

    The bill has too major flaws.

    1) There's nothing really to stop the power being abused by police who don't like the look of someone or have a grudge against them, which is exactly what it is designed to prevent. You do require the judges permission keep them for that long, but it's not too hard to create a case of why you suspect someone.

    2) This odd 90 days which the Police told Tony Blair that they can break any encryption in. They can't - it's impossible!
    - There'll be multiple encrypted files, particularly if they are encrypting their communications (guilty or not guilty). Each one would need 90 days.
    - They'll not know the encryption algorithm in all cases, so would need to try every one. Each one would need 90 days.
    - There are HUNDREDS of encryption algorithms that use such large keys that you can't realistically expect to crack the password in 90 years, let alone 90 days. There are a few around that even with all the supercomputers in the world working it won't have tried every key before the universe ends. And it's still possible to take one and write your own with an even longer key. (The details of which would be secret so they couldn't crack it in the first place anyway).

  11. Re:I'm amazed at how the UK is handling this by Fulcrum+of+Evil · · Score: 4, Insightful

    In case you're not being sarcastic, you might be shocked to read about Jose Padilla

    You may be shocked to hear that, sometimes, Bush's government (well every government, really) does things that it knows are illegal.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  12. Re:How about Safehouse? by Paul+Jakma · · Score: 4, Insightful

    legally allowed to hold you with no evidence whatsoever that you've done anything wrong, just because they suspect you might have.

    Oh no, even better than that: Just because they suspect you maybe will.

    And this a country which is a part of a coalition trying to "bring democracy" to others.

    --paulj

    --
    I use Friend/Foe + mod-point modifiers as a karma/reputation system.
  13. Short Answer: No by Jerk+City+Troll · · Score: 4, Insightful

    No, you cannot decrypt a hard disk in 90 days (assuming the use of strong encryption). If you find you're using Rijndael or Serepent, you're good. However, in the period of 90 days, you're more likely to experience a psychological break due to duress (like torture). Most people could handle 14 days, but not 90. Once you break, you'll be more than happy to hand over your keys.

    To clarify the difference of 14 and 90 days in detainment, consider the following. Those detaining have had a couple periods on which to deprive the detainee of food and water to the point of going critical without actually killing you. Once someone become dependent on their captors for essentials like food and water, they become loyal. They have also had the opportunity to deprive the person of sleep for a solid 12 or more days, which can drive most people close to the point of insanity. Also, the textbook technique for "breaking" someone where captors inflict physical pain then "rescue" the person from it requires several iterations. 14 days just simply is not enough to accomplish these things. 90 would suffice.

    And let me also point out that this is how the United States government operates these days. It would be reasonable to assume some of our closest allies are engaged in similar activities with "terror suspects".