Slashdot Mirror


US Government Using PS3s To Break Encryption

Entropy98 writes "It seems that the US Immigration and Customs Enforcement Cyber Crimes Center, known as C3, has replaced its '$8,000 Tableau/Dell server combination' with more efficient and much cheaper $300 PS3s. Each PS3 is capable of 4 million passwords per second, and C3 currently has 20 PS3s with plans to buy 40 more. Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography."

570 comments

  1. What by sopssa · · Score: 4, Insightful

    being used to break encryption

    Each PS3 is capable of 4 million passwords per second

    Something doesn't match up. For first the different encryption schemes take different times to try even one password, and even more if you combine several of them together. Secondly you cannot try 4 million passwords in a second if its encrypted content, it takes a lot more than that.

    1. Re:What by edittard · · Score: 4, Funny

      Perhaps they're just hitting people with them?

      --
      At the bottom of the /. main page it says 'Yesterday's News'. Well they got that right.
    2. Re:What by plover · · Score: 2, Informative

      It's a news article featuring small sound bites and quotes. It's not an in-depth technological review. Nobody quoted the environment in which they benchmarking their tests: AES-128, 3DES, DES, or whatever.

      And yes you certainly could test 4 million passwords a second on these machines, but again it really depends entirely on what algorithm you're attacking.

      --
      John
    3. Re:What by Swift+Kick · · Score: 5, Informative

      You're right. The submitter didn't read the article (or lacked the reading comprehension to understand it).

      The article says that "the networked Playstation 3s can process 4 million passwords per second, cutting down on the time necessary to find the correct combination.". Nowhere does it say that a single PS3 can do that.

      --
      "We'll need 2000 crickets, 4 cans of Easy Cheese, and the fluid from 18 glowsticks for this plan to work...." - ph0n1c
    4. Re:What by blueg3 · · Score: 4, Informative

      You usually don't care what the variable encryption scheme is when you're cracking -- typically, there is a method of simply verifying that the password is accurate, which is what they're doing. (Brute-forcing keys is fairly foolish with modern encryption systems, but brute-forcing passwords isn't.)

    5. Re:What by Anonymous Coward · · Score: 0

      They're getting fed up that the password always turns out to be either "password" or "12456", and want to play some games instead.

    6. Re:What by commodore64_love · · Score: 2, Informative

      +1 funny? Or +1 informative.

      In the UK they lock you in jail for year-after-year until you give them the encryption key. So much for the right to be presumed innocent until PROVED guilty.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    7. Re:What by digitalunity · · Score: 1

      gpg4win

      It needs polish, but it does work. I wouldn't trust it though to not corrupt your data. I've used it with mixed results, but overall a good program.

      --
      You can't legislate goodness. Let each to his own destiny, by will of his freely made choices.
    8. Re:What by Anonymous Coward · · Score: 0

      GnuPG in --symmetric mode. GPGee is a nice wrapper for it on Windows, if that's your thing.

    9. Re:What by Pentium100 · · Score: 1

      TrueCrypt ( www.truecrypt.org )
      Rubberhose ( http://iq.org/~proff/marutukku.org/ )

      Some others, but these come to mind first...

    10. Re:What by Anonymous Coward · · Score: 3, Insightful

      this commodore64_love is just trolling...

    11. Re:What by Anonymous Coward · · Score: 1, Informative

      Just curious: ...how does one encrypt files with a password? Any free software available for that task?

      BitLocker for Windows Vista/7 does the trick.

    12. Re:What by sopssa · · Score: 1

      If the encryption scheme is designed and done correctly, there isn't. Only way (besides getting the password out of the guy) is to brute-force all possible keys, several times for each encryption scheme and their combinations. Sure, you don't need to decrypt all the possible content right away there but just to see if it works, but you still need to go through every combination.

    13. Re:What by black3d · · Score: 1

      For the first point, this is true - different algorithims take differing times to process. One would expect that this is a "best case scenario" with a relatively fast algorithim like AES-128.

      As for trying 4-million passwords per seconds, its the way the process is broken down. They don't get the original laptop, network 20 PS3s into it, and have it spam the hell out of Truecrypt. They take a small header portion of the original data - enough only to verify their decryption. Then you program in a specific decryption algorithim in at a low processing level. You don't even have the same PS3 verifying the successful results. It just runs through it's parameters, applying keys to the data as a natural process, and sending the output to a secondary system. This secondary system (or cluster) is what verifies if any of the keys hit a result. The result checking is a lot faster than the algorithmic application, and can process the input from several systems simultaneously.

      It isn't that one PS3 is capable of decrypting a pr0n file 4 million times a second. It's simply that a PS3 can be programmed with a algorithim and apply that to a sample string 4 million times a second. Something else processes the results. Remember - it's not trying to brute force the key, just the container password.

      --
      "The true measure of a person is how they act when they know they won't get caught." - DSRilk
    14. Re:What by isama · · Score: 4, Interesting

      [sarcasm]You are guilty! You won't give us the key so you must be![/sarcasm]

    15. Re:What by RAMMS+EIN · · Score: 1

      Exactly. I may be using 2048 bits keys to protect my data, but I am surely not going to enter a 256-byte password every time I need to authenticate. That makes my passwords clearly the weakest link. And if you consider that I can't even use all possible byte values in my password, the link becomes even weaker ...

      --
      Please correct me if I got my facts wrong.
    16. Re:What by Hatta · · Score: 3, Interesting

      All very accurate and informative. I still wonder about the numbers here. If I did my math correctly, (282 trillion posibilities, 4 million tries a second) you exhaust the search space in 816 days. That's over a year on average. And that's if they're using a simple 6 character alphanumeric password. Given that we all have a right to a speedy trial, this just doesn't seem like it would be ready in time for court. I think they'd do a lot better to use their sneak and peak warrant power to install key loggers.

      --
      Give me Classic Slashdot or give me death!
    17. Re:What by Korin43 · · Score: 1
    18. Re:What by commodore64_love · · Score: 1

      Thanks for the recommendation. I don't like the idea of GnuPrivacyGuard (GnuPG) corrupting my files, but I didn't find any reports of problems on google so I'll give it a test

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    19. Re:What by Wonko+the+Sane · · Score: 2, Insightful

      Your passphrase should be quite a bit longer than eight characters if you care about your key at all.

    20. Re:What by RAMMS+EIN · · Score: 1

      ``Remember - it's not trying to brute force the key, just the container password.''

      And you don't even have to run through the encryption algorithm for each password, either. You can get a long way by just storing pre-computed results for a lot of common passwords, or even every possible combination of characters that can be typed using the keyboard up to a certain length. It all depends on what is quicker.

      --
      Please correct me if I got my facts wrong.
    21. Re:What by MadnessASAP · · Score: 1

      The keys could be stored on a 2nd secure device, something like a TPM chip that nukes it storage after 3 invalid password attempts.

      --
      I may agree with what you say, but I will defend to the death your right to face the consequences of saying it.
    22. Re:What by black3d · · Score: 1

      Addendum: Read the article further, and it appears that the author misunderstood. Each PS3 isn't processing 4 million keys a second - the entire cluster is. So, turn the number down to a couple of hundred thousand per PS3, but apply the same process.

      --
      "The true measure of a person is how they act when they know they won't get caught." - DSRilk
    23. Re:What by Architect_sasyr · · Score: 1

      it really depends entirely on what algorithm you're attacking

      2ROT13

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
    24. Re:What by MRe_nl · · Score: 3, Funny

      And that is why my password is"Pleasestophittingmeononotthewaterboardblipdoolpoolp"

      --
      "Kill 'em all and let Root sort 'em out"
    25. Re:What by Apatharch · · Score: 2, Informative

      If by "year-after-year" you mean two years* then yes, you are correct. However, I get the feeling that's not what you intended to imply.

      * Or 5 years in terrorism-related cases

    26. Re:What by MozeeToby · · Score: 1

      You're assuming that all 282 trillion possible passwords are equally likely. In reality, 90% of passwords will be in the first million checked (real, pronouncable words), 90% of what's left will be discoverable in the first several billion (real words, intermixed with digits/symbols).

    27. Re:What by changa · · Score: 1

      I Prefer Rot104.

    28. Re:What by cmiller173 · · Score: 1
      >Given that we all have a right to a speedy trial, this just doesn't seem like it would be ready in time for court.

      ... for sufficiently small values of "speedy"

    29. Re:What by Lord+Ender · · Score: 1

      The number of combinations in a 128b encryption key is roughly equal to the number of combinations in a 20 (random) character password, when typed on a US keyboard.

      128b encryption is unbreakable even by military (2^128 is a cosmological number, and they only have astronomical computers ;-)). But if you use 19 characters instead of 20, the possible combinations shrink by roughly 99%. Compound that for each less password, and you see that a 10-character password takes about 0.0000000000000000001% of the time it would take to break a 20 character password.

      And if your password is made up of dictionary words, or simple combinations thereof, you're just plain fuct.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    30. Re:What by ArsonSmith · · Score: 1

      seems like it would be better to make a hadoop cluster and store rainbow tables in it of all possible password hashes. The old lmhash tables could cover 90% of used passwords in about 12G of space. Sure lmhash sucked and only had to calculate 7 characters worth, but with a few pettabites that have been mapreduced and ready to query it might not be too difficult to brute force almost any password quickly.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    31. Re:What by arth1 · · Score: 1

      This is why most apps that unlock a key with a passphrase are also rate limited.

      So they need to bypass the normal authentication mechanisms while cracking, and attack the encrypted key directly. And thus they need to know the algorithm.

    32. Re:What by Anonymous Coward · · Score: 0

      it helps if you have the right to not incriminate yourself either =)

    33. Re:What by arth1 · · Score: 1

      You usually don't care what the variable encryption scheme is when you're cracking -- typically, there is a method of simply verifying that the password is accurate, which is what they're doing. (Brute-forcing keys is fairly foolish with modern encryption systems, but brute-forcing passwords isn't.)

      This might be informative, but it's wrong. With almost all authentication mechanisms being rate-locked on the password entering side precisely to thwart brute-forcing, they can't feed the password into the app itself and not care what method it uses to decrypt the key with the password.
      They have to attack the password lock on the encryption key directly, and to do that, they need to know the scheme (or provide an unlimited speed unlock mechanism of their own, which in turn also requires knowing the scheme).

    34. Re:What by ivan_w · · Score: 1

      A 2048 bit key usually denotes an Asymetric encryption (like RSA or DSA). AFAIK, there are no 2048 symetric encryptions in use today (the largest I know is 256 bits like AES-256).

      So, you *REALLY* aren't using a 2048 bit password. Your password is most likely a hash to a key used to perform a symetric encryption of the private part of a RSA or DSA key.

      What happens when you use asymetric encryptions, is that your system generates a random key. That key is then used to encrypt your data. That key is then encrypted with the public key of your RSA/DSA key. The encrypted key is then included to the encrypted contents. The private key is protected by another symetric encryption (may be different from the one used to encrypt that data itself) - and THAT is your password since it allows you to recover the encryption key used to encode your data. You need both the Public/Private key pair and the password used to encrypt the private key part in order to recover the original data.

      --Ivan

    35. Re:What by ottothecow · · Score: 1
      +1 on truecrypt.

      I have never used their full disk encryption or hidden partition (2 different passwords that unlock different stuff) setups but it seems to work pretty well for making a single container file that is encrypted and can then be mounted as a disk. Cross platform too...I even got it to work across the network with SMB shares

      --
      Bottles.
    36. Re:What by Hatta · · Score: 1

      I dunno. I'd imagine that if you're committing a felony and concerned enough to set up encryption that you're going to protect it a little better than your webmail account. But maybe I'm overestimating people here.

      --
      Give me Classic Slashdot or give me death!
    37. Re:What by Rakishi · · Score: 1

      That's why any decent encryption or hashing system salts the password. Your tables are now useless.

    38. Re:What by Idiomatick · · Score: 1

      This guy amuses me: http://www.darkreading.com/blog/archives/2009/01/how_hackers_wil.html?cid=ref-true
      He suggests hackers can hit 1billion passwords a second. I seriously want that hackers setup :(

    39. Re:What by Anonymous Coward · · Score: 1, Interesting

      That's not true, it's British.

    40. Re:What by Anonymous Coward · · Score: 1, Interesting

      I call bullshit on you - US law is heavily based on English Common Law, and the premise of "Presumption of Innocence" is not an exclusive US concept.

    41. Re:What by mister_playboy · · Score: 1

      Available on Enterprise and Ultimate versions only, I believe.

      --
      Do what thou wilt shall be the whole of the Law ::: Love is the law, love under will
    42. Re:What by Anonymous Coward · · Score: 0

      "Innocent until proved [sic!] guilty" comes from [sic!] US

      How about learning some history before spouting such nonsense?

      Presumption of innocence, which can be traced back to the Romans and the ancient Greek, is a fundamental principle in most western nations. Being codified in the European Convention on Human Rights, it very much applies in the UK.

    43. Re:What by Anonymous Coward · · Score: 0

      What if they are using plain text entry?
      Remember we all type a plain text password that transparently unlocks the encyption algorythm

      These systems are seized and phyically possessed tn the case of encrypted files, unlike system authentication there is not protection from,
      Delay login attempts and maximum login failures
      That creates a static per second figure until.

      The PS3 can type upto 4 million passwords in chosen Brute force attack to decrypt a file, baseline attack accending characters for example a then aa then try aaa aaaa etc

    44. Re:What by kmac06 · · Score: 1

      A speedy trial once your charged. They can spend decades collecting evidence before charging you.

    45. Re:What by Anonymous Coward · · Score: 1, Funny

      Year-after-year makes sense. You would probably spend one year in jail, then spend the next year in prison.

    46. Re:What by base3 · · Score: 2, Interesting

      And the government backdoor would make this exercise unnecessary.

      --
      One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
    47. Re:What by TheRaven64 · · Score: 1

      Not cutting it down much though. With an 8-letter password, using only lowercase (or only uppercase) letters there are 208,827,064,576 possible combinations. That means, on average, it will take 7 hours. That's actually pretty fast. If you allow upper case letters and number then this makes the average time 140 days. Add another digit to the password and you're up to 21 years (remember, these are average times; the worst case is double these numbers although it could be right on the first guess). Mind you, they don't say what encryption algorithm they are breaking.

      --
      I am TheRaven on Soylent News
    48. Re:What by Anonymous Coward · · Score: 0

      Encrypted ZIP files. That's what they mean. My old P3 could try 1 million a second.

    49. Re:What by Beardo+the+Bearded · · Score: 4, Funny

      "Look, we'll give you a PS3 if you tell us your password.

      "We'll even throw in the HDMI cable. We'll get it eventually; this way you and I can both go home before lunchtime."

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    50. Re:What by jazzmans · · Score: 1

      Sheeit, with a PS3 in the war room, slim pickens wouldn't have dropped that nuke on them damn ruskies, now would he? Peter Sellers could have called back Attack Plan R.

      --
      Life is what happens to you while you are busy making other plans. No-one sees motorcycles
    51. Re:What by ehrichweiss · · Score: 2, Interesting

      I must be missing something here. WHY would someone use the original app instead of one modified to remove said rate limit? I mean the limit itself is going to be artificially imposed with something like "sleep(5)", so "cracking" the binary would be trivial at best, and the first vector I would think. Again, am I missing something here?

      --
      0x09F911029D74E35BD84156C5635688C0
    52. Re:What by Anonymous Coward · · Score: 0

      I'm no legal guru but I think innocent until proven guilty is from "ei incumbit probatio qui dicit, non qui negat" which comes from English Common Law.

    53. Re:What by theaveng · · Score: 3, Interesting

      +1 funny? Or +1 informative. In the UK they lock you in jail for year-after-year until you give them the encryption key. So much for the right to be presumed innocent until PROVED guilty.

      Sad but true. Refusal to share your encryption key or password is now illegal in Britannia.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    54. Re:What by theaveng · · Score: 1

      (Score:-1, Troll)
      by commodore64_love (1445365) Alter Relationship on Wednesday November 18, @05:25PM (#30149634)

      Just curious: ...how does one encrypt files with a password? Any free software available for that task?

      Why is this marked troll? Have the mods gone batty?

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    55. Re:What by jack2000 · · Score: 1

      Suspected Pedos/Terrorists it said on the tin, so my guess would be either TrueCrypt volumes with AES or NTFS( w/ EFS) file encryption

    56. Re:What by Anonymous Coward · · Score: 0

      8 characters is 256 bits. 256 bytes is, of course, 256 characters.

    57. Re:What by selven · · Score: 1

      If we're going into the criminal court sector, you could combine it with other analyses, like fingerprints. For example, if a person presses the 3, 5 and p keys far more than a frequency table shows he should that could mean that 3, 5 and p are part of the password, narrowing down the search space.

    58. Re:What by Anonymous Coward · · Score: 0
    59. Re:What by Ash+Vince · · Score: 4, Informative

      Why do you quote US sentences with other countries? "Innocent until proved guilty" comes from US, and while usually true elsewhere too, you seem to just flame with this shit again.

      Sorry to disapoint you but your legal system is only based on ours (I am a UK citizen). The presumation on innocence and the adversarial system you inherited just stems from english common law. Here is a link regarding presumption of innocence:

      http://en.wikipedia.org/wiki/Presumption_of_innocence

      Here is a link on english common law:

      http://en.wikipedia.org/wiki/English_law

      For the most part it is a reasonable system so your founding fathers chose not to change too much of it when they threw off the yoke of english rule.

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.
    60. Re:What by calmofthestorm · · Score: 2, Interesting

      No, you're right. They're doing offline attacks. If they had access to the computer while on they'd do a coldboot attack or something similar where they freeze ram in LN2, take it out, stick it in a chip analyzer (or liveboot the computer), and grab the delicious, delicious key material. Also, I believe windows lacks the ability to mark a page as do-not-swap* which means that sometimes you can grab the pagefile and find key material in it. Which is why you should use Ubuntu: Linux for Pedophiles:-)

      * My info is 8 years out of date. Could be wrong.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    61. Re:What by blueg3 · · Score: 1

      Oh, you care what method it uses to turn the password into a key (and in most cases, how that key is used to decrypt the encryption key). But that's generally not tunable -- the encryption scheme that's tunable (I called it "variable") is the data encryption scheme, which you don't bother with.

    62. Re:What by maxume · · Score: 1

      Well, if your password is something like "And if your password is made up of dictionary words, or simple combinations thereof, you're just plain fuct." you are probably okay.

      --
      Nerd rage is the funniest rage.
    63. Re:What by blueg3 · · Score: 1

      Very few passwords are as strong as 20 random characters.

    64. Re:What by TheKidWho · · Score: 1

      Please don't say "your founding fathers" the OP was making an ignorant statement and is most likely NOT an American.

    65. Re:What by blueg3 · · Score: 1

      An encryption algorithm requires a key. It is necessary that the key be entirely random. People do not memorize 128 bits handed to them very well, so having them remember the key is out of the question.

      Hands-down, the most popular way of providing authentication is a user-supplied password. There are two major schemes for having a password provide an encryption/decryption key. Both involve using a one-way function, preferably a time-consuming one, to turn the password into a high-entropy key. This key could be used to encrypt/decrypt the data directly. That doesn't give you a very usable system, though, since there is no way of knowing, when a password is provided, that you've supplied the right password. In general, users don't much appreciate when their file decrypts to garbage because they mistyped a password. Hence, one approach is to provide a block of data supplied by the encryption software that can be decrypted to check the key. Another popular approach is to have this password-based key encrypt the data encryption key, which is supplied in a header that also enables the software to check that the password-based key was correct.

      In both cases, for well-designed systems, the time to crack the encryption as a whole is dominated by computing the password-based keys, not by performing the check (either variant). Certainly decrypting a substantial portion of the data and performing some sort of analysis on it is not required.

    66. Re:What by theaveng · · Score: 4, Funny

      +1 funny.

      What's your password?
      "Please stop hitting me."

      What's your password?
      "Please stop hitting me!"

      What's your password?
      "I TOLD you my password!"

      (smack). No you didn't! You're acting like a child. Stop playing these games. Tell us your password!
      "pleasetophittingme"!!!!!

      (smack). Oh great. He's unconscious.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    67. Re:What by MicktheMech · · Score: 1

      Unless those twenty random characters are on a post-it note somewhere since they're very difficult to remember.

    68. Re:What by maxume · · Score: 1

      Precomputed against what?

      --
      Nerd rage is the funniest rage.
    69. Re:What by WuphonsReach · · Score: 1

      +1 on truecrypt.

      But negative one for information found on the forums. I've found the members there to be extremely uninformed and opinionated.

      TC is a very good encrypted volume solution. It's not a cure-all, as the contents of the drive are vulnerable to attack if the volume is mounted, but it's fairly secure. (Sometimes GPG encrypted text files are better.)

      --
      Wolde you bothe eate your cake, and have your cake?
    70. Re:What by Anonymous Coward · · Score: 0

      You are assuming they have to go through all possible combinations though. If you are talking about words with some combination of numbers in it and 6 letter or less words it would take significantly less time to crack. You could probably break stronger passwords then this in less time given you restrict it to certain combinations of characters/numbers and so on. The trick is breaking the 20 character password with numbers, letters, and symbols, and upper/lower case in them.

    71. Re:What by MikeBabcock · · Score: 1

      This is something that Phil Zimmerman did an excellent job ranting about, as did many others, on mostly deaf ears.

      Arguably a passage of text (including spaces and punctuation) from a piece of literature will do you very well. That same quote typed backward or with the words sorted into alphabetical or length order is even better.

      --
      - Michael T. Babcock (Yes, I blog)
    72. Re:What by MikeBabcock · · Score: 1

      As opposed to the perverts who get caught with kiddy porn printouts in their bedrooms.

      --
      - Michael T. Babcock (Yes, I blog)
    73. Re:What by onionman · · Score: 3, Interesting

      I must be missing something here. WHY would someone use the original app instead of one modified to remove said rate limit? I mean the limit itself is going to be artificially imposed with something like "sleep(5)", so "cracking" the binary would be trivial at best, and the first vector I would think. Again, am I missing something here?

      Yes, you are missing something, but it is a very common misconception. The "rate limit" is in the algorithm itself, not simply in the application which implements the algorithm.

      Here is an example to demonstrate how such a rate limit can be constructed. Begin with a rather fast and strong hashing algorithm such as SHA-256. Now SHA-256 operates in the Merkle-Damgaard chaining mode which is inherently serial, so what you can do to slow it down is to define your password authentication algorithm to be a SHA-256 hash of a "message" which is formed by appending your password with one-billion 32-bit unsigned integers which are just consecutive counter values. Since you don't actually have to store the counter values, this takes no additional memory to implement. Since the algorithm is strongly serial in nature, you can't short-cut the process without breaking SHA-256 (which would be very impressive). Even on the fastest processors, hashing a > 1Gig message with SHA-256 is quite time consuming... at least several seconds per attempt. This provides a very effective rate limit.

    74. Re:What by Anonymous Coward · · Score: 0

      Why is this marked troll? Have the mods gone batty?

      Just a guess, but check out commodore64_love's comments. He's abusive and abrasive. I've seen him be 100% wrong on a subject and fight to the death never admitting his mistake. I'm not surprised someone might just mark everything he posts with troll. It's just karma after all.

    75. Re:What by Anonymous Coward · · Score: 0

      Length, man. Use a phrase. They're easy to remember.

      Even with a crappy "limited to only single case alpha", 20 characters is good for something over 100T years (with 1k machines doing 500k attempts per second)

      let's see them brute force something like "noonegetsintomystuff". quick to type, easy to remember.

      Better systems call it a "pass phrase"

    76. Re:What by broken_chaos · · Score: 1

      There are (by my count) 88 characters that should be standardly-enterable on almost any keyboard. Assuming that anyone who is a crazy felon is at least as paranoid as I am, they'll be able to memorise a 12-character random password without too much trouble. There are around 2.16x10^23 possibilities (88^12), taking, at 4 million per second, over 1.7 billion years to test all of them. Once they triple this with 60 PS3s, they'll only be down to 569 million years or so!

      Of course this could crack any old user's password in a few minutes – perhaps that's their real target, the general population.

    77. Re:What by QCompson · · Score: 1

      Exactly. They'd dismiss the charges and refile them once they cracked the password. They only time limitation for them would be the statute of limitations.

    78. Re:What by theaveng · · Score: 1

      So much for the right to be presumed innocent until PROVED guilty.

      Why do you quote US sentences with other countries? "Innocent until proved guilty" comes from US, and while usually true elsewhere too, you seem to just flame with this shit again.

      -1 Ignorant. The phrase comes from the United Kingdom which is what the GP was discussing in regards to the "share your password or spend time in jail" comment.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    79. Re:What by Anonymous Coward · · Score: 0

      They said they're using a library attack. Essentially they're just trying to break the encryption schemes of people with insecure passwords. It's really a shot in the dark, and having a random, well seeded password would protect you from their approach.

    80. Re:What by Toonol · · Score: 0

      I wonder if you can compute the time necessary for pass-phrases? For example, if your passphrase is composed of a grammatically correct English sentence, but is ten words long... it would take forever by a dumb password cracker routine, but if they're smart and armed with a dictionary, maybe not. I suppose you should introduce deliberate misspellings.

    81. Re:What by CentralBlank · · Score: 1

      Did they figure out a way to access the GPU on the PS3 through Linux? As far as I can tell, the GPU is not accessible to linux and some of the RAM is unaccessible as well. Linux runs more like it would on virtual machine than it would running as a native OS. Most of my info comes from forums related to PS3 modding for home theater PCs and Im no expert. Anyone care to elaborate? If the GPU is really locked out, then are these guys just using a pretty average PowerPC computer with a few extra processors? P.S.this was posted earlier as a coward..sorry. now im legit!

    82. Re:What by Anonymous Coward · · Score: 0

      If you have Enterprise or Ultimate, BitLocker is perfect. You can have your external HDDs and USB flash drives have a password, and have the machine recognize and auto unlock the drive when it is mounted.

      If you have a machine with a usable TPM, and a top of the line W7 edition, I'd go with BitLocker. If not, I'd go with TrueCrypt. In both cases, I'd have TrueCrypt installed for partition level encryption (so I can have one client's project in one container, another project in another, and only mount what is needed at the time.) If you have a TPM, the fact that someone wouldn't be able to replace the MBR or other boot sectors with ones that might stash your passphrase for later retrieval adds good security.

    83. Re:What by Anonymous Coward · · Score: 0

      They could install a keylogger secretely and then say "hey, look, we cracked the password; just got lucky"

    84. Re:What by falconwolf · · Score: 1

      A speedy trial once your charged. They can spend decades collecting evidence before charging you.

      Only on charges for which there is no statute of limitations.

      Falcon

    85. Re:What by dilvish_the_damned · · Score: 1

      You have a right to a speedy trial after the charges are in place ( and speedy is relative ). I don't think there is a right to a speedy investigation. I suspect it just boils down to statute of limitations, I would bet 816 days would fit nicely into that.

      --
      I think you underestimate just how much I just dont care.
    86. Re:What by mindstrm · · Score: 1

      No - the PS3 uses the Cell processor architecture, and even with the GPU unit disabled, they et 6 out of 7 processors operative (or is it 5 out of 6, I forget). It's not raw GPU performance, but it's fantastic number-crunching performance and cheap. The libraries exists to make efficient use of these - it's nothing like using a VM.

      And remember, they're sold as a loss leader, subsidized by game revenue - try to get the same power (MIPS and power consumption) in the same sized package for $300 - you won't find it.

    87. Re:What by mindstrm · · Score: 1

      Storage is cheap - they may be rate-limited, but you can also pre-compute them. Lots and lots and lots of them.

    88. Re:What by slashdottedjoe · · Score: 1

      So put that on a barcode and use a bar code scanner. If, you really want it to be secure have the barcode created without you looking at the password. So, unless you know how to read a barcode, you do not even know the password yourself.

    89. Re:What by Anonymous Coward · · Score: 0
    90. Re:What by greyhueofdoubt · · Score: 1

      Alternative password:

      -bash: Password not found

      Worth a shot.

      -b

      --
      No offense, but I've stopped responding to AC's.
    91. Re:What by LoRdTAW · · Score: 1

      Yea it all looked good on paper. We just tossed the curly judge rug and called it American law.

    92. Re:What by jthill · · Score: 1

      distributed.net was doing about 35 billion keys per second in 1998.

      --
      As always, all IMO. Insert "I think" everywhere grammatically possible.
    93. Re:What by Anonymous Coward · · Score: 0

      the Cell processor is incredibly powerful, and with 9 cores would be used in an incredible variety of applications if it wasn't nearly impossible to develop a software platform other than the PS firmware.

    94. Re:What by sydneyfong · · Score: 2, Interesting

      I'll nitpick.

      The presumption of innocence does not really go that far back in the history of common law. If you bothered to read a bit further into the link you provided, you'll see that in the quoted case of Woolmington v DPP (decided in 1935) that the case was about overturning a principle of the "presumption of guilt" specifically:

      On appeal to the Court of Criminal Appeal, Woolmington argued that the Trial judge misdirected the jury. The appeal judge discounted the argument using the common law precedent as stated in Foster's Crown Law (1762). ... In every charge of murder, the fact of killing being first proved, all the circumstances of accident, necessity, or infirmity are to be satisfactorily proved by the prisoner, unless they arise out of the evidence produced against him; for the law presumeth the fact to have been founded in malice, unless the contrary appeareth...

      http://en.wikipedia.org/wiki/Woolmington_v_DPP

      *This* is the traditional common law, the one that the USA inherited.

      I'll argue that this Woolmington v DPP case changed the law significantly. At the very least, before this case was decided, the principle of presumption of innocence was not as entrenched as it were after the case. Arguably, this case established the doctrine of the presumption of innocence as we know it today.

      It's fundamentally some academic quirk on common law jurisprudence - under traditional common law principles, the law is "discovered", not "made" by judges. And thus, judges do have a tendency sometimes to "pretend" that all they're doing is applying existing legal principles, instead of changing the laws by setting a precedent. And then after the decision we'll have to accept that "common law was like that all along!", which is not really that accurate.

      Take note, I'm not intending to glamorize the US system (which I don't harbor complements), but just to set things straight. I do study the laws of your jurisdiction extensively, as a law student in Hong Kong.

      --
      Don't quote me on this.
    95. Re:What by blueg3 · · Score: 1

      We're not really discussing ways of being theoretically secure -- there are perfectly good ways of doing that. Fortunately, most criminals aren't very smart. Unfortunately, they're often smart enough to use encryption products. Fortunately, they don't use them very well.

    96. Re:What by MaxToTheMax · · Score: 1

      Even assuming we know which encryption we're using, it's still not practical. I did some math, and if the password uses all kinds of special characters, numbers, and uppercase/lowercase numbers, it would take way more than 5 years for 1000 PS3s to crack a 10 character password. According go my calculations, it breaks down like this: 630720000000000 passwords/5 years/ps3 = 630720000000000000 passwords/5 years/1000 ps3s... alphabet + numbers + shift key = 72 potential characters in a password... 72^10 = 3743906242624487424 possible 10 character passwords...

    97. Re:What by CentralBlank · · Score: 1

      That makes sense...the article mentions graphics cards, so I was more interested in how they got the GPU working: "Condon said that any graphics card has the potential, including those in other gaming systems." I do understand how these are cheap for what they do...

    98. Re:What by CharlyFoxtrot · · Score: 1

      For single files & quick and dirty: you can use the "crypt" command or "vi -C filename", it's relatively weak DES encryption though. Or you can use openssl.
      For collections of files and disks : Truecrypt.

      --
      If all else fails, immortality can always be assured by spectacular error.
    99. Re:What by DamnStupidElf · · Score: 1

      Arguably a passage of text (including spaces and punctuation) from a piece of literature will do you very well.

      This is a horrible idea. Google already caches a significant fraction of all human readable text in the world, and more importantly caches almost all of the popular text. It's not hard to believe that the NSA/FBI/CIA have similar databases from which to try all the phrases between 1 and 100 characters (and all the acronyms formed from the words in the phrases, and the phrases backwards, etc.). Even with a petabyte database of text, it's only about 10^17 operations to try every string from 1 to 100 bytes, which is less than 64 bits of entropy. Further, trying only the most common phrases first (order all the text by google pagerank or by the popularity of a book on google books, for instance) would yield much faster cracking of literature-based passwords if someone picked a passage from their favorite book.

    100. Re:What by Anonymous Coward · · Score: 0

      or like iterate SHA256 thousands of times until it takes a second or two to run.

    101. Re:What by sopssa · · Score: 1

      Unless you're entering the password all the time, that doesn't really work. And if it's something like full system encryption, you're only entering it when you boot. There's a lots of words you usually write a lot more than your boot-time password.

    102. Re:What by Spad · · Score: 3, Informative

      The best part of RIPA is that if you genuinely do no know the encryption key then the onus is on you to prove it, otherwise the assumption is that you do know and are simply witholding the information; off to jail for 5 years...

    103. Re:What by Anonymous Coward · · Score: 0

      YES! It does
      3rd paragraph
      "The report notes that a six-digit password has nearly 282 trillion possible permutations, and the networked PS3 can attempt 4 million guesses per second. "

      if you follow the link in it also mentions it
      http://www.axcessnews.com/index.php/articles/show/id/19037%3F31

    104. Re:What by Chrisq · · Score: 4, Funny

      Could be worse, imagine if it was "fuck you, stupid customs official"

    105. Re:What by aussie_a · · Score: 1

      You are guilty of withholding the encryption key. You aren't thrown in for being a child molester. You may be completely innocent of that.

    106. Re:What by Anonymous Coward · · Score: 0

      Yes, this post is BS.
      Why not try OPENING THE COMPUTERS!

    107. Re:What by tolan-b · · Score: 1

      The burden of proof for loss of encryption keys was shifted from the defence to the prosecution before RIPA was passed.

      I know they re-introduced some of the stuff removed from RIPA before it's passing, after the fact in amendments, but I'm not sure that the burden of proof was swapped again. Do you have a reference?

    108. Re:What by pilybaby · · Score: 1

      you're convicted of not handing over the keys, which IS a crime. You're NOT thrown in jail for what you're suspected of hiding. It's because not handing over the keys is a crime, which can be proved (OK you could have forgotten them), but this is government thinking, not rational thinking.

    109. Re:What by Dr.Syshalt · · Score: 1

      Something doesn't match up. For first the different encryption schemes take different times to try even one password, and even more if you combine several of them together. Secondly you cannot try 4 million passwords in a second if its encrypted content, it takes a lot more than that.

      Congratulations. You've just destroyed their plan to get shiny new PS3s for the whole C3 department for Christmas. Do you think they're going to take it easy?

    110. Re:What by TheRaven64 · · Score: 1

      It's pretty difficult to do accurately. There are around 20,000 common words in the English language so, in theory, a seven word pass phrase is one of 20,000^7 combinations, or equivalent to a 100-bit key. A 9 word pass phrase is equivalent to a 128-bit key. There are about 500,000 words in total (1,000,000 including scientific terms and jargon), however, so the that gives 170-180 bits of for a random 9-word pass phrase

      Of course, that's assuming completely random use of words. In practice, about 2,000 words are very common and a few, like definite and indefinite articles, appear in almost every sentence. Some words are more or less likely to follow others. This means that a passphrase-cracker (that assumed English words) could reduce the number of probable phrases a lot. If you add punctuation, then you add a couple of bits of entropy, but not many.

      It's worth noting that a pass-phrase with English words doesn't have much more entropy than a much shorter random password. You can save some typing by just entering the first letter of each word in a pass phrase as a password.

      --
      I am TheRaven on Soylent News
    111. Re:What by Anonymous Coward · · Score: 0

      You have to get into bed with IBM in order to do this. First, PS3's have cell processors that are broken. Of the 6 sub-processors that they normally have, one is broken. Another one watches over the other 4 to make sure you don't do anything that Sony doesn't like, leaving you 4. Next, you have to really re-invent the wheel. The main processor in the PS3 is a Power processor. It has no branch prediction. Remember that, or your software will get very slow, very quickly. Next, the Power processor all by itself is just slightly slower than 1.8 GHz pentium 4. But what about all of those sub-processors!!!, you ask. This is the part where you have to beg IBM for a gob of software. In order to get the software, last time I checked, they wanted to know your age, company name, income, address, phone number, work phone number, technical background, marital status, religious affiliation, work history, medical and dental information, and you also must give them permission to allow their marketing people to send you leaflets, flyers and also make cold calls and send you e-mails. The software is a support library that lets you use the sub-processors (the 4 of the 6 that are left). Remember too, that PS3's only have 256 MB of memory. Small programs, no problem. Big programs, get a real computer. Also remember, there is no possible way to increase the memory. OK, nothing is impossible. Its just really hard. All of the memory is soldered in. You will have to build your own memory bus and add your own memory socket. Remember too, that just getting a larger stick of memory is not reality here. The memory is really fast, proprietary, only one company makes it, and they don't make anything bigger (again, your own 'expanded' memory bus handing off pins of the cpu to your second stick of memory). Other than that, the PS3 is a charm to use. Go hard!

    112. Re:What by commodore64_love · · Score: 1

      >>>Perhaps they're just hitting people with [$5 wrenches]?

      +1 funny? Or +1 informative.

      In the UK they lock you in jail for 2 years until you give them the encryption key. So much for the right to be presumed innocent until PROVED guilty. This law assumes whatever's on your drive is a criminal offense, and presumes guilt.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    113. Re:What by Spazztastic · · Score: 3, Funny

      Could be worse, imagine if it was "fuck you, stupid customs official"

      My secret answer for a gaming account was "Your moms box." When I called them up and had to change my information, the guy asked me and I immediately realized what it was. Good thing he had a sense of humor, otherwise he might have thought my childhood superhero was his mom's box.

      --
      Posts not to be taken literally. Almost everything is sarcasm.
    114. Re:What by Hognoxious · · Score: 2, Informative

      Actually it's English. Magna Carta and all that.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    115. Re:What by Hognoxious · · Score: 1

      All that says is that one judge went against the principle, and it was overturned on appeal.

      Note also that (re the 1762 quotation) this only applied to murder, and it only applied if it was proven that the defendant did kill the victim. Not that different to if you claim self-defence - you can't just say it or every killer would walk; you have to come up with some evidence that you were under serious threat.

      As an aside, loaded weapons aren't toys. If you fool around with them you should be facing a minimum of a manslaughter charge.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    116. Re:What by hesaigo999ca · · Score: 1

      Not really, if you have clustered envrionement, it goes much quicker then that per cpu, as they are distributed in an organised fashion, enough to be not be any visible difference between 1 or the other. Linux is great for this, as well, I heard PS3 are great for accepting linux on as their OS.

    117. Re:What by NotBornYesterday · · Score: 1

      There is no minimum IQ for being a moderator. Sigh.

      Of course, commodore64_love has been active around here awhile, and some mod may have thought he should have known the answer to his own question, or he could have attracted the attention of a mod-bombing foe or freak. It happens.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    118. Re:What by Ash+Vince · · Score: 1

      Here is a quote from the final deciding law lord Viscount Sankey on the page you mention:

      Throughout the web of the English Criminal Law one golden thread is always to be seen, that it is the duty of the prosecution to prove the prisoner's guilt subject to what I have already said as to the defence of insanity and subject also to any statutory exception. If, at the end of and on the whole of the case, there is a reasonable doubt, created by the evidence given by either the prosecution or the prisoner, as to whether the prisoner killed the deceased with a malicious intention, the prosecution has not made out the case and the prisoner is entitled to an acquittal. No matter what the charge or where the trial, the principle that the prosecution must prove the guilt of the prisoner is part of the common law of England and no attempt to whittle it down can be entertained. When dealing with a murder case the Crown must prove (a) death as the result of a voluntary act of the accused and (b) malice of the accused.

      This seems to imply that English Common Law has recognised the principle of presumption of innocence since long before this case.

      *This* is the traditional common law, the one that the USA inherited.

      Sorry, but that is utter rubbish. By the time this case was tried in 1935, the American and English legal systems had completely devolved so this case has no bearing on US Law.

      It's fundamentally some academic quirk on common law jurisprudence - under traditional common law principles, the law is "discovered", not "made" by judges. And thus, judges do have a tendency sometimes to "pretend" that all they're doing is applying existing legal principles, instead of changing the laws by setting a precedent. And then after the decision we'll have to accept that "common law was like that all along!", which is not really that accurate.

      Take note, I'm not intending to glamorize the US system (which I don't harbor complements), but just to set things straight. I do study the laws of your jurisdiction extensively, as a law student in Hong Kong.

      You should have started you studies with:

      http://en.wikipedia.org/wiki/Custom_(law)

      This is where an awful lot on common law came from. Although very rarely used since we now rely far more on written statutes this was once far more influential when there was not a single repository of statute and case law that could be easily referenced.

      My only studies of law were of the history of the english legal system. I do hartily recommend this book to anyone interested: http://www.sweetandmaxwell.co.uk/Catalogue/ProductDetails.aspx?recordid=766&productid=14738

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.
    119. Re:What by NotBornYesterday · · Score: 1

      I may be using 2048 bits keys to protect my data, but I am surely not going to enter a 256-byte password every time

      Your passphrase should be quite a bit longer than eight characters if you care about your key at all.

      8 characters is 256 bits. 256 bytes is, of course, 256 characters.

      If he is using a 2048 bit key for his encryption, and he wants his password to be as resistant to brute-force attack as his key, he would need a password of the same length. Since 2048 bits / 8 =256 bytes, he would need a 256-character password. Of course, since he is ostensibly using ASCII characters, he points out that the actual complexity of his password would still be well below that of his encryption key.

      Imagine that on a post-it next to the monitor.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    120. Re:What by tibman · · Score: 1

      "Sir, we are finding a lot of possible passwords using the w,a,s,d keys"

      --
      http://soylentnews.org/~tibman
    121. Re:What by PerfectionLost · · Score: 2, Funny

      Interrogator: "Look, we'll give you a PS3 if you tell us your password.

      "We'll even throw in the HDMI cable. We'll get it eventually; this way you and I can both go home before lunchtime."

      Prisoner: "There are no games for the PS3, couldn't you give me a Wii with 4 controllers?"

      Interrogator: "That's why this is torture."

    122. Re:What by PingPongBoy · · Score: 1

      In the UK they lock you in jail for year-after-year until you give them the encryption key

      Then it's time for two keys - one to convert the data into harmless filth, and another to convert the data into the real filth.

      --
      Know your pads. One time pad: good for cryptography. Two timing pad: where to take your mistress.
    123. Re:What by 2obvious4u · · Score: 1

      I have actually used something very close to that for websites where I didn't want to register. i.e. to pay a ticket online.

    124. Re:What by Khyber · · Score: 1

      "Secondly you cannot try 4 million passwords in a second if its encrypted content, it takes a lot more than that."

      Do you even know what a brute force attack is about? You most certainly CAN try 4 million passwords a second to GUESS THE ENCRYPTION KEY.

      Who modded this nonsense up?

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    125. Re:What by jimicus · · Score: 1

      The keys could be stored on a 2nd secure device, something like a TPM chip that nukes it storage after 3 invalid password attempts.

      Would never fly in most corporate environments. Nobody wants to tell the sales director that when they said "don't forget the password", they really weren't kidding.

      This leaves you with the personal market for encryption (miniscule), military and government.

    126. Re:What by jimicus · · Score: 1

      I dunno. I'd imagine that if you're committing a felony and concerned enough to set up encryption that you're going to protect it a little better than your webmail account. But maybe I'm overestimating people here.

      I rather fear you may be. Encryption isn't terribly well understood outside the IT industry - a lot of people only know it's a way to make something hard(er) to read.

      The various other issues at stake - choosing a secure password, not writing it anywhere, not using the same password for anything else - are frequently overlooked and it's only relatively recently that clear warnings about such things have started to appear in user interfaces.

    127. Re:What by Bert64 · · Score: 1

      Doesn't say what encryption they are cracking at that speed either...
      Download a copy of john the ripper and run the benchmark, depending on your cpu and type of crypto your trying to crack, you will get anywhere between 100 and 100,000,000 attempts/sec

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    128. Re:What by proslack · · Score: 1

      That password would be much safer with a number and a non-alphanumeric character; Try"Pleasestophittingmeononotthewaterboardblipdoolpoolp1@". Something to be said for "l33t", I suppose.

      --


      Floating in the black seas of infinity without a paddle.
    129. Re:What by Bengie · · Score: 1

      2048bit?!.. weak weak public key encryptions. use a 256bit symmetric encryption :P

      1 r3@lly HATE M2rry h@d 2 L177l3 L4mb

      might take a bit to break that.

      37 characters, uses upper and lower cast, numbers, and special chars. 72 possible chars, raised to 37 spaces leave you with 5.2638362183252302021313518106337e+68 possibilities. a 256bit key has 1.1579208923731619542357098500869e+77 total possibilities, but you have to cut it in half atleast. if you had 10 billion processors doing 10 billion comparisons per second, it would take 3.6717430630808027468154168254912e+46 millennia. but hey, if you find a weak link in the password and reduce the effectiveness by 100,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 your 10,000,000 petamips(assuming 100 instructions per calculation) super computer could break it in 367 years.

      My cousin took an encryption class at his uni,which is top 10 in the world for computer engineering/stem cell research/anything science, and his teacher said something along these lines. If you had a 256bit encryption and assumed it was perfect, which means reducing it's effectiveness by 1 bit since you have a 50% chance to find the key in the first half, and assume the lowest amount of energy physically possible to represent a 1 or 0 bit, and ignored all other actual work required to test the key, it would take more energy to flip that bit enough times to break the average key than there is usable energy in the known universe.

      not sure how true that is, but coming from a teacher in a top tier uni, that sure sounds impressive.

      This really doesn't sound like it could be that far off. Quick google returns an estimated 7x10^22 stars in the known universe.
      2^256 divided by 7x10^22 equals 1.6541727033902313631938712144098e+54. I'm not sure what unit of energy it takes to "flip a bit", but you have 1.6541727033902313631938712144098e+54 worth of those units per star. So I would assume it's atleast safe to say it would take more energy to break a perfect 256bit key than there is usable energy in all of the stars in the universe.

      I think "brute forcing" the person would work better than brute forcing the password/key

    130. Re:What by Anonymous Coward · · Score: 0

      Unless the os is encrypted why not just wipe out the password with a live cd? Sounds a bit easier to me.

    131. Re:What by sydneyfong · · Score: 1

      All that says is that one judge went against the principle, and it was overturned on appeal.

      The appeal was heard by the the House of Lords (functionally similar to the US Supreme Court). The best it could do is to argue that there is a "golden thread" in common law embracing the presumption of innocence. That is, in stark contrast to the usual business of judges analyzing precedents and decided cases or at least actual jurisprudence on the matter.

      The judgement was based on rhetoric. At least the judge below cited something (see my quote in my original post). It might not be authoritative enough, but still it is better than simply saying: "no we don't do things that way" without much further elaboration. What this suggests is that there wasn't such a principle in the first place until this case was decided.

      Note also that (re the 1762 quotation) this only applied to murder, and it only applied if it was proven that the defendant did kill the victim. Not that different to if you claim self-defence - you can't just say it or every killer would walk; you have to come up with some evidence that you were under serious threat.

      True. Yet in modern times we think that if circumstances raise a possible issue of self-defence, then it is not for the defendant to prove he was acting in self-defense, but for the prosecution to prove it was not.

      This difference may not be that obvious to the average person, but for defendants and criminal defense lawyers things like this is difference between life and death (literally, for those place which still practice the death penalty).

      As an aside, loaded weapons aren't toys. If you fool around with them you should be facing a minimum of a manslaughter charge.

      I'm pretty sure the defense was hoping to get the conviction down to manslaughter instead of acquitting completely.

      --
      Don't quote me on this.
    132. Re:What by sydneyfong · · Score: 1

      Here is a quote from the final deciding law lord Viscount Sankey on the page you mention:

      SNIP

      This seems to imply that English Common Law has recognised the principle of presumption of innocence since long before this case.

      In fact, no. In fact, this actually implies that the principle, if it even existed, was not universally recognized at that time. If it were, then you wouldn't find the judge saying "golden thread blah blah blah" but rather, a long list of boring precedents and authorities that supports his proposition. I just went to read the full case, and all he does is to debunk authorities that seem to support the contrary.

      In landmark cases, judges (at least in UK, particularly those sitting in the House of Lords) have a tendency of stretching reality a bit to arrive at their desired conclusion.

      Sorry, but that is utter rubbish. By the time this case was tried in 1935, the American and English legal systems had completely devolved so this case has no bearing on US Law.

      You misunderstood me. What I meant was, the 18th century authority (which I quoted, and which I referred to as *this*) is the common law that the US inherited. And of course by that I implied that the case decided in 1935 had nothing to do with US law.

      --
      Don't quote me on this.
    133. Re:What by Hognoxious · · Score: 1

      How do "circumstances raise a possible issue of self-defence" other than there being some evidence to justify it?

      the prosecution to prove it was not.

      How do you prove a negative?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  2. Right... by epdp14 · · Score: 1

    News flash: All of the servers of (insert opposition party) have been seized by the (insert party in power) government under child pornography charges.

  3. Is this April 1st? by commodore64_love · · Score: 0, Troll

    Wait. (goes back to re-read). They are using videogame consoles to run their server? Seriously??? Wow.
    I guess the PS3 is more powerful than I realized; maybe I ought to go buy one. Any good games (not on Xbox) for the PS3?

    --
    "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    1. Re:Is this April 1st? by commodore64_love · · Score: 0, Troll

      P.S.

      How ironic that the U.S. Cyber Crime unit is breaking U.S. Law to accomplish their goal (modding the hardware and installing Linux). Hmmm. But I doubt Sony or anybody else will file suit. They don't want to go after a big target like the United States government.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    2. Re:Is this April 1st? by MaliciousSmurf · · Score: 1

      Uncharted?

    3. Re:Is this April 1st? by jonbryce · · Score: 1

      Using GPU processing to crack passwords isn't news. In Soviet Russia, they have beeing doing it for some time now.

    4. Re:Is this April 1st? by Rattenhirn · · Score: 4, Informative

      On the old (pre slim) PS3, you can install Linux legally and without any hard or soft mods. This was also possible with the old (pre slim, see the pattern?) PS2, if you bought a hard disk.

    5. Re:Is this April 1st? by spectralfreak · · Score: 1

      Besides, this has already been done before with the research group that broke SSL certificates that used MD5 http://www.win.tue.nl/hashclash/rogue-ca/

    6. Re:Is this April 1st? by Anonymous Coward · · Score: 0

      They are breaking a EULA not the law. Worst thing Sony can do is not repair the system. Not to mention the older PS3's allowed you to install Linux.

    7. Re:Is this April 1st? by RAMMS+EIN · · Score: 1

      The PS3 _is_ very powerful, and I think somebody just realized how to make good use of that power.

      --
      Please correct me if I got my facts wrong.
    8. Re:Is this April 1st? by RAMMS+EIN · · Score: 1

      Wait, Sony released versions of the PS3 that _don't_ allow you to install Linux? Why am I only hearing about this now?

      --
      Please correct me if I got my facts wrong.
    9. Re:Is this April 1st? by Monkeedude1212 · · Score: 1

      If you're the RPG type, I played Demon Souls the other week and it was breathtakingly fantastic, arguably better than Dragon Age in some respects.

    10. Re:Is this April 1st? by fm6 · · Score: 1

      Outside of lame Slashdot jokes, Soviet Russia hasn't existed since 1991. Elcomsoft is in the Russian Federation.

    11. Re:Is this April 1st? by CannonballHead · · Score: 1

      In Soviet Russia, they have beeing doing it for some time now.

      Slashdot Meme Parse Error at line 1: "they have beeing doing it for some time now" not recognized.

    12. Re:Is this April 1st? by virmaior · · Score: 1

      Outside of lame Slashdot jokes, Soviet Russia hasn't existed since 1991. Elcomsoft is in the Russian Federation.

      tell that to Georgia, the Ukraine, the Baltic States, and Poland.

    13. Re:Is this April 1st? by Anonymous Coward · · Score: 0

      Outside of lame Slashdot jokes, Soviet Russia hasn't existed since 1991. Elcomsoft is in the Russian Federation.

      tell that to Georgia, the Ukraine, the Baltic States, and Poland.

      ... and Vladimir Putin!

    14. Re:Is this April 1st? by somersault · · Score: 1

      LittleBigPlanet.

      When the PS3 came out there were loads of stories about the awesome powah of the Cell processor. They are great value for money if you want to do some number crunching. Just a shame you can't use the graphics processor as well (Sony blocked off GPU access from within Linux AFAIK) or they would really fly.

      --
      which is totally what she said
    15. Re:Is this April 1st? by Anonymous Coward · · Score: 1, Informative

      Because you failed to read /. religously: http://games.slashdot.org/story/09/09/02/1645213/Game-Over-For-Sony-and-Open-Source

    16. Re:Is this April 1st? by theaveng · · Score: 1

      (Score:0, Troll)

            How ironic that the U.S. Cyber Crime unit is breaking U.S. Law to accomplish their goal (modding the hardware and installing Linux). Hmmm. But I doubt Sony or anybody else will file suit. They don't want to go after a big target like the United States government.

      How is this in any way a troll?

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    17. Re:Is this April 1st? by fm6 · · Score: 1

      You're saying that because they're still bullies, they're still the Soviet Union? Little things like abandoning socialism don't count?

    18. Re:Is this April 1st? by GrumblyStuff · · Score: 1

      New Slashdot meme creating a buzz? Tonight at 11.

    19. Re:Is this April 1st? by c6gunner · · Score: 1

      You're saying that because they're still bullies, they're still the Soviet Union? Little things like abandoning socialism don't count?

      North Korea is still the Democratic People's Republic of Korea ... and they've abandoned democracy, a republic, and their people ...

    20. Re:Is this April 1st? by Megane · · Score: 1

      How is this in any way a troll?

      Because nowhere in TFA did it say that they were modding the hardware? Fat PS3s are built to allow you to install Linux, though they do deny you GPU access.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    21. Re:Is this April 1st? by theaveng · · Score: 1

      Oh okay. I did not realize people are "trolls" for not knowing information about obscure console "fat" versus "slim" variants, and which ones can or can not use Linux without hacking.

      Ignorance is punished on slashdot

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    22. Re:Is this April 1st? by MikeBabcock · · Score: 1

      Way to troll, but I'll bite.

      First, have a look at Folding @Home on the PS3 for some numbers on its computational abilities.

      Now, have a quick glance at the exlusives, some of which are simply incredible games. If you want to believe the hype though, just ignore it and miss out.

      --
      - Michael T. Babcock (Yes, I blog)
    23. Re:Is this April 1st? by MikeBabcock · · Score: 1

      It was part of the changes made to lower costs on the new slim PS3s.

      --
      - Michael T. Babcock (Yes, I blog)
    24. Re:Is this April 1st? by fm6 · · Score: 1

      What are you saying? That Russia is still "socialist" even though they dropped the word from their title? Recall that this thread started with a link to a private business in Russia, something that would have been plain illegal under the old rules.

      I'm not saying that Russia is suddenly a free democratic place. But they're obviously not the same entity as the one that dissolved back in 1991.

    25. Re:Is this April 1st? by c6gunner · · Score: 1

      What are you saying? That Russia is still "socialist" even though they dropped the word from their title?

      I must admit that I'm more than a little awed by your skill at getting everything back-assward.

      Russia was never socialist to begin with. Socialism is an ideology which they hid behind in order to suppress dissent and criticism. Calling Russia socialist is just as silly as calling North Korea a "Democratic People's Republic".

      On the other hand, there's no reason to avoid the name just because they've finally given up their pretenses. I think it serves as a useful reminder. If you wanted to drop the "Soviet" from the name in order to make a political statement, the right time to do that would have been while they were still misusing it.

    26. Re:Is this April 1st? by theaveng · · Score: 1

      Perhaps they were thinking along these lines: No Freedom To Tinker: Arrested For Modding Legally Purchased Game Consoles
      http://www.techdirt.com/articles/20090804/1537125771.shtml

      More : http://www.google.com/search?q=man+arrested+for+modding+console

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    27. Re:Is this April 1st? by JStegmaier · · Score: 1
    28. Re:Is this April 1st? by fm6 · · Score: 1

      Russia was never socialist to begin with.

      We could argue that, but it's kind of beside the point. It was officially socialist. And they did ban private enterprise for most of their history. Now it's officially non-socialistic and you can't get arrested just for starting a business.

      Socialism is an ideology which they hid behind in order to suppress dissent and criticism.

      You have a very comic book understanding of history. In real life, cynics don't win revolutions. Which is actually too bad — if Lenin had been more cynical, he wouldn't have been so willing to murder anybody who stood in the way of his dream of a Marxist Utopia.

    29. Re:Is this April 1st? by c6gunner · · Score: 1

      You have a very comic book understanding of history. In real life, cynics don't win revolutions.

      I'm not sure which comics you've been reading, but they've clearly mislead you about the meaning of the word "cynic". Neither the original meaning nor the modern usage fit the concept which you're trying to describe. You could call ME a cynic (although I do not consider myself one), but there's nothing cynical about using the beliefs of others as camouflage in order to attain your own goals. That's simply called "lying", and it's something which all politicians do.

      Which is actually too bad — if Lenin had been more cynical, he wouldn't have been so willing to murder anybody who stood in the way of his dream of a Marxist Utopia.

      You could make the argument that Lenin really believed in Marxism - maybe. He went against some of the most important points of Marxism, but you could blame that on his ignorance. There is absolutely no way, however, that you could make a similar argument for Stalin.

      None of that, however, changes the fact that Russia was never socialist. It was more of an underground capitalist society based on the barter system, ruled by a tyrannical herd of bureaucrats. If the basic tenet of socialism is equal opportunity and treatment of all, then the US today is more socialist than the USSR ever was.

    30. Re:Is this April 1st? by fm6 · · Score: 1

      I have problems with your semantics (lying and cynicism are not mutually exclusive) but that's a secondary issue. You basic argument is that the USSR never lived up to its socialist ideals and therefore was just another dictatorship, and there's no real difference between the old USSR and the new Russian Federation.

      But there are lots of differences. Private enterprise is no longer illegal, and indeed now dominates the Russian economy. The Russian Orthodox Church is no longer persecuted. (Sadly, the same can't be said for some other faiths.) Travel in and out of the country is no longer tightly controlled.

      There are many things about the current system that suck. But the things that suck are not the same things that sucked under the Soviet Union.

    31. Re:Is this April 1st? by Dr.Syshalt · · Score: 1

      tell that to Georgia, the Ukraine, the Baltic States, and Poland.

      I don't get it. How the heavy presence of USA in those countries, involvement in their political life and military training connected to Soviet Russia?

    32. Re:Is this April 1st? by c6gunner · · Score: 1

      I have problems with your semantics (lying and cynicism are not mutually exclusive)

      Never said they were.

      and there's no real difference between the old USSR and the new Russian Federation.

      Never said that, either.

    33. Re:Is this April 1st? by fm6 · · Score: 1

      I have problems with your semantics (lying and cynicism are not mutually exclusive)

      Never said they were.

      OK, my bad. When you said "there's nothing cynical about using the beliefs of others as camouflage in order to attain your own goals." I should have pointed you at a dictionary that that clearly contradicts you.

      and there's no real difference between the old USSR and the new Russian Federation.

      Never said that, either.

      Really? Then I have no idea what point you're trying to make.

    34. Re:Is this April 1st? by c6gunner · · Score: 1

      OK, my bad. When you said "there's nothing cynical about using the beliefs of others as camouflage in order to attain your own goals." I should have pointed you at a dictionary that that clearly contradicts you [merriam-webster.com].

      Um ... what?

      Here's the definitions from your source:

        - contemptuously distrustful of human nature and motives
        - based on or reflecting a belief that human conduct is motivated primarily by self-interest
        - implies having a sneering disbelief in sincerity or integrity

      How in the world can you possibly look at those, and decide that they contradict me? ...

      Look, forget it. I don't know if you're currently going through ESL or what, but if you can't even properly parse a dictionary definition then I don't see how we can have an actual discussion. Take care.

    35. Re:Is this April 1st? by fm6 · · Score: 1

      Yeah, I'm tired of arguing semantics too. Especially since you've been arguing with me for a dozen messages without making it clear what point you were trying to make.

  4. Don't forget the terrorists! by davidwr · · Score: 1

    Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography."

    What about those computers seized with a warrant and suspected of harboring stored communications with terrorists? Are we going to just ignore them?? Huh??? Huh????

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Don't forget the terrorists! by plover · · Score: 0

      Hey, at least SOMEBODY is thinking of the children!

      --
      John
    2. Re:Don't forget the terrorists! by Duradin · · Score: 1

      Thinking about children as much as they do can't be normal.

      Hmm, there might be some ulterior motives for cracking those passwords...

    3. Re:Don't forget the terrorists! by commodore64_love · · Score: 1

      Is that why Pennsylvania prosecutors have *twice* locked-up teens (for one night in each case)? Just because they took "mirror photos" of themselves nude? I suppose those prosecutors believed they were thinking of the children, when they locked-up these minors and charged them with a child pornography crime, but I don't agree. If a young adult can't even take a photo of his/her own body, then freedom is dead.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    4. Re:Don't forget the terrorists! by Anonymous Coward · · Score: 0

      But looking at those mirror photos of teenagers was soooo psychologically traumatizing. Heavens knows how those poor police and investigators can sleep at night after seeing those horrible, horrible images.

  5. Call me paranoid, but by Eudial · · Score: 4, Insightful

    Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography.

    ... suuuuuure.

    --
    GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
    1. Re:Call me paranoid, but by Valdrax · · Score: 0

      Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography.

      ... suuuuuure.

      Oooh, meta-sarcasm! How impressive!

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
    2. Re:Call me paranoid, but by Groo+Wanderer · · Score: 1

      Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography.

      ... suuuuuure.

      No really, it is true. The guys that don't follow the law get much better funding, and they can afford to make their own custom ASICs to do it much faster. It is only the ones that take the silly 'legal route' that have to scrimp and save like this.

                          -Charlie

    3. Re:Call me paranoid, but by spanky+the+monk · · Score: 1

      I don't think the OP even believes that.

    4. Re:Call me paranoid, but by Anonymous Coward · · Score: 0

      Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography.

      ... suuuuuure.

      I assume you're balking at just the warrant part, since any computer with some form of secondary storage or network connection can be suspected of "harboring" child pornography.

    5. Re:Call me paranoid, but by Totenglocke · · Score: 2, Insightful

      Question: How does this get modded troll? Slashdot is known for it's blatant distrust of government surveillance, so how does pointing out that there's no reason to believe the government's claims that they won't use this for cracking anything but legally seized computers amount to trolling?

      --
      "The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants." ~Thomas Jefferson
    6. Re:Call me paranoid, but by kelanden · · Score: 1

      Presumably the moderator sees the grandparent as a deliberate attempt to derail the discussion. I won't say their concern isn't legitimate, but modding the post as offtopic would be more appropriate.

    7. Re:Call me paranoid, but by Valdrax · · Score: 1

      Question: How does this get modded troll? Slashdot is known for it's blatant distrust of government surveillance, so how does pointing out that there's no reason to believe the government's claims that they won't use this for cracking anything but legally seized computers amount to trolling?

      Because the mandatory sarcastic response pointing this fact out was already taken care of in the article summary. That's the line that the GP decided to quote and redundantly react sarcastically to, as if they were the only person smart enough to see the truth. This could be either Captain Obvious stupidity, a clumsy attempt to express a "Me too!" sentiment, or someone trolling by pretending to be really dense. I think we can forgive the moderator for going with the last one.

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
    8. Re:Call me paranoid, but by martin-boundary · · Score: 1

      This seems like waaaay overkill. Couldn't they just, like, kidnap the suspects overnight and torture them until they confess about the child porn already?

    9. Re:Call me paranoid, but by Totenglocke · · Score: 1

      Except that the line in the summary could be taken either way. We don't know the person who wrote the summary - they could be being sarcastic or they could be dumb enough to actually think that the government would only use it for legal purposes.

      --
      "The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants." ~Thomas Jefferson
    10. Re:Call me paranoid, but by Valdrax · · Score: 1

      Except that the line in the summary could be taken either way. We don't know the person who wrote the summary - they could be being sarcastic or they could be dumb enough to actually think that the government would only use it for legal purposes.

      Doubtful. That's a perfect deadpan line. Especially if you read the article.

      Honestly, which is more likely? That the person who brought this to Slashdot's attention is totally trusting of the government or that someone on the internet was unable to recognize sarcasm and thought that they were funny?

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
    11. Re:Call me paranoid, but by Totenglocke · · Score: 1

      So let's say this guy thought the submitted was serious and though he was being funny - that's still not trolling, or do we have a new rule here where anyone who doesn't get a joke gets modded down?

      --
      "The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants." ~Thomas Jefferson
    12. Re:Call me paranoid, but by MakinBacon · · Score: 1

      We have laws against that. Also, you can't torture somebody until they confess because an innocent man will either never confess (thus meaning that his torture will carry on indefinitely), or falsely confess just to end the torture (in which case he will be wrongfully labeled a sex offender). Even if there was a way to find out if somebody was guilty using torture, there's still the problem that you would have to torture innocent people to find out.

    13. Re:Call me paranoid, but by Valdrax · · Score: 1

      So let's say this guy thought the submitted was serious and though he was being funny - that's still not trolling, or do we have a new rule here where anyone who doesn't get a joke gets modded down?

      Putting aside for a moment that the most effective trolling is that which only pretends to be stupid, he sure as hell doesn't deserve to be modded up to +5, Insightful for being clueless. Any preventative or curative moderation to take care of that is fine in my book, though admittedly futile since nearly any comment close enough to the top of the thread will get positive moderation, especially if it has a lot of comments attached to it. Even clueless, insight-free, one-word karma whoring posts like that one.

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
    14. Re:Call me paranoid, but by Totenglocke · · Score: 1

      So basically, you're pissed that the guy doesn't trust our oh so wonderful rulers. Gotcha, all I needed to know. If you'd had a reason other than that, your argument wouldn't keep going back to "I disagree with him, therefore he must be trolling".

      --
      "The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants." ~Thomas Jefferson
    15. Re:Call me paranoid, but by Valdrax · · Score: 1

      So basically, you're pissed that the guy doesn't trust our oh so wonderful rulers. Gotcha, all I needed to know. If you'd had a reason other than that, your argument wouldn't keep going back to "I disagree with him, therefore he must be trolling".

      See, you must understand what I'm saying. After all, the straw man is a wonderful example of trolling blurring the line between being stupid and being disingenuous.

      But demonstrations aside, I never said that I disagreed with him. I just said that he's being Captain Obvious by reacting sarcastically to something that's already sarcastic as if it's not sarcastic and pretending to have "wit" in the process.

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  6. This wasn't in the commercials... by Romicron · · Score: 1

    Seems that the "it only does everything" slogan has greater scope than I initially thought - if "breaking encryption" was advertised explicitly, I may have picked one up...

  7. Nice move Sony by TheVidiot · · Score: 1

    Nice that Sony took out the ability to install Linux on the slim PS3. How hard could it have been to have a left the feature in that is useful in a number of ways? Of course, they have recently announced the ability to post trophy acquisitions to Facebook.... but they take 'Other OS' support out?!

    1. Re:Nice move Sony by Hatta · · Score: 1

      Sony loses money on each PS3 sold. If the government isn't buying any games, then this is a loss for Sony.

      --
      Give me Classic Slashdot or give me death!
    2. Re:Nice move Sony by Anonymous Coward · · Score: 0

      It's a lot of free advertisement...

    3. Re:Nice move Sony by icebraining · · Score: 1

      Actually,

      ICE is hoping to buy 40 more original PS3s, through auction sites such as eBay.com, to add to the 20 it already has, Davenport said.

      So they're not buying from Sony. Not could they, as Sony doesn't sell the pre-Slims anymore, which are the only ones that can legally run Linux.

    4. Re:Nice move Sony by Anonymous Coward · · Score: 0

      Sony loses money on each PS3 sold. If the government isn't buying any games, then this is a loss for Sony.

      They're buying old units second hand. Sony isn't part of this transaction.

    5. Re:Nice move Sony by MeatBag+PussRocket · · Score: 1

      its _NOT_ a matter of legality, its a matter of licensing, as mentioned elsewhere the worst penalty that Sony could leverage is denial of tech support. and as for the GP Sony hasnt been losing money on PS3 in a while.

      --
      i wage a holy war against the apostrophe.
    6. Re:Nice move Sony by Lord+Maud'Dib · · Score: 1

      I have on old fat 60gb (with the backwards compatibility) and recently bought a new slim. When setting up the systems I found that the slim didn't like the hdd from the fat as is. It would not boot and kept demanding a usb drive with the system on it to boot. Switched the hdd back to the original and it booted properly. Seems to me the system software is kept on the hdd of the slim but in some sort of flash on the fat. I'm mentioning it here because I've not found a reference anywhere to this difference in operation, but it makes sense from a cost cutting angle. Also, the slim boots more slowly, probably because it's waiting for the hdd to spin up.

    7. Re:Nice move Sony by mindstrm · · Score: 1

      They left it in as a hobbyist thing.

      They probably didn't expect people to buy them en-masse to build huge clusters - that's a losing proposition for sony, as PS3's are sold below cost as a loss-leader assuming they will make up the money on game sales.

    8. Re:Nice move Sony by sandGorgons · · Score: 1

      ahh.. but the publicity. Every real boy wants the box that is used by the Men-in-Black .

  8. HCF by davidwr · · Score: 1

    GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!

    Halt first, then catch fire.

    GAAH! MY PRINTER WON'T PRINT!! HELP!!! OH AND BY THE WAY WHAT'S THAT SMELL?

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  9. I see a trend here by kammat · · Score: 1

    The PS2 was restricted for export because people thought Saddam would use them to build missile guidance units. We're using the PS3 to crack encryption. I can't wait to see what uses they'll think up for the Playstation 4. Nuclear simulation?

    1. Re:I see a trend here by cmiller173 · · Score: 1

      Back before I changed majors from Nuclear Engineering (1986 ish) I wrote a reactor core sims on my Apple //e. Admittedly it took a few hours to run and was a fairly basic simulation but....

  10. Right idea, poor execution by beefnog · · Score: 1

    If memory servers, the cell platform in a PS3 doesn't allow you to use all of the cores when you're running linux. So, for the price of a new ps3, they could just as easily use commodity hardware from last year and probably get better throughput.

    1. Re:Right idea, poor execution by Anonymous Coward · · Score: 0

      Do you realy think the US Government is afraid of hacking a simple game console to do what they whant?
      This post crapchap is "illegal"

    2. Re:Right idea, poor execution by beefnog · · Score: 1

      damn sleep deprivation. if memory SERVES.

    3. Re:Right idea, poor execution by Anonymous Coward · · Score: 0

      memory does not servers

    4. Re:Right idea, poor execution by Anonymous Coward · · Score: 0

      IIRC, it lets you use 7 of the 8 Vector cores. So while you can't use ALL of them, you can use most of them.

    5. Re:Right idea, poor execution by Anonymous Coward · · Score: 0

      It allows you to use 6 SPEs at 3.2 GHz, for around 150GFlops throughput at $300 for the whole system. If your algorithm is suited for Cell you won'te even come close to that efficiency using PC hardware. (And IBM's Cell servers are around 15 times more expensive)

    6. Re:Right idea, poor execution by sternn64 · · Score: 1

      You get access to six of the eight SPEs of the Cell under Linux. One core is disabled for a better yield, and one is reserved for the hypervisor. Just the RSX is locked out.

    7. Re:Right idea, poor execution by klingens · · Score: 2, Informative

      Sorry to inform you that your memory isn't serving you. The SPEs work in Linux just fine, it's the videocard that doesn't. In short, Sony doesn't want you to play games under Linux so no one can develop games that run on Linux (cirvumventing Sony's stranglehold on the hardware) for the PS3. Linux games wouldn't need to pay Sony for each game sold as the normal titles do.

    8. Re:Right idea, poor execution by CronoCloud · · Score: 1

      More accurately you're limited to a non-accelerated framebuffer display. You can run Linux games, like nethack for example, you're just not going to run the ones that require 3D acceleration.

    9. Re:Right idea, poor execution by mindstrm · · Score: 1

      The PS3 disables one (the GPU) out of six cores - the other five being very fast, and useable.

      The very reason labs all over were building small clusters of PS3's was because, dollar for dollar, it provided a much cheaper alternative than any other solution.

  11. What do you mean "simulation"??? by davidwr · · Score: 1

    You must be young. Go download War Games.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:What do you mean "simulation"??? by commodore64_love · · Score: 1, Offtopic

      >>>Go download

      "Awwww! You're gonna get in trou-ble! Daddy that man said a baaaad word."
      Yes I know honey.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  12. Trust me. by Capt.DrumkenBum · · Score: 1

    Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography.

    That is the only thing they use them for... Wink, wink, nudge, nudge, Know what I mean?

    --
    If I were God, wouldn't I protect my churches from acts of me?
    1. Re:Trust me. by turing_m · · Score: 2, Funny

      That is the only thing they use them for... Wink, wink, nudge, nudge, Know what I mean?

      Look... are you insinuating something?

      --
      If I have seen further it is by stealing the Intellectual Property of giants.
    2. Re:Trust me. by commodore64_love · · Score: 1

      If there's grass on the field, play through

      If not, retreat

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    3. Re:Trust me. by amasiancrasian · · Score: 1

      Well, how else are government employees going to convince purchasers to buy PS3s so they can play games? They can now "crack" passwords AND play Dragon Age: Origins! Win-win!

    4. Re:Trust me. by Jedi+Alec · · Score: 1

      Some of us like our lawns mowed, trimmed or even replaced by concrete, you insensitive clod!

      --

      People replying to my sig annoy me. That's why I change it all the time.
    5. Re:Trust me. by neurovish · · Score: 1

      Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography.

      That is the only thing they use them for... Wink, wink, nudge, nudge, Know what I mean?

      The ps3s are really going to be used to have sex with a lady? How may I use them to this ends?

      ...do you have a newsletter?

  13. New metric...??? by aztektum · · Score: 1

    Each PS3 is capable of 4 million passwords per second

    4 million passwords a second what?

    --
    :: aztek ::
    No sig for you!!
    1. Re:New metric...??? by RAMMS+EIN · · Score: 1

      I just accidentally 4 million passwords.

      --
      Please correct me if I got my facts wrong.
    2. Re:New metric...??? by Thrakamazog · · Score: 1

      4 million passwords a second, Sir!

  14. wait a minute... by thehostiles · · Score: 1

    could this be used on the public end as well? And if a ps3 can break encryption that well, could it make it?

  15. Lovely encryption by Applekid · · Score: 5, Insightful

    Good to know when the Government is cracking the encryption implemented by the public it's "cracking down on child pornography." When it's the public cracking encryption implemented by corporations it's a violation of the DMCA.

    --
    More Twoson than Cupertino
    1. Re:Lovely encryption by BobMcD · · Score: 1

      I had this thought exactly. And likewise if someone in Iran had assembled a cluster of PS3's as a super computer, we'd accuse them of being involved in other nefarious deeds...

    2. Re:Lovely encryption by shawn(at)fsu · · Score: 1

      submitter failed a lot in the summary, TFA says: C3 focuses on transnational Internet crimes, including child pornography that has crossed national boundaries.. It's not just for kiddie porn. It seems they would use the same tech if it was a suggested terrorist pc.

      --
      500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
    3. Re:Lovely encryption by shawn(at)fsu · · Score: 1

      Ugh, replied to the wrong post. I need to go home. Sorry

      --
      500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
    4. Re:Lovely encryption by mea37 · · Score: 1

      1) The cases you tend to think about where "the public" cracks encryption implemented by corporations are DMCA violations. However, that's not (as you imply) because of who's doing it or who implemented the encryption; it's because of what function the encryption is serving. If I crack the boot password on your laptop, DMCA violations aren't what I'm guilty of.

      2) Yes, there are many, many things that are permissable when done by the government but illegal if done by a private citizen. There always have been, there always will be. Probably the majority of things done in the investigation of suspected crimes fall into this category, and unsurprisingly this is one of them.

      Now if I go by recent track record of how people respond when called on bs while trying to sound anti-establishment chic around here, you'll tell me your comment was just a joke, as though that would somehow make it any less full of crap.

    5. Re:Lovely encryption by mdwh2 · · Score: 1

      Indeed. They're way behind the UK Government though - who needs PS3s, when they can just make it illegal for someone to not decrypt any files they find...

    6. Re:Lovely encryption by Monkeedude1212 · · Score: 1

      I know eh?

      It's ridiculous how I can't handcuff a drug dealer, stuff him into the backseat of my car, drive him back to my office, and record him alone in a room for about 12 hours before pressing charges.

      It's a right no government arm should ever have!
      Or its infringing upon my rights to say that I can't do it!

      I don't care which! I'm just upset!

    7. Re:Lovely encryption by Pharmboy · · Score: 1

      Indeed. They're way behind the UK Government though - who needs PS3s, when they can just make it illegal for someone to not decrypt any files they find...

      Last I heard, that wasn't working out so good either. What is one more criminal violation when you are accused of several? Making it illegal to not decrypt files is like requiring tax stamps on illegal drugs. Yes they do it, but it seldom produces any results in the courts.

      --
      Tequila: It's not just for breakfast anymore!
    8. Re:Lovely encryption by Anonymous Coward · · Score: 0

      No, no -- the submitter succeeded. /. summaries are a twit filter. Anyone who comments as if the summary was factual recieves a mild humiliation that will remind them to RTFA next time.

    9. Re:Lovely encryption by tepples · · Score: 1

      When it's the public cracking encryption implemented by corporations it's a violation of the DMCA [but not when the government cracks].

      That was intentional from the start. Title 17, U.S. Code, section 1201(e) words it thus: "This section does not prohibit any lawfully authorized investigative, protective, information security, or intelligence activity of an officer, agent, or employee of the" government or a government contractor.

    10. Re:Lovely encryption by Anonymous Coward · · Score: 0

      Good to know when the Government is cracking the encryption implemented by the public it's "cracking down on child pornography." When it's the public cracking encryption implemented by corporations it's a violation of the DMCA.

      Yeah! It's almost as if the government panders to exactly the fears and greeds of its constituents that gains it the most power! It's a good thing they exist in a vacuum so that we don't have to blame ourselves for continually eating up what they serve and voting them into office.

    11. Re:Lovely encryption by Anonymous Coward · · Score: 0

      "Child pornography!" is the new "Terrorism!". People got wary of "Terrorism!" cries and nobody can object something "For the children!" without getting torn to shreds by politicians in favour of more power (for themselves).

    12. Re:Lovely encryption by unwastaken · · Score: 1

      I had this thought exactly. And likewise if someone in Iran had assembled a cluster of PS3's as a super computer, we'd accuse them of being involved in other nefarious deeds...

      Citation granted

  16. Wow, 4 million passwords per second... by Animal+Farm+Pig · · Score: 3, Insightful

    So, with a brute force attack, I've only got 36,030,233,524,592,808,479,552,335 years before they will reach mine!

    1. Re:Wow, 4 million passwords per second... by JavaBear · · Score: 1

      I wonder how long it'll take it to break it if the perp uses "id10t". Still, they are probably not using brute force.

    2. Re:Wow, 4 million passwords per second... by steelfood · · Score: 1

      Depends. If you're using MD5 to verify the password that protects your stuff, you might be in trouble. Sure, that'd be looking for collisions, but all you have to do is find the right one.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    3. Re:Wow, 4 million passwords per second... by Anonymous Coward · · Score: 0

      Eh don't be too hasty man, they might freeze you without your permission.

      One day you're just happily forcing out that delicious meal last night, suddenly you just appear in a completely different location in silver clothing in a space ship in front of a jury.
      Ouch.

    4. Re:Wow, 4 million passwords per second... by noidentity · · Score: 4, Funny

      So, with a brute force attack, I've only got 36,030,233,524,592,808,479,552,335 years before they will reach mine!

      Thanks, we'll just skip ahead to the password we would have be trying 36,030,233,524,592,808,479,552,335 years from now, and crack your encryption today!

    5. Re:Wow, 4 million passwords per second... by Tolkien · · Score: 1

      Unless they nail it on the first go. :)

  17. Nit-picking the article by davidwr · · Score: 3, Informative

    "He explained that the number of possible combinations in a six-digit password is 256 to the sixth power."

    Um, only if the person uses characters that can't be typed on a normal keyboard.

    In practice, the password "alphabet" is either 26, 52, 62, 84, or some other number not much above 84 characters. 84^6 is much less than 256^6.

    However, in practice, people who fear the cops will use a lot more than 6 digits.

    If the passwords are decent passphrases of, say, 6 words, taken out of a dictionary of even 2,000 common words, that's 2,000^6, or "still not that big of a number" as it's known in the security field. And that's if the person makes it easy by not using any spaces, using all lowercase, etc.

    The real smart crooks encrypt their stuff in a way that nothing short of banging them over the head with a $5 pipe wrench will ever reveal.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Nit-picking the article by sweatyboatman · · Score: 1

      The real smart crooks encrypt their stuff in a way that nothing short of banging them over the head with a $5 pipe wrench will ever reveal.

      how would giving someone a concussion reveal their password?

      --
      It breaks my pluginses, my precious!
    2. Re:Nit-picking the article by binary+paladin · · Score: 1

      Yeah. And there's no reason to do any "banging" anyway. Everyone I've ever wanted to get a password from just gave it to me when I showed them my tools!

    3. Re:Nit-picking the article by Wonko+the+Sane · · Score: 4, Informative

      Um, only if the person uses characters that can't be typed on a normal keyboard.

      If the smart crooks are using any version of Windows then they can access all extended characters from their normal keyboard by holding down the ALT key and typing the character code on the numeric keypad.

      I used character 255 back in the Windows 3.1 days to make directories that no one else could figure out how to get in to. (DOS had no problem but windows couldn't handle a file with that character in the name)

    4. Re:Nit-picking the article by Lord+Ender · · Score: 1

      There are actually 95 typable characters on a US keyboard. (26 letters + 10 numbers +11 symbols) x2 (with shift key) + spacebar.

      95^20 = 2^128, so if you're using fewer than 20 characters with your AES128 encryption, you don't really have AES128 encryption...

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    5. Re:Nit-picking the article by PitaBred · · Score: 2, Funny

      Bang them over the head? I'd go for the kneecaps and extremities. Hitting someone over the head to get knowledge out of said head seems a little foolish...

    6. Re:Nit-picking the article by DrXym · · Score: 1
      The real smart crooks encrypt their stuff in a way that nothing short of banging them over the head with a $5 pipe wrench will ever reveal.

      For every smart crook there are probably ten really stupid ones, and another ten who think they're smart but really aren't. Besides if someone really did use strong encryption, I am sure that law enforcement have more expensive means to obtain evidence, such as sending the hard disk off for analysis, or even renting computing time on faster hardware.

    7. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      "He explained that the number of possible combinations in a six-digit password is 256 to the sixth power."

      I'd think there would be 10^6 combinations (digit meaning 0..9)

    8. Re:Nit-picking the article by bugs2squash · · Score: 1

      Exactly... So if it takes more than 84^6 attempts to crack then the owner of this PC is for sure guilty of something. This system is only looking for guilt by association with strong passwords, it does not need to actually crack the strong password.

      --
      Nullius in verba
    9. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      There is sooooo much wrong with that statement...

    10. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      Have to post this anonymously, but at the fortune 500 where i'm employed, our passwords are a minimum of 8 characters. They are also a MAXIMUM of 8 characters.

    11. Re:Nit-picking the article by Renegrade · · Score: 1

      In DOS or Windows environments, you can hold down alt, type in a number to directly input an "extended ASCII" or Unicode character, respectively. alt-254 under a DOS environment will give you that funny IBM-extended-ASCII square, for instance.

      The IT people at my highschool so many years ago couldn't figure out how I was doing CTRL-C when they disabled the control keys on the keyboard (they put tape between the contacts).. I was just doing ALT-3....

    12. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      Maybe the real smart crooks do encrypt their stuff with something the requires just less than banging them over the head with a $5 pipe will reveal, you know to avoid being banged over the head with a $5 pipe.

    13. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      another option is to google the password. there are several lists that have combination of windows hash to corresponding password try 5cfc0053de208a45640631e0fa8d82f0

    14. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      If the smart crooks are using any version of Windows, they wrote their own encryption software. AFAIK there is no encryption software that accepts arbitrary (unicode, anyone?) characters. Would be sweet though - and troublesome.

    15. Re:Nit-picking the article by selven · · Score: 1

      But even if 99% of crooks are smart crooks it's a much better deal to catch 1% of them with 0.1% of the effort by sticking to alphanumeric.

    16. Re:Nit-picking the article by lofoforabr · · Score: 1

      I have set up 2 keyboard layouts here at home (US English and Russian). I alternate between them using a combination of keys (running GNOME here).
      All places on which I'm pretty sure I'll only want to access from home, I go and use a russian password or passphrase (yes, in cyrillic).
      So, I guess my password most likely won't be found if all they search is for latin letters, numbers and symbols.

    17. Re:Nit-picking the article by anexkahn · · Score: 1

      well that's easy...the password is Inside their head :)...the wrench is the tool in which to get there.

      --
      Curious about Storage and Virtualization? Check out
    18. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      Perhaps you might use a non-alphanumeric character by memorizing a 3-digit code, but then again there's actually a trade-off here: just putting those 3 digits in the password means there's a 3-char segment with 1000 possibilities (or really, they could be any alphanumeric chars) vs. a single character with say 220 (avoiding control chars). That is to say, you could probably have a 10 char alphanumeric password for the same difficulty of memorization as an 8 char password with a single non-alphanumeric character.

      Although the non-alphanumeric still has the advantage of the fact that now any character in the password could potentially be a non-alphanumeric char (perhaps more than one), so it's say 62^10 vs. 220^8, or about 6.5 times as many possibilities, but if they assume only one non-alphanumeric char now it's just 8*220*62^7 or just about 0.007 times as many potential configurations. (and that assumption seems like a pretty good one to start with if you're already having to brute-force it IMO)

      Overall I'd have to say that using extended characters might not be such a great tradeoff if the cost is that you're using a shorter password than you could otherwise use.

    19. Re:Nit-picking the article by theArtificial · · Score: 1

      The real smart crooks encrypt their stuff in a way that nothing short of banging them over the head with a $5 pipe wrench will ever reveal.

      how would giving someone a concussion reveal their password?

      Maybe it's some kind of buffer overflow or denial of service attack?

      --
      Man blir trött av att gå och göra ingenting.
    20. Re:Nit-picking the article by falconwolf · · Score: 1

      There are actually 95 typable characters on a US keyboard. (26 letters + 10 numbers +11 symbols) x2 (with shift key) + spacebar.

      There are 112 typeable characters on the keyboard of my Mac. I can also type special characters such as those with accents, diphthongs, umlauts, and others. When I want to I can type "Français" and "hola!" and "ß". There are literally hundreds of others I can type as well. However do encryption programs allow them to be used?

      Æ Ê OE Ø ð

      Falcon

    21. Re:Nit-picking the article by zary · · Score: 1

      The real smart crooks encrypt their stuff in a way that nothing short of banging them over the head with a $5 pipe wrench will ever reveal.

      how would giving someone a concussion reveal their password?

      Inside joke understanding fail.

    22. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      Not much above 84 characters? Unless the computer character set happens to be in Chinese. Then you may be looking at about 4000 unique characters to choose from (theoretically). Possibly more.

      Just sayin'...

    23. Re:Nit-picking the article by fnj · · Score: 1

      The real smart crooks encrypt their stuff in a way that nothing short of banging them over the head with a $5 pipe wrench will ever reveal.

      I'm afraid that crushing the suspect's skull will almost instantly lead to unconsciousness and fairly rapid death through intracranial hemmorhage leading to the brain being destroyed due to swelling. Or maybe the brain injury will only make him a gibbering idiot. Either way, sorry, you're not going to retrieve the password this way. I think the CIA or foreign counterparts could help you with more ingenious solutions.

      Anyway, no matter how many passwords you can "generate" per second, it takes a lot longer to try them out than to come up with the candidates. Any password security system worth a shit will incorporate gross slowdown mechanisms to deal with brute force attacks, and hopefully after a few thousand attempts it will permanently cease allowing further attempts.

    24. Re:Nit-picking the article by Wonko+the+Sane · · Score: 1

      But your memory doesn't really work like that. If you actually understand extended characters then "character 255" is a single number when it comes to your memory, not three individual digits.

    25. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      I used character 255 back in the Windows 3.1 days to make directories that no one else could figure out how to get in to

      That's nothing. When I was young I had to keep my porn hidden under my mattress.

    26. Re:Nit-picking the article by GameboyRMH · · Score: 1

      I think the CIA or foreign counterparts could help you with more ingenious solutions.

      The CIA's favorite method is to slice up your dong with a razor and pour lime juice on the wounds...FYI.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    27. Re:Nit-picking the article by cenc · · Score: 1

      What about password cracking in Asian languages? Do they have a special dictionary for Chinese passwords? How about all the "dead" or obscure langauges that do have methods for computer representation?

      Everyone talks about English dictionary cracking, but what about other languages? Does anyone have any experience with doing this?

      What do they do with Arabic passwords for instance?

    28. Re:Nit-picking the article by Anonymous Coward · · Score: 0

      My friends and I called that "pseudospace" back in the day, cause it looked like a space!

      But it wasn't!

  18. Hey.. by lazylocomotives · · Score: 1

    At least they didn't claim to use Wiis for that!

  19. We Are Using PS3 For by Anonymous Coward · · Score: 0
  20. A network of 20, at most by davidwr · · Score: 1

    ICE is hoping to buy 40 more original PS3s, through auction sites such as eBay.com, to add to the 20 it already has, Davenport said.

    Assuming they have 1 or 2 in a testbed environment, we are probably talking 18 or 19 actively crunching numbers. Maybe 20 if the testbed machines also play ball.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:A network of 20, at most by Cryacin · · Score: 1

      25 if the boys aren't playing Halo in the back.

      --
      Science advances one funeral at a time- Max Planck
    2. Re:A network of 20, at most by larry+bagina · · Score: 1

      good luck playing halo on a ps3.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:A network of 20, at most by __aasqbs9791 · · Score: 1

      We are talking about government workers here. ;^)

    4. Re:A network of 20, at most by Sebilrazen · · Score: 1

      I think my funny bone is broken. I can't tell if this is funny because you're implying that government workers are in fact not working, or if you're implying that government workers have a version of Halo that plays on the PS3.

      --
      "There are no facts, only interpretations." --Friedrich Nietzsche.
    5. Re:A network of 20, at most by __aasqbs9791 · · Score: 1

      Rather that they are trying to play an Xbox game on a PS3.

    6. Re:A network of 20, at most by tacarat · · Score: 1

      Just make sure the modifications to the PS3 or Halo ensure the following:

      Slow
      Buggy
      Costs more than the intended solution.
      Makes an indecipherable, yet compelling, resume bullet.

      It's a project worthy of the pointiest PHB to waste funds with.

      --
      "Common sense will be the death of us all"
    7. Re:A network of 20, at most by Anonymous Coward · · Score: 0

      Just so you know, "government workers = stupid" jokes aren't automatically funny.

  21. And the problem with this is??? by LWATCDR · · Score: 3, Interesting

    Really what is the problem with this. These computers are being searched AFTER a judge issues a search warrant. In other words constitutional law is being followed to the letter in this case.
    So what is the problem? Because it may involve child porn and you think that it is harmless? Well some of those computers have pictures of the victims "children" and the criminal act happening.
    There is nothing wrong with this legally.
    And having a fit about it is a clear case of calling wolf.
    I am sure this will be used in any investigation that involves a computer and not just for child porn.
    Complaining about the legal search of a computer after a warrant is issued is just stupid.

    BTW I am sure that the NSA has much better systems based on FPGAs and Cell chips for breaking encryption than PS-3s but we will never hear about those and that type of wiretap without a warrant is what I am worried about.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:And the problem with this is??? by EmagGeek · · Score: 1

      Okay, say I see you walking through an airport terminal with a laptop. Having no other evidence, what do I have that rises to the level of Probable Cause to obtain a warrant to confiscate your laptop and search it?

    2. Re:And the problem with this is??? by Hatta · · Score: 2, Informative

      Who said there was a problem?

      --
      Give me Classic Slashdot or give me death!
    3. Re:And the problem with this is??? by Anonymous Coward · · Score: 0

      Really what is the problem with this

      The problem is that a tool is being used weirdly. Is a PS3 really a more powerful parallel computer per dollar than the various cards from Nvidia and ATI? Maybe it is, but if it is, then I have a gripe against Nvidia and ATI.

    4. Re:And the problem with this is??? by commodore64_love · · Score: 4, Insightful

      >>>There is nothing wrong with this legally.

      Nope. Searches performed with the permission of a judge (warrant) are perfectly legal. ----- That's fine. It's the law that needs to be changed. IMHO there should actually be three stages - childhood, teenager, and adulthood. Then we'd no longer have the nonsense of teenaged boy/girlfriends being charged for "child porn" simply because they took photos of their own bodies. (For that matter nudity shouldn't even be illegal, regardless of age.)

      >>>wiretap without a warrant is what I am worried about.

      Agreed, As Judge Napolitano keeps repeating, the Patriot Act gives federal cops the ability to write their own warrants, without need to stand before a judge and swear an oath. That's just plain ridiculous.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    5. Re:And the problem with this is??? by mkaushik · · Score: 1

      Really what is the problem with this

      The problem is that a tool is being used weirdly. Is a PS3 really a more powerful parallel computer per dollar than the various cards from Nvidia and ATI? Maybe it is, but if it is, then I have a gripe against Nvidia and ATI.

      It is not. Plus with CUDA, there is much more scope for expandability with new GPUs coming to the market every so often. Why did they use PS3s?

    6. Re:And the problem with this is??? by Anonymous Coward · · Score: 0

      What is wrong with computers being searched after a search warrant is issued? You never been searched.

      Stating someone has something on their computer based on an E-Mail (or a phone call) a former employer claims to have been sent by them, by police who do not know what Mail Logs, DNS records, Mail headers, Mail Servers, or that there is more than one Mail Client, and other information which is over looked by Judges and Police who do not understand nor care to understand about computers, is the problem.

      In one case in Calgary, the police allowed the former employer to 'help' search those computers. The same Police also failed to check on any information listed in the E-Mail (or phone call) to be factual. They went forward in searching the home, and current place of employment, instead of validating the information.

      There are lots of reasons why the contents of someone's personal computer or information should be used to get the warrant, instead of asking for a warrant to 'fish' for information.

      There are real world examples we can talked about on Slashdot, however, none of them ever get posted.

    7. Re:And the problem with this is??? by stephanruby · · Score: 1

      If someone was really being suspected of doing child porn or viewing child porn, shouldn't this be under some other Federal agency's purview? Personally, the cynic in me believes they're doing this through the US Immigration and Customs Enforcement agency precisely because Immigration and Customs is a special case and they can probably bend the rules of the constitution a little through that agency (just like they did, when they arrested the ACLU guy and tried to enforce the IRS regulations on him under the guise of passenger safety/counter terrorism).

    8. Re:And the problem with this is??? by shrtcircuit · · Score: 1

      Depends. If your walking through the airport involves border transit, NO probable cause is needed - they can confiscate your laptop at any time, and retain it for up to 24 hours without warrant or cause, during which time a bit-for-bit copy of your drive is likely to be taken. With the quantity of overseas travelers it isn't super common, but enough of a concern that I took a virgin laptop with anything useful stored in AES-256 sparse volumes when going across the pond, or left the files back home which I could get to via internal VPN (some larger files needed to be taken with just due to time required to pull them over a long-distance WAN link).

    9. Re:And the problem with this is??? by CronoCloud · · Score: 1

      It is, at least for certain kinds of work. Remember that Folding@home broke the petaflop barrier because of the PS3's contributions. While the GPU's are powerful, they don't have the versatility i nthe kinds of work units they can handle as the PS3 can.

    10. Re:And the problem with this is??? by Anonymous Coward · · Score: 0

      The submitter is clearly being sarcastic. The child pornography comment is him implying that they will use the specter of some mass hysteria-inducing crime as a justification for hacking innocent people's encrypted data.

    11. Re:And the problem with this is??? by Anonymous Coward · · Score: 0

      The problem is that the US Federal Govt has a piss-poor history of crapping all over our rights while using our extorted tax dollars and technology against us. They consider themselves a "superior" class than we. This is why I don't believe anything some pig or politician tells me. I just don't trust anyone from the govt, therefore I use strong encryption . Crack this buttwipe.

    12. Re:And the problem with this is??? by LWATCDR · · Score: 1

      I suggest that you look at the many posts full of fear and worry about big brother.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  22. they'll need more... a lot more by v_1_r_u_5 · · Score: 1

    assuming a perp uses a password from a set of 26 letters to choose from, it will take roughly two minutes to brute-force an 8-letter or fewer password with 40 Ps3's. (26^8 + 26^7 + ...) / (40 * 4 * 10^7). wow, that's great! but....

    assuming a set of approximately 90 characters to choose from, it will take approximately a month :(

    1. Re:they'll need more... a lot more by ledow · · Score: 1

      Assuming you can brute force it that easily and not, say, have to deal with any CPU intensive encryption/decryption process for each password. And that he only used 8 characters.

    2. Re:they'll need more... a lot more by Anonymous Coward · · Score: 0

      The other question is where will they get these new PS3s?
      All new PS3s (and any old ones that are updated to the latest firmware) are incapable of booting Linux.

    3. Re:they'll need more... a lot more by Anonymous Coward · · Score: 0

      Assuming you can brute force it that easily and not, say, have to deal with any CPU intensive encryption/decryption process for each password.

      The speed is mention in TFS.

      And that he only used 8 characters.

      Was mentioned in the grand parent. So what is the point of your post again?

    4. Re:they'll need more... a lot more by ledow · · Score: 1

      "4 million passwords per second" is, as has been established, bullshit for anything other than plaintext "is this the password" checking. Any sort of encryption will kill that rate down to a more sensible number (and multiply up the time taken) because decrypting, even with a known password, is dependent on the encryption scheme used and can run into hundreds or thousands of individual instructions.

      And that's assuming that there *is* a simple check that will say "Yes, this is the right password." Guessing a password and checking against a known MD5 hash is a LOT different to checking whether you've successfully decrypted an encrypted file with unknown contents. If the source was an EXE, then you could decrypt with a password, look for "MZ" signature, etc. If it's a zip, or a jpeg, or a disk image, or any other of the several hundred plausible filetypes, then you've just multiplied your decryption time - by several factors. Now not only do you have to generate "the next random password", you have to perform heavy decryption operations to get out the decrypted texts and analyse a tiny portion of the encrypted file before that particular thread can move on to another password.

      And then multiply that by the "longer password" factor and you start hitting stupidly impractical time really, really quickly. The point was to highlight that even "months" of decryption time is an ideal scenario with factors working in your favour (e.g. known plaintext to know when you've successfully decrypted). Without that, you really, really start adding time on quite fast. And, in fact, anyone even *bothering* with encryption to avoid incrimination is really going to have done it properly, or they'd be caught out by other traces.

      Encryption is still in use for a reason - that one entity with even several thousand processors which are ideal for decrypting things would still take *decades* to decrypt even a simple message.

    5. Re:they'll need more... a lot more by CronoCloud · · Score: 1

      That's not correct, older model PS3's including my CECHE01 model can still install and boot into Linux with the newest firmware. Only the Slim PS3's lack the ability. In other words, new firmware doesn't take away the ability in PS3's that had it.

    6. Re:they'll need more... a lot more by mrsteveman1 · · Score: 1

      One of the most popular encryption packages, Truecrypt, has a known offset in the volume where a specific word is stored, encrypted. I think it's the string 'true' or 'yes' or something.

      Checking for that word tells the program when it has hit the right combination of password, key and cipher chain, and consequently it would also tell an attacker when they hit the right password in this case.

    7. Re:they'll need more... a lot more by GameboyRMH · · Score: 1

      I was searching for that earlier but couldn't find anything on it. I wonder why TrueCrypt doesn't offer the option of NOT storing that string. It would at least slow down brute force attacks as the file system would have to be run through some sort of heuristic analysis to see if anything meaningful is there after each attempt.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
  23. Linux supported for PS3 by SuperKendall · · Score: 1

    Linux was supported on PS3 before the latest model, they could be using the older units...

    Or it's quite possible they simply wrote the needed drivers to work with the updated PS3 units.

    Neither is cracking the console nor against the law.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Linux supported for PS3 by tlhIngan · · Score: 1

      Linux was supported on PS3 before the latest model, they could be using the older units...

      Or it's quite possible they simply wrote the needed drivers to work with the updated PS3 units.

      Neither is cracking the console nor against the law.

      FTFA:

      ICE is hoping to buy 40 more original PS3s, through auction sites such as eBay.com, to add to the 20 it already has, Davenport said.

      They're buying the old PS3s. The $300 figure comes from the fact that you can get a PS3 for $300, but they aren't necessarily buying sub-$300 units. OTOH, I wonder why they don't just clean out GameStop/EBGames?

      SO they're running Linux legally. Would be fun if they could force Sony to re-add "Other OS" support to the new PS3 slims.

    2. Re:Linux supported for PS3 by fulldecent · · Score: 1

      >> Linux was supported on PS3 before the latest model, they could be using the older units...
      >> Or it's quite possible they simply wrote the needed drivers to work with the updated PS3 units.
      >> Neither is cracking the console nor against the law.

      It's only illegal if Sony, or Apple, or *AA says it's illegal.

      --

      -- I was raised on the command line, bitch

  24. imagine by trb · · Score: 0, Redundant

    Imagine a Beowulf cluster of these.

  25. Yeah right by JavaBear · · Score: 1

    " Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography."

    You know, if you buy that one, I have this little red bridge I'd like to sell you.

    1. Re:Yeah right by iammani · · Score: 1

      Can it break passwords too?

  26. It's fun to laugh but on a serious note by davidwr · · Score: 2, Interesting

    I knew a guy once who worked closely with anti-kiddie-porn cops. They rotated those guys off fairly quickly so they wouldn't go insane. What you see on Law & Order with the same cops doing the kiddie-smut patrol year in and year out may work for Munch and Stabler but it doesn't work in the real world.

    Also, in the real world I'll be a cop's donut you don't get to do that kind of work in a decent-sized department unless you are emotionally stable, in a stable romantic relationship with another adult or had one in your past for a long time, and have a history of not getting irrational and emotional at the sight of disturbing visuals, while at the same time not being stone-cold about it either.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:It's fun to laugh but on a serious note by Anonymous Coward · · Score: 0

      I also know one of the investigators who has had to identify some of that stuff on corporate laptops. It's incredibly heart-breaking work, and he does not talk about it. It is horrible to imagine what could make a hard-ass, linebacker-shaped ex-Military Policeman break down. (He's also a father, so I'm sure that is never too far from his thoughts either.)

      Normally he's always cool, at least on the outside. But I bet his stress levels are driven to crazy high peaks by the self-restraint he has to exercise in the presence of the bastards he's investigating.

    2. Re:It's fun to laugh but on a serious note by jack2000 · · Score: 1

      These hard-ass, linebacker-shaped ex-Military Policeman sound very meek, while i haven't seen any cp i've seen plenty of guro in my days. It's not that disturbing. Are you telling me a single 4chan neckbeard could bring a police officer to tears and break his psyche?

    3. Re:It's fun to laugh but on a serious note by Anonymous Coward · · Score: 0

      That's such nonsense. The "cyber" cops always give the same old sob story about their jobs, when in reality sitting behind a computer desk all day lurking in chatrooms and watching self-shot webcam vids of teenagers is a hell of a lot easier than busting in doors of people hoarding firearms.

    4. Re:It's fun to laugh but on a serious note by jadin · · Score: 1

      What you see on Law & Order with the same cops doing the kiddie-smut patrol year in and year out may work for Munch and Stabler but it doesn't work in the real world.

      I'm up to season 3 of SVU, and one thing they've made very clear is the stress and how quickly they get rotated out. So far they are keeping that pretty realistic. The main characters on the show are exceptions presumably because they are popular with viewers, not because they are so great at keeping their sanity.

  27. This is important people, it's for CHILD PORN by BigHungryJoe · · Score: 0, Troll

    Can we waive the Constitution and give these brave law enforcement folks a billion trillion dollars to buy PS3's? This is about fighting CHILD PORN.

    Child porn is almost as big a threat as terrorism. ALMOST.

    1. Re:This is important people, it's for CHILD PORN by Anonymous Coward · · Score: 0

      A couple of years ago I asked someone in the high tech crime squad how much of an issue encryption was in stopping investigations.

      He said that it wasn't particularly common and mostly used with trivially guessable passwords. Apparently they'd had one case of someone using stenography to hide their kiddie porn. But a 1.2 Gb JPEG which, when displayed, is less than a screen full, is a *little* suspect.

      I asked if he thought it would get worse. He said the key thing to remember is that most kiddie fiddlers aren't exactly the sharpest knives in the draw. He also said most folks on the high tech crime squad don't know so much about computers, so if you *can* use crypto properly (or do something obscure like ... use Linux) then you're probably safe.

      And while you're at it, read this:

      http://wikileaks.org/wiki/My_life_in_child_porn

    2. Re:This is important people, it's for CHILD PORN by archont · · Score: 1

      It is a well known FACT, sir, an undeniable FACT that is backed by experts, that TERRORISM is funded by child pornography and software piracy. While we all stand arm in arm, certain harmful and degenerate elements stand out here on slashdot, advocating for the molestation of innocent children, like yours or mine, or theft of the common daily bread from the fair and honest folks at Warner or Sony, all while fueling their sinister plots of murder and hatred.

      All those elements need to know that the american people will not and never will turn a blind eye to the abuse of children or theft of intellectual property, and only those who have something to hide would choose to hide it! Therefor it is immediately obvious that decrypting the data is not required to convict the terrorist, but only to prove additional charges.

      P.S. I'm not americanish, but I think I'm doing good?

    3. Re:This is important people, it's for CHILD PORN by Anonymous Coward · · Score: 0

      you pretty much nailed it. I salute you.

  28. Terrible story. PR fluff, with several errors: by Anonymous Coward · · Score: 0

    Firstly, basic error: it's not going to be 256^6. That's six bytes, not six characters. But your passphrase very, very probably does not contain zero-bytes, and very probably not control characters. Entropy of passphrases is almost always quite a lot less than 8 bits per character. And you try common dictionary attacks first of course, which is what this is really used for. Or Rainbow table generation.

    Secondly, the use of PS3 in crypto attacks is not news; most of the massively-parallel crypto/computational stuff Cell was aimed at in the workstation sector actually ended up causing labs to buy hundreds of cheap commodity PS3s instead, which ended up being way more cost-effective than the overpriced Cell workstations, with only one more SPU each. The MD5 SSL "tunneled" collisions were calculated using a 200-strong PS3 cluster, for example.

    It's rather unfortunate the "Other OS" thing was taken out for the slim, because running using less power and heat would have been helpful for clusters, as AccessData points out in the article.

    However, they've now fallen somewhat behind, because modern graphics cards (see ElcomSoft's recent work, for example) can use CUDA or various shaders to get quite a lot more power for exactly this kind of computation, and it's made the PS3 approach almost obsolete overnight. A PS3 Cell can push about 20 GigaFLOPs, optimally (source: Folding@home). Impressive when it came out. But a fast quadcore CPU today is 70 GigaFLOPs. And your £150 4870 X2 not only plays a mean game, in the right circumstances it's 30-100 times faster at password cracking than a PS3 Cell. You could buy just one ordinary gaming PC, put a couple of 4870 X2s in it, like I don't doubt many of us have, and clean the clock of this entire 60 PS3 cluster, for a fraction of the price and running cost. And, the extremely rapid rate of development in graphics card technology means it's getting faster, rapidly (the R800 is about 3000 GigaFLOPs).

    Thirdly, this attack is totally, stunningly ineffective against a good passphrase, which anyone who'd done their homework, or read the documentation of the crypto software, would know to use. A 6-word random "Diceware" (google it) passphrase (or the equivalent, roughly 16 randomly-chosen lower-case letters) wouldn't be crackable with anything of this magnitude in the next few years, making such an attack impractical. 10 random Diceware words (or a 22 alphanumeric mixed-case passphrase, or 28 lower-case letters) would get you over 128 bits of entropy and make any attack of this kind beyond anyone's reach for the foreseeable future.

    Fourthly, because of the above, a dumb brute force attack like this, after the fact on hard drives you've seized, is decidedly the wrong way to do it. The right way to do it is to get a bugging warrant and plant a hardware keylogger or observe the passphrase being entered, then seize the hard drive. That's what the FBI do when they're actually being serious, say with Mafia bosses. (Or coercion, but there's the 4th Amendment barrier to law enforcement doing that.)

    Fifthly, it mentions paedophiles for apparently very little actual reason. Brass Eye moment, right there. It's a transparent appeal to emotion used to grab headlines with little actual substance. I don't actually see where it mentions any convictions as a result of this. (That's odd, surely you'd be crowing about successfully bringing child molesters to justice if there were any successes, wouldn't you?) And, this isn't the FBI in this article, this is ICE. Odd, again; surely the wrong agency for child protection work? Is there a point to this other than to say that ICE just bought 40 PS3s off eBay? 60 PS3s, as I said above, ain't gonna get you far.

    And finally, the dude says "There's no controllers hooked up". I'd just like to point out that that does not say they're not playing them; PlayStation®3 controllers are wireless, so almost by definition, unless you're charging them... they're not hooked up. Hmm. Now if there were no monitors hooked up, maybe then I wouldn't be so sceptical... :)

  29. This makes no sense by Anonymous Coward · · Score: 0

    Seriously, who does this? Forgetting about the whole "oh look we can spy on our citizens better" thing, if you have a 128 bit password, and lets assume that, for whatever reason, it's really only 100 bits. Then we have 2^100 possibilities. Further, lets assume than instead of 4 million a second, they meant 4 TRILLION a second, so 4 million * 1000 * 1000.

    2^100 = 1267650600228229401496703205376

    Divided by 4,000,000,000,000 = 316912650057057350 seconds, which is 3667970486771.497110812219922963 days, or 10420370700 years.

    10420370700 years.

    gl hf

  30. I think these numbers are right... by Anonymous Coward · · Score: 0

    --Valid password characters --
    26 * 2 = 52 letters
    10 * 2 = 20 numbers/symbols
    10 * 2 = 20 other symbols

    92 usable characters

    92^8 = 5,132,188,731,375,616
    92^9 = 472,161,363,286,556,672

    --Break Speed--
    Speed = 240,000,000 / per second

    --8 character password--
    5132188731375616 / 240000000 = 247 days

    --9 character password--
    472161363286556672 / 240,000,000 = 22,770 days = 62 years

  31. Oh, no, no, no, no, no... by Anonymous Coward · · Score: 0

    Yes. ;-)

    1. Re:Oh, no, no, no, no, no... by turing_m · · Score: 1

      Well?

      --
      If I have seen further it is by stealing the Intellectual Property of giants.
  32. Let this be a lesson to you by CSFFlame · · Score: 1

    Use long passwords for encryption (minimum 10 chars, preferably 20). Use upper-case, lower-case, numbers, and symbols. Do NOT use the password anywhere else or write it down. Sorry, but you're going to have to commit it to memory. Do not use windows built in encryption or any retail encryption schemes. Use open source. Truecrypt is not open source, but people use it anyway, so read up first before you decide.

    1. Re:Let this be a lesson to you by G00F · · Score: 1

      The source code is available. What more would a user need to know that the data is secure?

      Besides, they allow you to use source code, and the source still needs to be made available for derivative products. Is it because you can't use the name true crypt if you make changes?

      wow, picky picky.

      --
      The spirit of resistance to government is so valuable on certain occasions that I wish it to be always kept alive
    2. Re:Let this be a lesson to you by al0ha · · Score: 1

      What I think you mean is that one should not use any encryption algorithm or package which is not open for peer review. That is true, but however that is not the case for TrueCrypt. The code and algorithms are completely open for peer review, thus it is far better than any closed source option and I for one say you should use it. So what if it is technically not distributed under an OpenSource license? All that means is you can't personally give it away, you must point any prospective users to the package. As for commercial considerations, they must license it; so what is wrong with that?

      --
      Did you ever wake up in the morning, with a Zombie Woof behind your eyes? -- FZ
    3. Re:Let this be a lesson to you by Anonymous Coward · · Score: 0

      the source is available, so yes it is open source.

    4. Re:Let this be a lesson to you by hmar · · Score: 1

      I think the issue people have against Truecrypt isn't the philisophical ideal of OSS, but that without an open source license there is no guarantee that the source will remain available. Considering that the source is floating around available, I don't really think this is much of a worry.

  33. What is known by AHuxley · · Score: 1

    http://afp.google.com/article/ALeqM5itMBF-kPRgoyoD97Y_DtvcyItGSQ
    FARC data was opened after
    "It took Interpol two weeks running 10 computers simultaneously 24 hours a day to break into the encrypted files, the agency said." in 2008.
    C3 seems to be funded with extra millions so whats missing with this story?
    Why buy toys? Toys have cheap bottlenecks as "Halo" at 620p showed.
    Sony PR, a cry for funding and power ? Why this dependance on Sony suburban plastic?
    If federal agents find more PS3's via forfeiture laws, this might allow a super grid of units?
    Also shows how good MS and archive encryption is :)
    Real world numbers:)

    --
    Domestic spying is now "Benign Information Gathering"
  34. 4 million passwords? Umm, no. by B5_geek · · Score: 1

    As we all most likely know, It would be impossible* to actually try 4 million passwords per second. I'd be willing to wager the actual headline should be:

    "PS3s have been purchased to calculate 4 Million hash-table lookups per second."

    Step 1: load hash table to RAM.
    Step 2: let the brute force CPU bang away at it till it finds a match.

    4MFLOPS seems much more likely.

    --
    "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
  35. keys or passwords? by flyhigher · · Score: 0

    It sounds like they are guessing passwords rather than cracking keys. But is there any advantage in using a CELL processor for this?

    AES, for example, is the encryption standard used by PGP's whole disk encryption. From
    http://en.wikipedia.org/wiki/Brute_force_attack:

    "AES permits the use of 256-bit keys. Breaking a symmetric 256-bit key by brute force requires 2128 times more computational power than a 128-bit key. A device that could check a billion billion (1018) AES keys per second would require about 3×1051 years to exhaust the 256-bit key space."

    Hence my thought that they are not cracking keys.

  36. They aren't cracking Encryption! by rahvin112 · · Score: 3, Insightful

    There is a difference between cracking encryption and the password used to secure the encryption. The article says they are using the systems to crack passwords, not encryption. The submitter has a reading problem.

  37. concussion by davidwr · · Score: 1
    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  38. Diffrent approach. by changa · · Score: 1

    Ok, leave the data in the cloud and  travel with a laptop with a 100% blank drive and an os install disk to use when you get there.

    1. Re:Diffrent approach. by Interoperable · · Score: 1

      That's your approach to transporting child pornography? Leave it on a privately owned, remote server that lawfully has to turn over data under a subpoena. That's more effective than drive encryption?

      --
      So if this is the future...where's my jet pack?
  39. LOL by davidwr · · Score: 1, Funny

    If the smart crooks are using any version of Windows

    ROTFLOL Oh you slay me with your humor and wit!!!

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  40. Re: You need ciphersaber by Joce640k · · Score: 1
    --
    No sig today...
  41. PS3-slim by mathfeel · · Score: 1

    Is this why SONY introduced the slim? Some company scooping up a large number of PS3, on each Sony takes a loss on, for computation purpose with no intend of buying game?

    They could have just asked Red Octane to release "Child Porn Encryption Hero".

    --
    The only possible interpretation of any research whatever in the 'social sciences' is: some do, some don't
  42. If the perp isn't savvy by beej · · Score: 1

    If the perp's not crypto-savvy, this will work pretty well, I think. I use John The Ripper for password cracking the machine I admin, and it actually catches people from time to time. Once back in college (when computer people were friendly to this sort of thing) I wrote and ran a naive password cracker using /usr/dict/words--it caught an instructor with the password "sunshine". Most people, including most child pornography enthusiasts, will use shitty passwords.

    If the perp uses 160 characters of plain English text, however, the PS3s are going to have their work cut out for them, cracking passwords in an average of 300 trillion years per.

    I'm pretty sure the PS3s will be out of warranty by then, but the C3 will be able to run 37 quintillion full-speed PS3 emulators on the Dimension 37 Interuniversal Hadron Computer.

  43. And Sony's thoughts? by Anonymous Coward · · Score: 0

    I'm sure Sony loves this! They get to subsidize the cost of the PS3s without ever recouping licensing fees. Even with subsidies, Isn't there a more cost effective Cell solution?

    1. Re:And Sony's thoughts? by mister_playboy · · Score: 1

      Even with subsidies, Isn't there a more cost effective Cell solution?

      No... IBM Cell blades are basically the only other choice, and they are a wee bit expensive.

      --
      Do what thou wilt shall be the whole of the Law ::: Love is the law, love under will
    2. Re:And Sony's thoughts? by NotBornYesterday · · Score: 1

      This is what they get for rootkitting our PCs.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
  44. Nvidia 8800GT PS3 by ymgve · · Score: 1

    My 8800GT gets about 100 million passwords per second when cracking MD5 and SHA1 hashes. I thought the CELL was supposed to make the PS3 faster?

  45. How does this work? by AP31R0N · · Score: 2, Interesting

    Seems to me that a reasonably well designed OS would lock after 4 password attempts. How are they entering all these passwords w/o the system balking?

    i'm asking because i don't know, please don't mod me a troll for not knowing something.

    --
    Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
    1. Re:How does this work? by wilko11 · · Score: 1

      The exact method will vary depending on the OS and platform, but generally the first thing authorities will do is use a disk cloner to create an image for forensic purposes. Once they have the cloned image they can use a variety of techniques without modifying the original. This ensures that the original system can be re-cloned if the copy gets damaged. It also ensures that an original unaltered image is available to both sides in the event of a court case.

    2. Re:How does this work? by AP31R0N · · Score: 1

      Thanks for replying.

      Let's say it's an XP pro box with typical corporate settings, do you know what they'd do next? What keeps it from locking?

      (i'm not expecting you personally to know, i'm hoping someone will see the conversation and hop in)

      --
      Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
    3. Re:How does this work? by Bl4ckJ3sus · · Score: 1

      Without encryption, it can be done with http://home.eunet.no/~pnordahl/ntpasswd/bootdisk.html/ which can be found on the ultimate boot CD as well. I've used it a few times to get into machines where users have forgotten their passwords. It will reset/eliminate the multi-attempt lockout. There's others out there as well that do the same thing.

    4. Re:How does this work? by cfalcon · · Score: 3, Informative

      If the government wants into your data, they have a copy of the data (presumably because they lawfully confiscated it with a warrant). The last thing they are doing is asking *your OS to unlock itself*. If they are fortunate enough to grab your machine while it is ON and, say, the screen is locked, then they can just read the RAM directly after using the hotplug thing that lets them transport your still-running computer to the lab, from your wall. No need to decrypt anything if the key is in memory.

      If instead your machine is deactivated and everything is off, they would run a program versus the actual data on the drive (or rather, on a COPY of the drive that they make). At no point would they run your OS, and obviously if you just have a bunch of data to try to crack, there's nothing to "lock"- the only code running is the cracking code, guessing solutions. However, I wouldn't think that brute force would actually crack any secure passwords ever.

    5. Re:How does this work? by appleguru · · Score: 1

      For a typical operating system, it'd involve extracting the password hash from the target disk, and then running a program (like john) that takes text inputs (bruteforced or from a wordlist) and hashes them, and then compares the hashes and sees if they match. It is a bit more complicated than that (salts, etc), especially in a forensic environment where data integrity must be preserved, but that's the idea.

      The methodology is similar for encrypted files/filesystems/etc, but it all relies on knowing how the authentication takes place so it can mimic it, quickly.

    6. Re:How does this work? by The+-e**(i*pi) · · Score: 1

      The OS stores a hash of the password on the hard drive.
      When you log, in the OS calculates the hash of the password you typed and compares it to the one saved on the disk.

    7. Re:How does this work? by kelanden · · Score: 1

      The investigators would mount the disk image on another system and attempt to crack the password hash. Government entities can be expected to have a good set of rainbow tables for whatever algorithm Windows uses.

    8. Re:How does this work? by AP31R0N · · Score: 1

      Woah. +5 informative.

      --
      Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
    9. Re:How does this work? by AsmCoder8088 · · Score: 1

      Neo, is that you?

    10. Re:How does this work? by AP31R0N · · Score: 1

      Oh weird... deja vu. i just thought i had already replied to this post.

      --
      Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
    11. Re:How does this work? by Anonymous Coward · · Score: 0

      Take the password hash out of the system.
      Write an optimized algorithm for the PS3 GPU that will do the encryption of that password and check

    12. Re:How does this work? by Anonymous Coward · · Score: 0

      This isn't about cracking system logins at a prompt. It's about encrypted files, etc.
      Look at an encyption program like TrueCrypt (http://en.wikipedia.org/wiki/TrueCrypt) as a starting point.

    13. Re:How does this work? by Anonymous Coward · · Score: 0

      You generally don't need to log into an OS to get at the data on the disk. You plug it into a computer with your OS of choice already installed on it, then use that OS to access the suspect disk.

      The "if $x bad logins, then lock" scenario is imposed by the OS, not by the disk.

    14. Re:How does this work? by Anonymous Coward · · Score: 0

      They have probably retrieved the hash of the password and are now trying to match a password to that hash.

    15. Re:How does this work? by Anonymous Coward · · Score: 0

      They 4 tries password limit that Windows or Mac may enforce isn't in play because law enforcement just pulls the data off the disk directly. The notebooks operating system isn't even running. The encrypted files may also be on a external device so possibly even easier

    16. Re:How does this work? by Anonymous Coward · · Score: 0

      You don't have to boot or run the computer to mount the file system. They usually never actually boot the target computer.

      There are two types of passwords they may want to crack.

      System passwords to use on something else. For these they simply find the OS password file then start attacking against it, likely using a dictionary attack. The password is only useful because some idiots use the same passwords for other things.

      Disk/file encryption they can use a portion (usually the top or bottom) and start guessing against it until they that portion of the file come out making sense. Keep in mind there will be expected content. To over simplify, a lookup table of the file system or the table of contents for a ZIP file.

    17. Re:How does this work? by Anonymous Coward · · Score: 0

      Passwords are stored in a hash. You copy the hash and work from there.

    18. Re:How does this work? by Anonymous Coward · · Score: 0

      You are confusing encryption with system authentication. If they have an encrypted file, they can try passwords as fast as they like on *their own* system. Don't feel bad, Hollywood makes that mistake on a regular basis.

      This is likely too be used with files on confiscated hard drives. This won't work for hacking into systems, or cracking most encrypted content communicated online (as that usually uses a large key, and potentially a passphrase).

    19. Re:How does this work? by Anonymous Coward · · Score: 0

      Passwords are usually stored as hashes, and there has to be some kind of hash stored somewhere where the program can access it.

    20. Re:How does this work? by falconwolf · · Score: 1

      Seems to me that a reasonably well designed OS would lock after 4 password attempts. How are they entering all these passwords w/o the system balking?

      I thought the same at first, however if you copy or clone the disk then run the cracker program on the PS3 what can stop it? No program on the original computer is needed. I thought then that decrypters would need to know what algorithm was used to encrypt the data, but even here I don't really know if it's needed or not.

      Falcon

    21. Re:How does this work? by Anonymous Coward · · Score: 0

      Seems to me that a reasonable well designed OS would NOT lock after 4 password attempts. Otherwise it allows for a trivial denial of service attack.

    22. Re:How does this work? by fnj · · Score: 1

      Oh, for heaven's sake. That attack is child's play to defeat. Use more than one level of nested encryption. Then they won't get past even the first level using your approach, because the output of the first level will NEVER "make sense."

    23. Re:How does this work? by SheeEttin · · Score: 1

      Because they aren't asking the computer, "Hey, is this the password? No? Well, how about this?" They're taking the encryption algorithm and running possible passwords through it to see if the resulting hash matches the one it needs.
      Or at least that's how some brute-force methods work. (It also assumes you have access to the hashing algorithm. If they don't, they probably have a special version of the program that doesn't do any locking out.) Oh, and sorry if anything is factually incorrect here, it's 3 AM and I should be sleeping.

      I wonder if they're also using (or generating) rainbow tables. A couple PS3s and a whole lot of disk space is probably a lot cheaper than several PS3s working case-by-case.

    24. Re:How does this work? by Anonymous Coward · · Score: 0

      For example they sniff a hash of your password and can therefore crack it offline.

    25. Re:How does this work? by Radtoo · · Score: 1

      First realize this: It is still possible to make a copy of the whole thing that was encrypted. So, you could have a hundred copies of that OS running when you crack the password. It wouldn't matter much even if after four attempts the OS deleted the files that are relevant to getting access- there would still be copies.

      However things are simpler, the OS itself isn't even required. An attacker usually can just copy the figurative lock on the box a lot of times and then let his horde of minions (PS3, in this case, since their cell cpu are better at this than other cpu) try to break that.

      So if they used more PS3s they'd very likely be able to try as many more passwords.

    26. Re:How does this work? by selven · · Score: 1

      It's an encryption algorithm they're breaking, not an OS. With an encryption algorithm you have the ciphertext and you're trying to find the key and the plaintext. There is no opportunity for the ciphertext owner to inject software that imposes those kinds of restrictions.

    27. Re:How does this work? by CodeBuster · · Score: 1

      Obviously, they are not attempting to crack the passwords from within the system in question; they have made copies of the ciphertexts onto data storage controlled by them and accessible by the PS3s involved in the cracking effort.

  46. still doesn't matter by Anonymous Coward · · Score: 0

    even if they had the top500 supercomputers dedicated to breaking an encryption key, its still going to take a few thousand times the age of the universe to check every possible key. not to mention all the energy requirements. 30GW-years just to generate all possible keys in the 128-bit key space assuming you'r at the limit of what is possible and operating at 300K. and then many many times that to actually perform the checks.

    also, why use PS3's when you can buy up some cell servers and chuck some CUDA capable graphics cards in for some real crazy power.

    Now, when we get some quantum computers capable of performing at a useful level then i might worry. but by then we'll have quantum encryption or something which will be nice and secure.

  47. Hmmmm by Idiomatick · · Score: 4, Interesting

    With the planned 60 PS3s assuming they brute force it and worst-case. It will take them:

    At 8character passwords w/ letters and numbers only, 3.3hours.
    Upper and lower case increase that figure to 10.5days. (With 9 characters 7.15years)
    84character set brings us up to 119.5days.
    Note: I just used x^8 which isn't totally accurate, the numbers in reality are a bit larger but it doesn't matter much.

    This makes me wonder in case this is true. We are running up to a physical limitation in the human brain. People already have trouble memorizing the dozens of 8character passwords. 9 characters will hold moores law off for a few more years (not the precise meaning of moores law but you know what i mean). The problem is also that people are getting more accounts for things. Most people even today use the same passwords for a variety of things. I'd say almost all people.

    So I ask the /. crowd are there any good alternatives to passwords that are feasible? Something secure. Something that can be implemented on websites. What do you think we should be working towards? Is there already something in place that you can give an example of?

    1. Re:Hmmmm by icebraining · · Score: 1

      OpenID?

    2. Re:Hmmmm by Anonymous Coward · · Score: 0

      They'd be better off using this to generate large rainbow tables. Reversing 8 char MD5 doesn't take 3.3 hours, it takes about 3 minutes.

    3. Re:Hmmmm by mrsteveman1 · · Score: 1

      2 factor auth, maybe even 3.

      Every seen those little RSA keys that generate random time-sensitive numbers? I think Paypal might be using something similar. The password is standing out alone at the moment for most use cases, and it doesn't need to be.

    4. Re:Hmmmm by sanosuke001 · · Score: 1

      I would like to see all online sites adopt a universally used password system using those number-changing RSA key dongles. However, the only ones I've seen are 6-8 numbers; just pick one and try over and over and you'll get it eventually. They need to design one with 10+ using the alphanumeric, upper and lowercase, with punctuation dongle. That way, you could have one dongle for all your online accounts.

      Unfortunately, one company (or the government) would have to run it and a single point of failure is never a good thing. Though, it could be done.

      --
      -SaNo
    5. Re:Hmmmm by LearnToSpell · · Score: 1

      Well, the way they work (I use one daily) is that you have a combination password with it, so you have to enter your password AND the RSA dongle number. If Joe Badguy knows your password, he still needs the dongle, or vice versa, and there's one login attempt per minute allowed (at least on our server).

    6. Re:Hmmmm by peater · · Score: 1

      You can even find MD5 dictionaries online which have precomputed hashes. You can just search for the one you need and it will give you the reverse MD5. I would assume authorities already have tables of precomputed MD5 hashes which reduces cracking time significantly.

    7. Re:Hmmmm by cortesoft · · Score: 1

      There is a difference between a normal password and a password used for encryption. For example, a password to log in to a website does not need to be able to handle 4 million guesses a second.... it will be rate limited by the website way before that happens.

      You only need to choose a large random password for encryption that you need to be able to handle a local access attack..... like hard drive encryption... so you most likely only need one. so it is probably something you don't have to type in very often..... and you can choose something you never change, as a local disk attack is unlikely to occur without you realizing it, at which point you can know to change your password to something new and very long.

    8. Re:Hmmmm by Anonymous Coward · · Score: 0

      Not an alternative to passwords, but an alternative to current encryption practice could be raid-style striping. Either split your data several ways, with each 'volume' needing a different password, or stripe your data over several physical mediums (with or without different passwords). Like your hard drive, USB key and a something on the net.

      (I've toyed with the idea of using sites like flickr and twitter to store stuff in the 'cloud'. A few meaningless jpegs and tweets in the ether could be reformed into something if you knew the IDs, order and decryption scheme. To anyone else it would be meaningless.)

      I have no idea if this is already used, I don't have anything exciting enough to encrypt :(

      I think the days of passwords being uncrackable are over. However, making it really time consuming and laborious can still be achieved.

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

      However, that is the worst-case scenario. If I remember the concept behind the so called "birthday attack" correctly (no guarantee there) it will on average only take 1.25 * sqrt(n) tries.

      Thus, ON AVERAGE (assuming I'm remembering this correctly):
      An 8 character password, letters and numbers only: ~18 minutes
      Upper and lower case increase that figure to just over 2.5 hours (with 9 characters under 1.9 days)
      84 character set brings us up to 8.6 hours.

      However, these numbers all seem too small, so I think I must have screwed something up...

    10. Re:Hmmmm by hacker · · Score: 1

      "For example, a password to log in to a website does not need to be able to handle 4 million guesses a second.... it will be rate limited by the website way before that happens."

      You're making a HUGE mistake, if you believe that assumption. With a warrant (or enough pressure without a warrant), the federal government will have direct access to the backend storage that the website uses, and just brute-force the password offline.

      That assume of course, that the website itself is using sufficiently strong encryption and not just using ROT13 on the server-side.

      Your website logins should be more secure than those you use on your local system, because more people could potentially have access to it. It also validates the need to never reuse a password anywhere you use on the web, ever. Anywhere.

    11. Re:Hmmmm by Anonymous Coward · · Score: 0

      Use a passphrase: a sentence or something long and memorable. I shat 3 bricks last night. would be an example of a good passphrase, it has capital letters, numbers, and punctuation, and would be difficult to guess.

    12. Re:Hmmmm by CodeBuster · · Score: 1

      It is actually not too difficult to remember longer passwords. You already remember multiple 8 character passwords, right? If you can do that then you can create longer passwords by combining them. For example, I have 32 character sequences (not English words and including numbers and symbols) that I have committed to memory and use on a regular basis when I require enhanced security.

    13. Re:Hmmmm by Anonymous Coward · · Score: 0

      For security-critical things like banking, there is always the keychain counter - a device that displays a series of digits or alphanumeric sequence when a button is pressed, according to an internal clock and secret number. User reads from the device, and types it into the site. Server at the other end verifies the string is correct for the current time. No sequence can be used more than once, and they can't be used more than a few minutes after they are generated.

      The expense of building those devices and mailing them to users means that it's limited to the most paranoid of users. Even most banks arn't willing to spend that much on security.

    14. Re:Hmmmm by Rich0 · · Score: 1

      I suspect that if we really want to be secure than the dongle is the only way to go.

      For website login something similar to RSA SecurID would work. Better still, give the dongle some way to communicate bidirectionally (USB for web, speaker/mic/modem for phone), and then it can do an RSA challenge/response. The private key never leaves the dongle, EVER.

      For encryption you can again use a dongle. In this case you probably need to have the session key leave the dongle since otherwise you need a high-speed link and the dongle has to stay attached to the computer.

      The dongle has a keypad/display, and requires the input of a PIN to work. The dongle of course is built to resist hardware-level attacks (SEMs/etc). Upon input of an owner-designated fake PIN, the dongle wipes its memory.

      The limiting factors with this approach are:

      1. Hardware resistance of the dongle. It has to be VERY resistant to being taken apart without destruction of the keys.
      2. For encryption, the implementation on the host PC is important since it will see the session key. It is critical that it never be written to disk or otherwise leak.
      3. If a PC is captured in a powered on state it might be possible to break in with the encryption key still in RAM, or to use hardware-level attacks on the PC to retrieve the contents of RAM.
      4. Other hardware-level attacks against a host PC are possible, such as tapping various busses/etc.

      Weaknesses #2-4 only apply to use for encryption by the host. Encryption performed by the dongle, and authentication have only weakness #1, since the key doesn't leave the device. The application being provided with the authentication could of course have other weaknesses (replay attacks, etc), but those aren't inherent to this design.

    15. Re:Hmmmm by Idiomatick · · Score: 1

      I use the cloud for my todo list... and google for retrieval.

      Idio67302chores:11/19/2009: pick up mom downtown Thursday.

    16. Re:Hmmmm by Idiomatick · · Score: 1

      Average cracking time is a fraction of what bruteforce worst-case is. The average password isn't that secure. I remember with popular password lists you could get into many (30%) accounts in the first million guesses. Then you move to mutated dictionary attacks and that will get almost all of them in a few billion guesses. So it really is a lot less.

    17. Re:Hmmmm by Idiomatick · · Score: 1

      "You already remember multiple 8 character passwords, right?"
      Nope but i have a medical condition so I'm not sure how fair that is :P Having one long key that you use parts of for various sites is actually pretty cool. Insecure if a person is after you but offers a lot of protection vs bots which is the main concern anyways (99.9999%).

    18. Re:Hmmmm by IndustrialComplex · · Score: 1

      I've taken to forgetting the letters completely and relying more on keyboard patterns. I'd think of some musical theme and 'play' it on my keyboard. I'd practice the pattern a few times and eventually I'd have a password that doesn't exist in any dictionary (it might, but I wouldn't know it).

      I liked it because I remembered them through muscle memory and didn't have to think, 'Was that letter caPitolized or thiS one?' I just knew the pattern.

      The drawbacks I faced were this:

      1. Ergonomic keyboards (The extreme ones) would throw off my pattern since I didn't always stick with resting my hands on the home row of keys to start.

      2. password rules messed me up when they required a specific amount of special characters rather than just requiring a length. When you actually do have a random password, sometimes you don't always include those special characters.

      3. Recalling my password without a keyboard in front of me. For example, some banks ask you to 'click' in your password using a mouse. Since I didn't know the content of my password, and just the pattern, I couldn't ever remember it to click it in.

      --
      Out of modpoints but really liked a post? 1BDkF6TtmmeZ3yqXbz9yhdYVqRYnwFoXDj
    19. Re:Hmmmm by cstdenis · · Score: 1

      The website (ie, most websites) probably doesn't even encrypt the data or even your password. Password strength isn't a serious issue there, if a government gets involved, the data will be theirs.

      --
      1984 was not supposed to be an instruction manual.
    20. Re:Hmmmm by Anonymous Coward · · Score: 0

      Two gifts, first I give you LastPass, and second Yubico and their YubiKey product. LastPass coincidentally supports the Yubikey (if you pay the $12/year for the premium service).

    21. Re:Hmmmm by ediron2 · · Score: 1

      So I ask the /. crowd are there any good alternatives to passwords that are feasible?

      Yes.

      Something secure. Something that can be implemented on websites. What do you think we should be working towards?

      Yes.

      Is there already something in place that you can give an example of?

      Yes.

      This gets covered twice a month or more on /., plus countless trade and general-interest articles... Do you really expect us to drag your sorry ass up the hill teaching you security 101 when you've apparently been intentionally blase and ignorant until this very moment? Grab a clue, grab a book on security, or google up password security. Learn about the three factors that can be used to create 2-factor sets, learn about signatures and authority. Or, at the least, read anything you find on advice for creating better passwords. Pass phrases, for starters. Follow that advice and shoot for a mix of letters, numbers and symbols/gibberish characters that is more than 15 characters long. Have a plan to cope with forgetfulness (in other words, write the passwords on a piece of paper you keep in sock drawer or somewhere else private)... aw, shit, and suddenly I am sucked into this copypasta-smelling idiotic request for obvious information.

      Better yet, give everything to charity and then nobody'll want your freakin' passwords.

    22. Re:Hmmmm by Idiomatick · · Score: 1

      I said alternative to passwords... Something that you rarely see outside of ssh and the likes.

    23. Re:Hmmmm by Anonymous Coward · · Score: 0

      IthiNkthereF0rIam

      Passhphrases are the way to go here. Yes people will/do have these issues. However, even using something as simple as "yourfullname" with a ! or # or % increases the amount of time necessary for them to crack your password. Far easier to remember a phrase that you love and enjoy than trying to remember just a random set of characters typed into a field.

      for instance had KSM used "Khalid&Sheikh&Mohammed!" How long would it take for them to brute force that? -- seriously, math geniuses gimme a number please.

  48. Ron Paul by BitHive · · Score: 1

    Good thing the government is inept and everything they do is an unmitigated failure!

  49. Big bad lawyers fron Sony by Anonymous Coward · · Score: 0

    Surely to load custom code on these PS3, they must penetrate the console DRM. Didn't Sony sued people for doing this sort of things?

    1. Re:Big bad lawyers fron Sony by CronoCloud · · Score: 3, Insightful

      Installing Linux is a Sony supported function on the PS2 (fat model) and the PS3 (fat model), no hacks/mods needed.

  50. Sony is protecting consumers!! by tnmc · · Score: 1

    This must be why the 3rd party OS option was removed from the Playstation Slim! SONY *loves* them some customers! {cough}

  51. The cell by WarJolt · · Score: 1, Interesting

    It amazes me with things like the IBM QS21 and the mercury blade servers that the cheapest solution is to get a piece of hardware like the ps3 with so many extra components not needed for number crunching.

    The cell was designed for floating point calculations. Cracking requires a lot of integer calculations. You won't get the benefits that science and graphic applications get like folding@home.

    1. Re:The cell by Anonymous Coward · · Score: 1

      The Cell can issue integer operations at the same rate as single precision FP, and the integer pipelines are shorter. The integer throughput is as good or better than the floating point.

  52. sign of the times by Anonymous Coward · · Score: 0

    heavily indebted country turns to externalities to solve problems. The externality being that Sony sells PlayStations to sell games... no shit the new slim version is locked down. Sony is not in the business of subsidising broke-ass governments.

    1. Re:sign of the times by Anonymous Coward · · Score: 0

      PlayStation 3... games... does not compute. Talladega Nights is a movie. So is Metal Gear Solid 4. Are you thinking of the PlayStation 2? It's easy to get those confused, they share the same name except for the number at the end. Hope this helps! ~toodles!~

  53. Re:Nvidia 8800GT PS3 by Lord_Jeremy · · Score: 1

    My 8800GT gets about 100 million passwords per second when cracking MD5 and SHA1 hashes. I thought the CELL was supposed to make the PS3 faster?

    [Citation Needed]

    Sorry to be an ass but that sounds a little outlandish...

  54. This only works on poor passwords by Khopesh · · Score: 5, Informative

    I've done a lot of password-cracking math, even toyed with the idea of writing an academic paper on it. Generally, I work on the (generous) assumption that a well-groomed single node can chunk through 100k passwords per second and that things scale perfectly, so 20 nodes would work through 2M passwords per second. They're claiming their 20-node cluster can handle twice that, and I fully believe it. Powerful GPUs are known to perform extremely well on password cracking, and PS3s certainly have them. That's twice the performance for half to a fifth the cost. Nice, but not "OMG."

    They plan to scale up to 60 nodes, which is 12M pass/s. To break a 8-character monospace password (37 bits of complexity, which is pretty weak), it would take just under five hours ( 26^8/(12*10^6) /60/60 ). However, to break an 8-character alphanumeric password (case and numbers), that becomes seven months ( (26+26+10)^8/(12*10^6) /60/60/24/365*12 ).

    This is only scary when you have a super-intelligent dictionary attack. Scrape the hard drive and any subpoenaed documents for words and add that to a dictionary of common password parts, then perform your dictionary attack -- dreadfully powerful. To avoid falling victim to this, a good rule of thumb is that words are awesome to use, and they're more secure, but they're only about as secure as two random characters (three with a rich vocabulary including 3 or more of: arcane words, uncommon foreign words, uncommon misspelled words, uncommon proper nouns, l33t-speak ...). So that 13-char "secure password" you use that looks like metropolitan8 effectively only has three or four characters to a dictionary attacker, and that clever 14-char password of spageti4dinner has only five or six, depending on how good the attacker's dictionary is at misspelled words. A tip: put punctuation inside your words to break them up (without forming words), e.g. metr[opo;%litan8, and you've pretty much defeated the dictionary attack.

    --
    Use my userscript to add story images to Slashdot. There's no going back.
    1. Re:This only works on poor passwords by jack2000 · · Score: 1

      Two words: Rainbow tables.
      That and some dictionary magic.

    2. Re:This only works on poor passwords by MikeBabcock · · Score: 1

      Of course, nearly random passwords generated from /dev/random are really hard to memorize :)

      --
      - Michael T. Babcock (Yes, I blog)
    3. Re:This only works on poor passwords by technomanceraus · · Score: 1

      I'd say they'd be using the SPU's rather than the video card (RSX) or maybe they're utilizing both if they're smart

      --
      -= Technomancer =-
    4. Re:This only works on poor passwords by Anonymous Coward · · Score: 0

      Put that password file in a different device (such as a microSD). The filesystem for that could be encrypted with a different password, and on intrusion hopefully you have time to allow destruction of the file (i.e. shred) and/or the physical card (inside a flask of HCl/fire?).

      Now you don't even know the password anymore. Hopefully the system could also be safely powered off with the RAM completely discharged in time, too.

    5. Re:This only works on poor passwords by bertok · · Score: 5, Informative

      However, to break an 8-character alphanumeric password (case and numbers), that becomes seven months

      Ah... theory!

      In practice, even very long passwords are trivially cracked in little time, using simple methods.

      Unfortunately, I lost the source, but while studying cryptography myself, I stumbled upon a quote from some guy involved in government decryption in the US, and (paraphrasing), he said that their technique was basically to pick up the hard disk from the machine with the protected content, and then simply try every consecutive range of bytes as a password.

      Unless the disk was encrypted with 'whole disk encryption', it works something like 90% of the time, simply because of stupid software saving plain-text passwords, users reusing passwords for various purposes, things like hibernation and page files, etc... I suspect that on disks from corporate networks, it would work even better, because if any one disk reveals the network admin password, you can unlock everything else from there.

      So if you have a 100 GB disk, and you try all byte ranges from 4 to 20 bytes long (to account for various password lengths), and you try every byte range as both an ASCII and UTF-16 string, that's merely 17x2x100*10^9 = 3400 billion passwords to try, or 3.2 days at your quoted "12 million passwords per second".

      In practice, most disks would crack much faster than that, if you aim the algorithm at the most likely sources first, such as the page and hibernation files, the user registry, and the web browser cache and configuration folders.

      The lesson I took away from that is that against an attacker with physical access, it really doesn't make the slightest difference how strong your password is, unless the entire disk is encrypted.

    6. Re:This only works on poor passwords by mindstrm · · Score: 1

      The significant point is really just the cost savings - the PS3 is subsidized by game sales, so if you are buying it for raw computing power, it's a good deal cheaper than anything else.

      Good encryption practices can make this type of thing useless - but, having had to reverse engineer passwords on all kinds of systems before, a *lot* of people don't follow best practices.

      It's natural for a computer crimes division to have a cluster to crack passwords, and good of them to be open minded enough to seek slightly weird ways to leverage technology to do it.

      Nothing groundbreaking though, for sure. The giant arrays of god-knows-what the NSA likely has likely make this look like a grain of sand on a beach the size of the moon.

    7. Re:This only works on poor passwords by Mike610544 · · Score: 1

      This is only scary when you have a super-intelligent dictionary attack. Scrape the hard drive and any subpoenaed documents for words and add that to a dictionary of common password parts, then perform your dictionary attack -- dreadfully powerful.

      If this much effort makes sense for words, does anyone ever consider keyboard layout passwords? Something like !@#$5678QWERtyui is easy to type/remember. I haven't seen any mention of that being a strategy in password cracking.

      Also, if any of the people designing the "password strength rules" are reading this, can we do away with the systems where Blink182! is considered a strong password because it has upper/lower case and punctuation?

      --
      ... also, I can kill you with my brain.
    8. Re:This only works on poor passwords by npsimons · · Score: 1

      How about =jvZ|3J(B!+Zmu#^B~:I as a password? That's not one of my current passwords, but most of mine are like that.

    9. Re:This only works on poor passwords by registrar · · Score: 1

      My password creation method is to thump on the keyboard a bit and try to find a string of characters that vaguely tell a story. For example, "#", could refer to weed. The letter "u" might mean "you" hence "uIS5#" might mean "you smoke dope 5 times" or something equally pointless. I also select passwords that shortish (10 chars), are vaguely easy to type.

      The space of such passwords must be pretty large... but I still wonder how much those criteria shrink the options. E.g. I would probably not think of a story for kek6<5zahg, or find it easy to type... There must be lots of identifiable patterns in "what is easy to type".

    10. Re:This only works on poor passwords by johncandale · · Score: 1

      I. Powerful GPUs are known to perform extremely well on password cracking, and PS3s certainly have them.

      Just a note, the PS3s GPU isn't so powerful, based off the nvidia G70 and was, rumor has it, tacked on late in hardware development. The 8 Cell powerpc cpu core's with one dedicated to aspects of the OS and security, and one is a spare to improve production yields. Leaving 6, is where the ps3 gets the bulk of it's processing power.

    11. Re:This only works on poor passwords by solosaint · · Score: 1

      This is what I dont understand about the article... Do they crack these passwords WITHOUT a dictionary? say you used the password NGeDPdkpUgzrCu would this be cracked using their awesome computing power?

    12. Re:This only works on poor passwords by Per+Wigren · · Score: 1

      My full-disk encrypted Linux-ISO-serving file server uses LUKS with a key stored on a USB stick I keep off-site (but easily accessible when needed).
      On boot, it tries to mount the USB stick by its ext2 label and then use the content of /key.txt as password.
      The key.txt file is a salted SHA512 hash of a specific revision of a specific file in the CVS repository of a semi-popular OSS project so I CAN recreate it if the USB stick breaks. I only have to remember the salt and which file and revision to use. If it gets stolen I can just change the key to another one (LUKS supports this).
      Since it's a headless server it's much easier to boot than if I had to type in a password.
      I reboot the server very seldom and reboots are about always planned so it's not a problem that I have to walk a couple of minutes to get it every second month or so.

      --
      My other account has a 3-digit UID.
    13. Re:This only works on poor passwords by Narishma · · Score: 1

      Not to mention that the article says they use the PS3 because they can install Linux on it, but you can't access the GPU from Linux anyway.

      --
      Mada mada dane.
    14. Re:This only works on poor passwords by citizenr · · Score: 1

      Powerful GPUs are known to perform extremely well on password cracking, and PS3s certainly have them.

      Geforce 7800 is not "powerful"

      --
      Who logs in to gdm? Not I, said the duck.
    15. Re:This only works on poor passwords by Anonymous Coward · · Score: 0

      They're using PS3 Linux, so taking advantage of the GPU is not an option.

    16. Re:This only works on poor passwords by a_resnikoff · · Score: 1

      Depending on the encryption there is another simpler option. Simply precompute the password hashes, and stored them in a database; a.k.a. the "Rainbow tables". Then instead of a calculation you perform a SELECT statment on a database and in under a second you have the password you need. If you're willing to give up a TB of hard drive space you're going to be able to crack (quote from memory, apologies for any inaccuracy) all 14 and below character passwords in zero time.

    17. Re:This only works on poor passwords by Tarsir · · Score: 1

      Ah... theory!

      In practice, even very long passwords are trivially cracked in little time, using simple methods.

      Unfortunately, I lost the source, but while studying cryptography myself, I stumbled upon a quote from some guy involved in government decryption in the US, and (paraphrasing), he said that their technique was basically to pick up the hard disk from the machine with the protected content, and then simply try every consecutive range of bytes as a password.

      How did this get modded insightful instead of the redundant it so rightly deserves? From the third paragraph of the GPt:

      Scrape the hard drive and any subpoenaed documents for words and add that to a dictionary of common password parts, then perform your dictionary attack -- dreadfully powerful.

    18. Re:This only works on poor passwords by CodeBuster · · Score: 1

      Unless the disk was encrypted with 'whole disk encryption'

      That may become a foregone conclusion, considering that high quality whole disk encryption tools are freely available to anyone who wants to use them.

    19. Re:This only works on poor passwords by Bert64 · · Score: 1

      There are already pre-made dictionaries containing common passwords like that, for different layouts of keyboard too.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    20. Re:This only works on poor passwords by Bert64 · · Score: 1

      You can use control chars in passwords too, but depending how you log in you might not be able to enter them...
      I used to add an alt-tab char to the password on linux boxes, it makes it impossible for windows users to log in.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    21. Re:This only works on poor passwords by Bobb+Sledd · · Score: 1

      Good luck cracking mine then!

      My password is approximately 32 bytes long, uses alpha numerics, and also uses two keyfiles, and encrypts with AES+DES+Blowfish. And I don't use that password anywhere except my encrypted "media" collection, and I also have a "shadow volume" in case the encrypted volume is discovered (for plausible deniability).

      So there!

      Or I could be lying. You'll never know.

      At any rate, I think it would be easier to trick me into installing a keylogger/mouselogger (or break into my house and install it without my knowledge) and capture what I type in and click on to discover how to unencrypt it.

      Or, wait for me to leave the encrypted volume mounted, and copy some part of the media that you know exists in the encrypted volume, and decrypt everything else based on that.

      --
      "They said I probly shouldn't fly with just one eye," "I am Bender. Please insert girder."
    22. Re:This only works on poor passwords by Anonymous Coward · · Score: 0

      I don't believe that there is any access to the GPU by software that isn't produced by Sony due to their hyper-visor system. Unless they cracked the hyper-visor or got help from Sony, they have to rely on the CPU capabilities of the PS3 only.

    23. Re:This only works on poor passwords by wdef · · Score: 1

      Yep. No recognizable words in any common language and a character space including alphanumeric, punctuation and weird chars - plus say the perp uses 30 characters in the passphrase .... And then they have no way of knowing what char types the passphrase might span, other than a guess, so they'd have to assume the worst for brute force. How many lifetimes of the present universe did you say they've got to crack that thing?

    24. Re:This only works on poor passwords by OlivierB · · Score: 1

      The reality is that cracking word passed passwords is even simpler than what you are pointing to, even in cases where special punctuation has been used mid word. No need for crazy wizardry, simple Markov chains technique tell you that there is a probability of using a given character after another. You just need to work your way through the decision tree in descending order with some algorithm. For instance, In English language there is a y% probability that a "n" character follows a "e" character etc. If you know which languages are spoken by the person who chose the password you can already zoom in very quickly

      --
      Artificial intelligence is no match for natural stupidity
  55. This is silly by Lord_Jeremy · · Score: 2, Interesting

    Seriously, this whole article sounds like a load of horsebull. As far as I know, things like RSA and AES use integer math for the encryption and decryption schemes. It therefore doesn't make much sense to use a product designed for large numbers of floating point operations, as I would imagine the PS3 is. I'm actually pretty curious how many GMIPS the PS3 can perform. In any case, why would they pay for a device that contains all sorts of hardware ancillary to the core processing task. For instance, any gaming system is going to have a fairly powerful GPU, as well as extraneous RAM and sound hardware, etc. Also, in terms of the 4 million passwords or keys or whatever per second, I just wrote a very minimalist C program to try cracking passwords on an encrypted disk image I just created and it was definitely not reaching 4 million tries a second on my Core 2 Quad...

    1. Re:This is silly by aXis100 · · Score: 1

      Maybe because with Sony subsidising the cost of the consoles, $300 is a steal! It doesn't matter if there is an unnecesary graphics card or not, it is a bargain for a serious multiprocessing computer.

  56. No longer possible with the PS3 Slim... by PinchDuck · · Score: 1

    which is too bad. You can no longer install linux on it. I keep hoping (against hope) that Sony will release the full SDK and really allow people to use the power of the Cell. Throw us hobbyists some love, Sony. Tell us what we gotta do.

  57. compromised systems by Anonymous Coward · · Score: 0

    how do they prove that the owner of the computer put the child porn on the system?

    Just like many warez groups and pedo groups they use technology to house their "goods" on systems with exploits.

  58. Riiiight.... by Stanislav_J · · Score: 3, Funny

    Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography.

    Naturally. (*wink-wink* *nudge-nudge* say no more...)

    --
    "Every great cause begins as a movement, becomes a business, and eventually degenerates into a racket." -- Eric Hoffer
    1. Re:Riiiight.... by astat · · Score: 1

      I should try and be the third person to quote this part of the article with some sarcastic comment, just to see if I too will get maximum positive modding..

    2. Re:Riiiight.... by 2obvious4u · · Score: 1

      Had you done so in your comment I would have been happy to oblige.

  59. Re:4 million passwords? Umm, no. by Anonymous Coward · · Score: 0

    4 megaflops seems more like? For a cluster of 20 PS3's? Are you posting from 1983 or something?

  60. passwords get expensive fast by SuperBanana · · Score: 1

    (Brute-forcing keys is fairly foolish with modern encryption systems, but brute-forcing passwords isn't.)

    Only if the person who created the password used lowercase letters, and kept it under 7-8 characters. Around 8 characters, things get expensive VERY fast.

    Example: 6 mixed case, numbers, plus punctuation marks (only those on number keys): 140BN combinations, which would take 9.6 hours.

    Not very good, right? Well, make it 8 characters, and they're looking at roughly 722 TRILLION combinations, or about 5.7 YEARS (provided I didn't make any power-of-ten mistakes.)

    1. Re:passwords get expensive fast by blueg3 · · Score: 1

      For completely-random yes. However, a disturbing number of passwords are combinations of dictionary words. They're also often written down or stored in unsafe places in memory. Of course, you wouldn't know *where* they're stored on disk, so you run "strings" against the entire disk and use that as an input list for your cracker (note that the output of strings on a full disk is small compared to the number of random 8-character passwords).

  61. TrueCrypt by falconwolf · · Score: 1

    While TrueCrypt encrypts what makes it real good is it hides files.

    Falcon

  62. Re:Obama fails again... by ppanon · · Score: 5, Insightful

    It's pretty simple. The military courts are appropriate for combatants captured on a foreign field of battle. By trying KSM and the others in civilian courts (because the 9/11 victims were civilians on US soil), the case establishes a couple of things that neo-cons don't want to happen:

    a) since evidence obtained through torture is ineligible in civilian courts, the information used by the prosecution will be what was obtained before he was tortured. So when KSM gets convicted on the basis of all the incriminating information that was available prior to torture, it will be a strong indictment that the torture used on him was not necessary. The whole neo-con "we had to torture" argument is shown for the pack of lies it is. Since Cheney was the biggest proponent of torture, it's not surprising he's also the most opposed to this happening since a conviction changes his place in history from question mark to a sadistic torturer.

    b) it re-establishes the primacy of the standard US criminal justice system for acts committed on U.S. soil.

    Basically, if KSM and his buddies can be convicted and put in jail through the civilian courts, it means that the wholesale raping of the Geneva Convention, habeus corpus, and other civil rights by the (neo-con) Republicans was unnecessary. It also sets a strong counter-precedent in case the neo-cons (inevitably) try the whole "Permanent Emergency" gambit again.

    So yeah, the neo-cons and their water bearers like Lieberman are seriously against this and using FUD to slam the effort. Big surprise.

    --
    Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde. - Voltaire
  63. actually... by sawka · · Score: 1

    actually they're using the ps3's to play rock band and gta 4. but the higher ups wouldn't let the purchase order through without a more official sounding reason...

  64. A tip: by falconwolf · · Score: 2, Informative

    put punctuation inside your words to break them up (without forming words), e.g. metr[opo;%litan8, and you've pretty much defeated the dictionary attack.

    I tried that once and was told I could not use a punctuation mark. I mix alphanumeric characters though.

    1. Re:A tip: by Inda · · Score: 1

      And every password cracking program I've used gives the option to replace letters with symbols.

      1,i,l,|,...

      It is trivial.

      --
      This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
    2. Re:A tip: by Anonymous Coward · · Score: 0

      Except that's not at all what was recommended. Try again.

    3. Re:A tip: by MobyDisk · · Score: 1

      Of course it is trivial. The point is that it now has more combinations to try.

  65. PS3 GPU access from Linux? by Anonymous Coward · · Score: 0

    Did they figure out a way to access the GPU on the PS3 through Linux? As far as I can tell, the GPU is not accessible to linux and some of the RAM is unaccessible as well. Linux runs more like it would on virtual machine than it would running as a native OS. Most of my info comes from forums related to PS3 modding for home theater PCs and Im no expert. Anyone care to elaborate? If the GPU is really locked out, then are these guys just using a pretty average PowerPC computer with a few extra processors?

    1. Re:PS3 GPU access from Linux? by OrangeTide · · Score: 1

      Well you can access some of the SPUs from Linux.
      If you were building a costly enough cluster, it may be possible to justify the cost of the development kits. But I wonder if Sony would sell the kit to you knowing that you're just costing them a bunch of money buying below cost hardware.

      --
      “Common sense is not so common.” — Voltaire
  66. Re:4 million passwords? Umm, no. by ceoyoyo · · Score: 1

    "4MFLOPS seems much more likely."

    For a PS1 maybe.

  67. What they really are being used for by Conchobair · · Score: 1

    I.T. Guy gets called into his Bosses office:
    "PS3s, huh? What? On invoice... right, ooooh, those PS3s... oh, hmm yeah I ordered those, they are for... uhm... they're for breaking passwords to... crack down on... hmm, child pornography. Right! Yeah, that's what they are for. The guys are just finishing testing the... the hardware. I'll go check on them."
    *Runs back to desk and hides copies of Modern Warfare 2*

  68. Ignorance is punished on slashdot. by bipbop · · Score: 1

    It should be. If you don't know what you're talking about, you have your choice of not saying anything or doing some research. I don't think there's any excuse to spread misinformation, even by implication!

  69. Re:Nvidia 8800GT PS3 by ymgve · · Score: 1

    I modified code from this SHA1 cracker. Good enough evidence?

  70. Tense error by tepples · · Score: 1

    Fat PS3s are built

    No, fat PS3s were built. Sony has since discontinued the form factor.

  71. next time... by overcaffein8d · · Score: 1

    ...they should check under the mousepad

    --
    Those of us who think they know everything annoy those of us who do.
  72. Re:Nvidia 8800GT PS3 by Lord_Jeremy · · Score: 1

    Fair enough. Sorry to doubt you at first, but at the time it seemed there was no basis for your claim.

  73. PS3s are really good for decrypting by Bobberly · · Score: 1

    You should take a look at www.distributed.net. Supposedly the RC5-72 challenge could end in 6 months with about 100 PS3s contributing.

  74. Re:Obama fails again... by notque · · Score: 1

    First, kudos. Nice thread jack.

    Khalid Sheikh Mohammed isn't an enemy of war. War is government to government conflict. Al Qaida is not a government.

    Obama is talking like a prosecutor (which makes sense). He will still be presumed Innocent until proven guilty in the courts.

    Blowing up Afghanistan was over a simple issue.

    Bush said, Hand over Bin Laden or the US will bomb you.

    The Taliban said, Provide evidence, and we'll hand over Bin Laden

    Bush said, We don't have to provide evidence, we will bomb if you if don't comply.

    So we actually bombed Afghanistan because Afghanistan refused to turn over a criminal within our country without evidence. It had nothing to do with innocence or guilt.

    --
    http://use.perl.org
  75. I have a 256 character binary password..... by KPexEA · · Score: 1

    I have a custom password entry box whereby I enter a filename, offset and length and then it grabs the password from inside of the file at the offset and length I specified. The filename can by ANY file on the whole machine (or on removeable media like a USB key).

  76. I guess the PS3 is more powerful than I realized by falconwolf · · Score: 1

    PS3s use the Cell microprocessor.

    Falcon

  77. innocent until proven guilty by abracagrabya · · Score: 1

    Innocent until proven guilty disappeared slowly, but surely... bit by bit... a long time ago in the USA. Think of drunk driving check points... if everyone is presumed guilty, until proven innocent... then nobody is innocent until proven guilty. Same thing as scanning everyone at the airports. Guilty until proven innocent.

    1. Re:innocent until proven guilty by Anonymous Coward · · Score: 0

      ... if everyone is presumed guilty, until proven innocent... then nobody is innocent until proven guilty.

      Congratulations. That is the stupidest thing I've ever seen on Slashdot.

    2. Re:innocent until proven guilty by Anonymous Coward · · Score: 0

      You must be new here.

  78. Re:Nvidia 8800GT PS3 by zaffir · · Score: 1

    The Cell is the CPU, not the GPU, of the PS3. Anyone saying the CPU is powerful because of its GPU is wrong. The GPU in the PS3 is actually kinda weak, but the six 128 bit vector processors hanging off the back of a main processor in the Cell are quite fast. Not as fast at SOME tasks as something capable of running CUDA code, but still really fast and far more general purpose.

    That said, for this application I don't know why they aren't using something like a machine with a few NVidia graphics boards in it.

    --
    "Upon attaching the waterblock to my penis, I began to notice that I know nothing about computers." -- JRockway
  79. silly story by astar · · Score: 1

    regarding your sig

    I once had a printer catch on fire. At least the paper. It had four big matrix heads with big selenoids driving the wires. They drew quite a bit of current. One jammed up the wires, heated up, and paper started smoking and charing. Naturally, it was the payroll checks, but as a result I was keeping a close eye on them. Only time I missed payroll deadlines.

  80. North Korea is still the by falconwolf · · Score: 1

    Democratic People's Republic of Korea ... and they've abandoned democracy, a republic, and their people ...

    No, North Korea is still a republic, there is no monarchy in North Korea.

    Falcon

    1. Re:North Korea is still the by c6gunner · · Score: 1

      No, North Korea is still a republic, there is no monarchy in North Korea.

      You know, I almost replied with "touche, sir". However, now that you've got me thinking about it ... here's the wikipedia definition of a Monarchy:

      A 'Monarchy' is a form of government in which supreme power is absolutely or nominally lodged with an individual, who is the head of state, often for life or until abdication, and "is wholly set apart from all other members of the state."

      I'd say li'l Kim certainly qualifies for the title of "Monarch". It may not be a traditional European monarchy, but it certainly has it's similarities. Kim Il-sung ruled until he died. Upon his death, Kim Jong Il took over, and will continue to rule until he dies. The Kim's nominally have councils which share power with them but, really, these are little better than the lords and viziers of old.

      In fact, the only really weird thing about this particular monarchy is that Kim Il-sung is still considered to be the ruler, despite the slight handicap of being deceased. Would that make it a Necroarchy?

  81. Re:Obama fails again... by G-Man · · Score: 4, Insightful

    - All those officers and enlisted in the Pentagon would be surprised to know they are civilians.

    - Are they going to release KSM if he is acquitted? If not, this is just a show trial and a sham.

    - Whatever your stance on waterboarding, they didn't do it to KSM to get him to confess. They did it to acquire intel to prevent further attacks and/or take the battle to Al Qaeda.

    - During an interview with NBC tonight, the interviewer asked Obama if people would find it offensive that KSM would receive all the rights of an American citizen in a trial. Obama replied "I don't think it will be offensive at all when he's convicted and when the death penalty is applied to him." Pre-judging much? Tainting the jury?

    Come on. This is no trial in any real sense of the word. Other observers have pointed out that no one wants to see this guy walk, so the judges and prosecution will go through any contortion, no matter how ridiculous, to see him convicted. Whatever rulings they issue will then become precedent the Govt can use against everyday criminals (i.e., you and me).

    Khalid Sheikh Mohammed is the *enemy*. He cannot be rehabilitated. He cannot be reconstructed. He and his comrades would seek the overthrow of our system of government and its replacement with Sharia law. He is not a common criminal, and it is disrespectful to treat him like one - and you should always respect your enemy. Send him to his god and be done with it.

  82. linux id Cells by falconwolf · · Score: 1

    If memory servers, the cell platform in a PS3 doesn't allow you to use all of the cores when you're running linux

    It's the hardware Sony includes on PS3s that don't work well with Linux. IBM supports Linux on Cells.

    Falcon

  83. Interesting... by jonaskoelker · · Score: 1

    So, with a brute force attack, I've only got 36,030,233,524,592,808,479,552,335 years before they will reach mine!

    If that figure is accurate and (very) precise, I can actually go and compute what your password is ;-)

  84. Whoa... by uvajed_ekil · · Score: 1

    I know there are plenty of real pervs out there, but are the authorities really seizing so much suspected, carefully encrypted kiddie porn to necessitate systems of this magnitude and complexity? My suspicion is that they are using this for "off the record" uses, as well as legitimate ones. Surely some criminally perverted folks are smart enough to use some sort of electronic security measures to protect their stash, but how many, out of how many pedophiles there are, and how many of them are caught and have their filthy computers analyzed? I guess politicians and appointed officials can't ask about supposed anti-child porn measures, just as no one can question anything done in the name of patriotism, fighting terrorism, or when something like cancer prevention is involved. Or is this problem that much bigger than the rest of us take it to be?

    --
    This is a hacked account, for which the owner can not be held responsible.
  85. Re:Obama fails again... by iamhigh · · Score: 3, Interesting

    - All those officers and enlisted in the Pentagon would be surprised to know they are civilians.

    The majority of casualties were civilian. This was not an act of traditional war. This is far, far different than the cut and dry battlefield that the Geneva Conventions were based on.

    - Are they going to release KSM if he is acquitted? If not, this is just a show trial and a sham.

    If 12 New Yorkers can't find this guy guilty, then I am pretty damn sure he didn't do it. And he will not be realeased in the US, no matter what.

    Come on. This is no trial in any real sense of the word. Other observers have pointed out that no one wants to see this guy walk, so the judges and prosecution will go through any contortion, no matter how ridiculous, to see him convicted. Whatever rulings they issue will then become precedent the Govt can use against everyday criminals (i.e., you and me).

    And neither was the case for the the unabomber, OKC bombing or any other big trial. This is no different. As for precedent... where do you live that planning (and following thru) to kill thousands isn't already firmly against the law?

    Khalid Sheikh Mohammed is the *enemy*. He cannot be rehabilitated. He cannot be reconstructed. He and his comrades would seek the overthrow of our system of government and its replacement with Sharia law. He is not a common criminal, and it is disrespectful to treat him like one - and you should always respect your enemy. Send him to his god and be done with it.

    Oh yeah, the prez was the one prejudging, eh?

    --
    No comprende? Let me type that a little slower for you...
  86. Judge Napolitano by falconwolf · · Score: 1

    Have you read any of his books? I haven't yet but I've thought of buying one. From what I've heard or read about him I'd like him on the US Supreme Court as a Justice.

    Falcon

  87. Truecrypt is not open source by falconwolf · · Score: 2, Informative

    TrueCrypt is open source and is available for download from Source Forge, which hosts open source projects. And here's the downloadable source code.

    Falcon

  88. I agree, seems like a gimmick by MoxFulder · · Score: 1

    If the child porn smuggler is smart and careful, 20 PS3's won't be anywhere near enough to break strong, modern, encryption.

    If he's dumb, there will be an easier way to decrypt the suspect data. Maybe the perp left the encryption key in plaintext somewhere, or used an obvious passphrase, or a weak or buggy encryption software.

    There's no happy medium. What can you break with 20 PS3's? Maybe 56-bit DES?

    While the key of DES is easy to brute-force today, and 80-bit keys are becoming questionable, 128-bit keys of high-quality algorithms are thought to be unbreakable via conventional (non-quantum) computers for the foreseeable future. There's a reason that the NSA is the second-largest electric utility user in Maryland...

  89. More than that by aepervius · · Score: 1

    Some of the system I used allowed to enter with alt+3 digits other ascii char like 00. You just need to know and try if it allows it or not, taking the risk that a later update will break it down, but that is valid only if you updates on regular basis. I do not use that trick anymore but when i use a passphrase for important stuff, there is no space but the dictionary word are distorted (1 br3ak [th!s] 0_n_e) and mixed with various char like ,;:.-_+/ etc... 6 words out of a dictionary is not a decent passphrase *at all* as you can use dictionary. 6 word warped and mixed with various char is neigh unbreakable.

    --
    C. Sagan : A demon haunted world:
    http://www.amazon.com/gp/product/0345409469/
    visit randi.org
  90. I call sheeninagan on that by aepervius · · Score: 1

    That would only works if the password is kept on a temporary file. Otherwise there is no reason whatsoever the password would be anywhere on disk. And that does not work at all if you use a bootable CD.

    --
    C. Sagan : A demon haunted world:
    http://www.amazon.com/gp/product/0345409469/
    visit randi.org
    1. Re:I call sheeninagan on that by bertok · · Score: 4, Informative

      That would only works if the password is kept on a temporary file. Otherwise there is no reason whatsoever the password would be anywhere on disk. And that does not work at all if you use a bootable CD.

      But that's not how it happens in the real world. Most people don't run their computers from read-only media with the swap turned off!

      First of all, there's lots of bad developers out there. Passwords get saved all over the place, in the registry, configuration files, etc... I've seen web sites that were "https", but then put the plain text password into the URL, which is saved in the unencrypted browser history!

      Second, even if you store passwords in memory only, the pagefile might still contain it, if a page containing the password was swapped out. It's even more likely with hibernation files, which swap out everything, including kernel space marked as non-pageable.

      In theory, there's features like "protected memory" that developers can use to store passwords securely in memory, but this takes a lot of work. In Win32 there's a set of APIs for it, but many developers don't use it, or haven't even heard of it. It's such a low level "buffer manipulation" style API that lots of high-level languages can't or don't use it. It's only recently that C# got support for it, for example, and I don't think Java has anything comparable. Most garbage-collecting languages are vulnerable, because memory can be relocated (copied) at any time, which may prevent buffers from being properly cleared.

      One of the worst culprits are those "I forgot my password" web pages that email you your plain text password to your mailbox, so that your email client can then cheerfully write it all over the place. Even if you encrypt your PC's disk, but use corporate email, your password is now in plain text, on the server's disk.

      In practice, real security is hard. Very, very hard. As a consultant, I've been to over 100 clients, including major banks and very security sensitive government institutions, and I've only ever seen 2 secure networks: One financial services company, and the internal LAN on the new generation Boeing planes.

    2. Re:I call sheeninagan on that by FrankDerKte · · Score: 1

      Ever used svn ? - You're screwed.

    3. Re:I call sheeninagan on that by Bert64 · · Score: 1

      As well as the password now being in plain text on your mail server and transmitted over the internet... Your password was obviously stored unencrypted or using reversible encryption on the server, most likely the former. It is extremely rare for servers to encrypt data, or if they do they also keep the key on the machine too (so the machine can boot unattended).

      I have similar experience to you, and yes... cost or convenience triumphs over security in virtually every case.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  91. Dissenting by ChePibe · · Score: 2, Interesting

    Aside from the fact that adequate grounds exist for military jurisdiction based on the Pentagon portion of the attack - and the fact that the act KSM is most likely to be charged with conspiracy, which certainly occurred outside of the U.S. - the analysis is far more complex if one has a basic understanding of criminal procedure. The very high standard of proof required to convict in a criminal court, and the complexity of the rules of evidence - particularly when considering the difficulty of trying a conspiracy charge. Hell, as a law student, I spent untold hours just looking at hearsay and its numerous exceptions. Not to mention the issue of evidence extracted during and after water boarding sessions and other interrogation

    I obviously haven't seen the prosecution's evidence in full, but if this were a more traditional criminal charge, I'd wager that they would have one hell of a tough row to hoe. Keep in mind that, if the law is applied as it should be, a jury may only consider evidence that has been admitted before the Court. If vital bits of evidence are excluded--a scenario that is certainly feasible--can the prosecutors successfully prove the elements of the crime KSM is charged with? If not, in a real trial, he would have to be let free.

    Of course, this isn't going to be a real trial.

    Assume that KSM is acquitted. There is obviously no chance he'll ever be released, nor could he be released onto U.S. territory at all, of course, under the Immigration and Naturalization Act. A real criminal trial would carry with it the vagaries and risks associated with any criminal trial, no matter how "air tight" a case is (e.g., O.J. Simpson), and the possibility of an acquittal and release.

    I fear what we have here with the upcoming KSM trial is more of a show trial. The conviction, execution, and virtually pre-determined, or at least that is how Obama is treating it in statements to the press (as a lawyer and former law professor, he should know better, as he acknowledged with his subsequent ass covering).

    Aside from some of the more obvious questions (Why a criminal trial for only this handful? Why are military tribunals "good enough" for the rest? Why has Obama shifted support from the military tribunals he once supported specifically for KSM to the civilian courts? How will classified evidence be handled? Will KSM truly be given full access to all the evidence against him, including names of informants?) are the more larger concerns. Why a show trial for this person? Why now? Will show trials become the norm for the particularly loathsome among us? For those it is more politically convenient for the president to try via show trial? Is this the direction we would like to go in?

    If this were to be a real trial, it would be a demonstration of the Obama administration's willingness to take unacceptable risks on national security, particularly since a much friendlier venue is allowed under law and some of the trickier, thornier aspects of the law can be avoided. Instead, it may prove to be a perversion of the criminal justice system, which has rules that are much better established and protect every single American citizen. Why open the door to show trials?

    1. Re:Dissenting by ubrgeek · · Score: 1

      If he is acquitted, could he then be tried in a military court?

      --
      Bark less. Wag more.
    2. Re:Dissenting by Anonymous Coward · · Score: 0

      If he is acquitted, could he then be tried in a military court?

      I am not a lawyer, but it seems possible. Especially if he is only being charged for conspiracy and other crimes related to the World Trade Center attacks. Remember, the Pentagon is outside of New York State and if someone goes on a multi-State crime spree they usually get a separate trial for each State they committed crimes in, even if those crimes were all part of a single plot.

  92. Re:Obama fails again... by Anonymous Coward · · Score: 0

    Hmm, ok, I can understand that much, and I concur, it's something long overdue, but....

    Why New York, of ALL places? By trying it THERE, you run the risk of having the case thrown out or delayed due to having it in a hostile forum. Seriously, if you're going to put these folks on trial in a civilian court, regardless of degree of guilt, if you don't try them in accordance to the rule of law, in as unbiased a forum as is possible, any decision rendered will likely be negated by the resident "lynch mob" mentality that's bound to permeate the region most directly affected by their actions.

    Not being sympathetic to these jerkwads, but still, if you don't do this with even a SEMBLANCE of moral authority to begin with, you end up creating a circus act that will only further validate the POV of extremist bozos like these, whilst making a complete mockery of the concept of American justice overall.

    A military tribunal in Gitmo is no better, though, because it validates their "cause" as a war, rather than reducing them to worthless thugs as a civilian trial SHOULD be doing. Right move, Mr. President, but the wrong place for it.

  93. ICE by westlake · · Score: 1

    ... suuuuuure.

    Purely as a novelty, the geek might ask himself what ICE is and what it does.

    U.S. Immigration and Customs Enforcement has quite a lot on its plate, as this list of Programs would suggest.

    The Cyber Crimes Center (C3) Child Exploitation Section (CES) investigates the trans-border dimension of large-scale producers and distributors of images of child abuse, as well as individuals who travel in foreign commerce for the purpose of engaging in sex with minors. The CES employs the latest technology to collect evidence and track the activities of individuals and organized groups who sexually exploit children through the use of websites, chat rooms, newsgroups, and peer-to-peer trading. These investigative activities are organized under Operation Predator, a program managed by the CES. The CES also conducts clandestine operations throughout the world to identify and apprehend violators.


    C3 brings the full range of ICE computer and forensic assets together in a single location to combat such Internet-related crimes as:

    * Possession, manufacture and distribution of images of child abuse.
    * International money laundering and illegal cyber-banking.
    * Illegal arms trafficking and illegal export of strategic/controlled commodities.
    * Drug trafficking (including prohibited pharmaceuticals).
    * General Smuggling (including the trafficking in stolen art and antiquities; violations of the Endangered Species Act etc.)
    * Intellectual property rights violations (including music and software).
    * Immigration violations; identity and benefit fraud

    The phrase "images of child abuse" is telling. This is how the professional in law enforcement defines child pornography.

    Operation Mango -- An extensive investigation that closed down an American-owned beachside resort in Acapulco, Mexico, which offered children to sexual predators. The resort was a haven for pedophiles that traveled to the facility for the sole purpose of engaging in sex with minors. The proprietor of the business was convicted. As a result of this investigation and others, the government of Mexico recently created a Federal task force to address crimes against children in its country. Cyber Crimes Center

    The VGTF is an international alliance of law enforcement agencies from the U.S., UK, Australia and Canada, working together to make the Internet a safer place; to identify, locate and help children at risk; and to hold those who commit on-line child abuse appropriately accountable. On-line child abuse includes activities such as searching for, sharing and downloading images of children being physically and sexually abused and engaging children in chat rooms with the intention of committing sexual abuse both on and off-line. The VGTF delivers innovative crime prevention and crime reduction initiatives to prevent and deter individuals from committing on-line child abuse.


    ICE also partners with several Non-Governmental Organizations, including the National center for Missing & Exploited Children, Netsmartz, World Vision and Rape, Abuse and Incest National Network, to fight crimes against children. Operation Predator

  94. Article is devoid of any info by this+great+guy · · Score: 1

    ighashgpu bruteforces Windows NTLM password hashes at a rate of 2.4 billion password/sec on a single GPU (HD 5870). What does this mean with respect to TFA and its measly "4 million/sec"?

    Many of the discussions here completely miss the point that bruteforcing rates depend entirely on what is being bruteforced. For example if you look at JtR password hash bruteforcing benchmarks you can see rates with a Core i7 920 anywhere between a measly 758 password/sec (bcrypt) up to 14.6 million password/sec (LanMan). This spans 5 orders of magnitude! It's the same for encrypted files. For example PGP files encrypted with a symetric key issued from the Simple S2K mechanism can be bruteforced at millions of password/sec with a regular CPU, but this can drop to only a handful of password/sec if Iterated+Salted S2K was used with a decent S2K count...

    Therefore all these discussions about whether "4 million/sec" is good/bad/improbable are completely irrelevant since the article is devoid of any info about what is being bruteforced.

    1. Re:Article is devoid of any info by jonbryce · · Score: 1

      NTLM passwords are very easy to crack. You get a set of rainbow tables, which for the full set, comes on a 500GB hard drive, and you can look up the hash in the table and find the matching password. They are arranged in such a way that you don't have to look through every item in the table to find the one you want.

    2. Re:Article is devoid of any info by Bert64 · · Score: 1

      There's a cluster capable version of john the ripper too, http://www.bindshell.net/tools/johntheripper
      Some people benchmarked it on a top500 system a few years ago (was well within the top 100 if i remember), but i seem to be unable to find the benchmark output right now...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    3. Re:Article is devoid of any info by this+great+guy · · Score: 1

      Actually no. All current public NTLM rainbow tables (freerainbowtables.com, schmoo tables, some chinese ones, etc) have been rendered useless with current generations of GPUs. To give you an example there is a small 50GB NTLM table out there for a keyspace than can be covered in less than 30sec by an HD 5870. Moreover NTLM passwords or hashes (plural) are not easy to crack with rainbow tables. The complexity to crack N passwords with rainbow tables is O(N) whereas a traditional bruteforcer will crack them in O(1). The reason is because a bruteforcer uses bloom filters or hashtables to match candidate hashes again any number of NTLM hashes in parallel without slowing down too much as the # of hashes increases. Therefore there is a tradeoff where if you have to crack more than a certain number of NTLM hashes, rainbow tables will be less efficient than a bruteforcer.

      What could be useful is rainbow tables built by GPUs with parameters targeted for GPUs (in particular chain lengths of 1e5 or 1e6 or more). An acquaintance of mine is precisely working on such a project...

  95. Watch out! They have a methodology by Anonymous Coward · · Score: 0

    I reckon that by replacing the word 'method' with the word 'methodology' they made themselves 45% smarter and that boosted their ability to decrypt stuff.

    Sheesh! Nothing like using a longer word to replace a shorter one to convince yourself that you're smarter but make everyone else realise that you are dimmer.

  96. Re:Obama fails again... by furball · · Score: 1

    The majority of casualties were civilian.

    How many dead officers is required to warrant a military trial?

  97. I'll fucking TELL you what the problem is by fnj · · Score: 1

    Really what is the problem with this. These computers are being searched AFTER a judge issues a search warrant.

    Yeah. Because if the fucking retards who run the legislature pass some outrageous bill against thought crime or victimless crime which gets signed into law by a President or Governor who is devious and pandering enough to be elected by a majority of the drooling morons who make up the voting citizenry, and then some prosecutor who has something against my politics and has the goods on some judge and gets a baseless warrant at three o'clock in the morning; then I must be guilty as Hell, right?

    1. Re:I'll fucking TELL you what the problem is by LWATCDR · · Score: 1

      First of all I don't think child molestation or kiddie porn is a victim less crime. I would be the majority of people also feel the same way.
      I am sorry that you have such a low opinion of the rest of the population but frankly your statements do not put you in my high esteem.
      Frankly they are pretty stupid.
      "then some prosecutor who has something against my politics and has the goods on some judge and gets a baseless warrant at three o'clock in the morning; then I must be guilty as Hell, right?"

      Wow you must think pretty highly of yourself to think that some mythical prosecutor would make the effort to frame you.
      I suggest you find a cabin somewhere in the woods to hide from the black helicopters asap.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  98. Re:What... indeed! by Anonymous Coward · · Score: 0

    This news is obviously fake... how it got on Slashdot is even more interesting!

  99. Re:Obama fails again... by Anonymous Coward · · Score: 0

    since evidence obtained through torture is ineligible in civilian courts

    I'd hazard a guess that obtaining evidence through torture is illegal in a military court also.
    And if not, I'd like to ask The Man why it isn't illegal.

  100. Re:Obama fails again... by Anonymous Coward · · Score: 0

    Well I would think it would have to take place in one of three states where the most significant crimes occurred: DC because of the pentagon attack (184 dead), Pennsylvania because of the Flight 93 crash location (44 dead), or New York (thousands dead). The Beltway would be even more of a zoo than NY, and the flight 93 passengers were trying to re-take the plane when it crashed (and more power to them for it). While the flights took off from NJ, VI, and MA, the hijackings started outside those states - the states where hijackings probably occurred, like Ohio, aren't significantly more liberal or less biased than NY. New York state is the right state to hold the trial given that it holds the most affected, and I can't see upstate NY being that much more forgiving than NY City, although it might be easier to find "untainted" jury candidates there. Anyways, it's not like this is a patent trial where you can shop for the most favourable state.

  101. Re:Nvidia 8800GT PS3 by TheThiefMaster · · Score: 1

    The Cell (at least the usable portion) is less than twice as powerful as the xbox 360's tri-core cpu. The gpu is weaker than the 360's, and it is slightly more powerful than the cell, but even harder to program for. Overall, both consoles have a similar theoretical performance.

    The cpu+gpu put together in either one are still outclassed by just your 8800GT, let alone a modern gpu (the GTX 285 is single-chip and readily available, and 3-4x as powerful as your 8800). This is all working in single-precision, and I can't find any single-precision performance numbers for a modern cpu, but I'd bet that they easily outclass PS3s too.

    Though the article makes it sound like they chose PS3s for their performance/cost ratio, so the fact that it doesn't have top-end outright performance is perhaps irrelevant to them. I still think they should have got a cell-chip-based blade server, using the double-precision version of the cell chip (which is not the one that's in the PS3), and probably would have access to two more SPUs (the PS3 reserves one for OS and has one disabled for yeild) per cell chip. Knowing reporting these days, that's probably what they did get.

  102. That's 4 words+ by PMBjornerud · · Score: 1

    Two words: Rainbow tables.

    One word: Salt

    --
    I lost my sig.
    1. Re:That's 4 words+ by Bert64 · · Score: 1

      Windows password encryption still doesn't use salts, most of the people being attacked will be using windows and a lot of those schemes will hang off the system password.. Even if the encryption on the data is very strong, if it relies on windows standard hashing to store the passwords then you just attack that - the weakest link.

      A disturbingly large number of encryption programs rely on the weak password encryption employed by windows, especially in corporate networks.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  103. To quote Spock... by petrus4 · · Score: 1

    "Fascinating."

    I honestly had no idea that government was capable of thinking this far outside the box. This is cause for either great optimism, or equal fear, depending on your perspective.

  104. Re:Obama fails again... by Anonymous Coward · · Score: 0

    - Whatever your stance on waterboarding, they didn't do it to KSM to get him to confess. They did it to acquire intel to prevent further attacks and/or take the battle to Al Qaeda.

    Sure, that's the claim by those who ordered the torture and those who support them. However no evidence has been publicly presented that any of that is accurate, or that the intel wasn't already available beforehand or from other sources. If that's ever done, and I would want solid examples, then I'll re-assess my position.

    If I knew somebody is a murder-prone bastard who would likely kill someone, then I came up with some convoluted scheme to indirectly have him killed, run the scheme by a lawyer and pay him to provide me with a legal opinion that I'm not guilty of premeditated murder, and then go through with it, I still would be guilty of murder no matter what the lawyer said. Just because Cheney got someone to provide him with a fig leaf opinion doesn't mean that he's not guilty of ordering torture against applicable US and international law. So maybe you're willing to take the word of [a] criminal[s] on the matter, but I'm not. Heck, even in Texas you would need to back up a "he had it coming" type defense.

  105. Re:Obama fails again... by aussie_a · · Score: 1

    And if not, I'd like to ask The Man why it isn't illegal.

    I would hazard a guess it isn't illegal because torture is of course illegal so therefore you couldn't possibly produce evidence through torture. If America acknowledges these people have been tortured, surely criminal proceedings would have to take place against SOMEBODY.

  106. 1535 billion years.... by Tord · · Score: 1

    Hm, 60 PS3s chrunching away at 4 million passwords per second each. Giving a total of 240 million passwords tested each second.

    My TrueCrypt volume has a 19 character alphanumerical password, not truly random but nothing you can use a dictionary against. Only lowercase + numbers but still more than 30 characters to choose from.

    Given that they knew all this and tried to brute force my password using their PS3s it would still take them more than 1535 billion years...

    I think they need to up their game or go a totally different route if they ever want to be able to look inside my harddrive and prosecute me for any of its content before I'm burried in a chest...

  107. Re:Obama fails again... by Anonymous Coward · · Score: 0

    How many dead officers is required to warrant a military trial?

    One private will do, if it's on foreign soil. DC may not be a state, but it's still US soil and there were civilians on that plane. In that context, US civil law and the constitution must take precedence. Besides, with the military tribunals being separate from traditional US criminal courts (although still subject to the constitution), perhaps double jeopardy might not apply and it might be possible to have the military tribunals anyways if they lose the current criminal case. Wouldn't be great for the US' reputation in some countries, but it doesn't have much farther down to go after Bush 43.

  108. Re:Obama fails again... by Calinous · · Score: 1

    One military offender. Military courts do not judge civilians, and civilians are not affected by military laws.
          On the other side, military justice can judge and condemn a man that have already been condemned by a civilian court (which no civilian court can)

  109. Re:Obama fails again... by ppanon · · Score: 1

    Good point. I seem to remember that some of the earlier Bush-proposed legal frameworks for military tribunals (which were struck down by the Supreme Court as unconstitutional) allowed evidence obtained after torture, but the current framework doesn't. Apparently, Australia is finding that overly restrictive, but in a way that's probably got some ex-Bush administration officials worried over their actions.

    --
    Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde. - Voltaire
  110. Re:Obama fails again... by furball · · Score: 1

    One military offender. Military courts do not judge civilians, and civilians are not affected by military laws.

    Is what you said true? http://en.wikipedia.org/wiki/Ex_parte_Quirin

    The defendant's targets were economic targets, not military. The target was on domestic soil. The Supreme Court decision was that military tribunal was the appropriate mechanism to try them. In summary, not a military target, on domestic soil, defendants were also not military according to the details of the case.

  111. Maths is fun! by PGillingwater · · Score: 1

    Just a small note to all those clever people who are calculating the time taken to perform an exhaustive keyspace search on the potential passwords.

    We should distinguish between the MAXIMUM time taken to exhaust the symbol space, versus the AVERAGE time.

    Assuming uniform distribution of passwords through the space, and a sufficiently large sample of challenges, we would naturally expect the time taken to find the correct password to converge on n/2 -- i.e., half of the maximum time.

    Thus, if a symbol space can be exhaustively searched in one year, on average, finding passwords with a similar difficulty level will take an average of 6 months, with a typical normal distribution.

    --
    Paul Gillingwater
    MBA, CISSP, CISM
  112. Re:Nvidia 8800GT PS3 by Zoidbot · · Score: 0

    You talk nonsense. The PPE is about the same as the 360 tri-core, and the 7 usable SPEs are each capable of some stupidly high single precision maths numbers. A quick looking on folding@home shows a single PS3 outputiing 10x what a GPU based algorythm is kicking out.

    You tripe sounds like the usual copy and paste nonsense that all Xbox owners seem to be programmed with.

  113. Re:Obama fails again... by 4181 · · Score: 1

    How many dead officers is required to warrant a military trial?

    One private will do, if it's on foreign soil. DC may not be a state, but it's still US soil ...

    The Pentagon is not in D.C.; it is in Arlington, Virginia. (Not that this bears on your particular argument.)

  114. Re:Obama fails again... by 4181 · · Score: 1

    The Pentagon is not in D.C.; it is in Arlington, Virginia. (Not that this bears on your particular argument.)

    Although it does use D.C. zip codes.

  115. Re:Nvidia 8800GT PS3 by jcupitt65 · · Score: 1

    I can't find any single-precision performance numbers for a modern cpu, but I'd bet that they easily outclass PS3s too.

    It depends on the benchmark. The IBM whitepapers on the Cell have a matrix multiplication program which (after quite a bit of tuning) went just over 200 gflops. A Core2Duo has a theoretical peak of about 15 gflops.

    Of course the C2D will be much faster than the Cell with most general programs, but with math that parallelises well and that you spend some time hand-tuning, the Cell can be very quick.

  116. Re:Nvidia 8800GT PS3 by TheThiefMaster · · Score: 1

    I did find that the Intel Core i7 has a theoretical of 70 double-precision gflops. The single-precision number should be much higher, as the Pentium 4 apparently managed 70 single-precision gflops.

    Still, compared to the top-end gfx chips' over 1 TFlop of power, the cell is weedy.

  117. Have they heard of the ASUS ESC 1000 ? by DNX+Blandy · · Score: 1

    Link: http://www.tomshardware.com/news/Asus-Nvidia-Supercomputer-Cores-960,8943.html I know it costs more but when you consider you'll get 1.1 teraflops of power, it'll munch away at a mental speed. All this in a standard PC tower!!!

  118. Re:Obama fails again... by Anonymous Coward · · Score: 0

    Its a reasonably effective PR stunt as well. While the legitimacy of US actions over the last 7-8 years is not always at question within the US - it has seen your image as the pillar of democracy and justice suffer considerably on a global scale.

    While there will be nay-sayers arguing that the trial is just as illegitimate for whatever reasons, it will do a lot to sway the average member of the international public that you guys are on the right track again. At least, it won't be as bad as it is right now, where even the most ignorant Joe Public 'knows there's something funny' going on across the pond.

    Personally I would say Obama's comments were inappropriate and don't lend themselves to the idea of a fair trial, but then not many folk are interested in seeing the actual evidence against the guy, they just want their show-trial and the BBC/NBC reporter to tell them it was all done fairly.

  119. Re:Obama fails again... by Calinous · · Score: 1

    Aye, my opinion is from Romania, bastion of democracy...

  120. Re: Roman Empire by viraltus · · Score: 1

    Not sure why you insist so much about the presumption of innocence being established by the US as "...we know it today". It seems it goes really far far back in time at least to the Roman Empire. http://faculty.cua.edu/pennington/Law508/InnocentGuilty.htm

    --
    Dear /. CENSORS that set people's Karma to Neutral when you disagree with them: FUCK YOU!!
  121. Re:Nvidia 8800GT PS3 by ymgve · · Score: 1

    Why would you want the double-precision version? Crypto is all about integer math.

  122. Re:Nvidia 8800GT PS3 by TheThiefMaster · · Score: 1

    The "double-precision version" I was talking about wasn't for its double-precision capabilities, more for the fact that it's a newer and more powerful version of the cell chip in general. My apologies for not being clearer.

  123. break in to PLANT false evidence possible? by Anonymous Coward · · Score: 0

    it's not just finding out what's on a pc that's a worry. they could plant child porn just as easily. indict the target. BLAMMO! you are now a child molester and THEY have PROOF.

  124. As Idiomatick puts it... by TrisexualPuppy · · Score: 0, Informative

    So here are some stats calculated at worst-case for 60 PS3s doing brute force cracking:

    8-character passwords w/ letters and numbers only: 3.3 hours.
    Upper and lower case: 10.5days. With 9 characters, it's 7.15 years
    An 84-character set brings us up to 119.5 days.
    Note: I just used x^8 which isn't totally accurate, the numbers in reality are a bit larger but it doesn't matter much.

    This makes me wonder in case this is true. We are running up to a physical limitation in the human brain. People already have trouble memorizing the dozens of 8character passwords. 9 characters will hold moores law off for a few more years (not the precise meaning of moores law but you know what i mean). The problem is also that people are getting more accounts for things. Most people even today use the same passwords for a variety of things. I'd say almost all people.

    So I ask the /. crowd are there any good alternatives to passwords that are feasible? Something secure. Something that can be implemented on websites. What do you think we should be working towards? Is there already something in place that you can give an example of?

    1. Re:As Idiomatick puts it... by skarphace · · Score: 3, Informative

      So I ask the /. crowd are there any good alternatives to passwords that are feasible? Something secure. Something that can be implemented on websites. What do you think we should be working towards? Is there already something in place that you can give an example of?

      The best possible password is a phrase. Something simple like 'whereartthouromeo' is long, difficult to crack, and yet, still easy to remember. Now add some numbers, case change, and sepcial characters... 'WHEr3@r7thourom#)' is virtually impossible to crack. The password is not inherently flawed. It's still valid, useful, and machines are still too underpowered to crack that stuff.

      --
      Bullish Machine Tzar
    2. Re:As Idiomatick puts it... by AmiMoJo · · Score: 1

      My bank has a good one where as well as a password you have to select the correct image. You get to choose which image you want. They also show you a different image that they pick so that you can be sure you are on the real bank web site (not a phishing site that wouldn't know which image to show).

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  125. Mod parent up! by Anonymous Coward · · Score: 0

    Hear ye, hear ye!

  126. Re:Nvidia 8800GT PS3 by TheThiefMaster · · Score: 1

    The PPE is almost exactly the same as a single core of the 360's chip. The SPUs are each about the same as well, but their power is limited by insanely small local memory and huge latencies to the main memory (to the point where they can't read it directly, they have to issue DMA transfers).

    This gives the PS3's cell theoretically 2.3x the performance of the 360's cpu (1 PPE + 6 SPUs in the PS3 vs essentially 3 PPEs in the 360), but in practice less than 2x. When running games the OS reserves one SPE, and one is disabled to improve manufacturing yield, which is why I say 6 SPUs. I don't know if the 7th is available to use when the PS3 is running Linux, but I doubt it.

    Folding's own PS3 FAQ says that "The GPU client is still the fastest", blowing your claim of "a single PS3 outputiing 10x what a GPU based algorythm is kicking out". In fact, the stats page shows GPUs contributing more TFLOPS worth of work units than PS3s, with fewer active clients, suggesting that GPUs are on average 3-4x as powerful as PS3s.

    Lastly, I have been a PS3 and 360 developer for a few years now, so I think I might have some clue about their relative performance.

  127. Re:Nvidia 8800GT PS3 by TheThiefMaster · · Score: 1

    And before someone mentions it, I was talking in FLOPS because it's easier to find those numbers than integer ops numbers.

  128. Collisions aren't slowed by key length/entropy by GameboyRMH · · Score: 1

    If your passphrase is reduced to an SHA1 or MD5 hash (apparently Linux distros use salted md5 for user passwords by default), it doesn't need to be brute-forced. You can generate a collision, the speed of which is affected only by the length of the hash and the available computing power (that is, sha1(password) takes just as long as sha1(I.u5e5^ub3r-l337+p@$VV0rds,y0!*I_R=a#5m4rt3y/m4n!) to break)

    http://en.wikipedia.org/wiki/MD5#Vulnerability

    http://www.schneier.com/blog/archives/2005/02/sha1_broken.html

    http://en.wikipedia.org/wiki/Collision_attack

    Of course this probably has very few practical uses - It can't be used to break into a TrueCrypt volume, and if someone has hashes (weak or otherwise) of your passwords they've either gained physical access to your PC with an unencrypted disk (and once your physical security is broken, you also become vulnerable to the xkcd wrench attack), or you're a total idiot (or both).

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  129. Plausible deniability? by Anonymous Coward · · Score: 0

    Not one mention yet of plausible deniability. Tell that Customs high-school dropout the "secondary" password, and instead of your child porn/material criticizing the government, they wind up with pictures of cats playing pianos.

  130. Re:Obama fails again... by Xphile101361 · · Score: 1

    - All those officers and enlisted in the Pentagon would be surprised to know they are civilians.

    - If one of those officers or enlisted was killed in a bar brawl, during a hit and run or by a dozen other things, what court system would be used?

    - Are they going to release KSM if he is acquitted? If not, this is just a show trial and a sham.

    - I doubt that it would be possible for him to be aquited, and I'm sure that new charges would be created if he was to keep him in prison. All perfectly legal.

    - Whatever your stance on waterboarding, they didn't do it to KSM to get him to confess. They did it to acquire intel to prevent further attacks and/or take the battle to Al Qaeda.

    - Then they shouldn't be worried about that evidence not being admitted to court

    - During an interview with NBC tonight, the interviewer asked Obama if people would find it offensive that KSM would receive all the rights of an American citizen in a trial. Obama replied "I don't think it will be offensive at all when he's convicted and when the death penalty is applied to him." Pre-judging much? Tainting the jury?

    Honestly, I hope that the death penalty is ignored in this case. First, it is probably what the guy wants. Second, it will be used as propaganda by someone, most likely causing more people to die. I just generally like the idea of finding him a small dark hole, about 6 feet by 6 feet that has no windows and a single light. Locking him in there for the rest of his life and letting the world forget about him.

  131. Immaterial. by Hasai · · Score: 1

    What counts is how fast the target of such a brute-force attack accepts the passwords. If it only accepts one password every five seconds, guess what?

    Idiot article.

    --

    Regards;

    Hasai

  132. MODS! Who modded this down? by Anonymous Coward · · Score: 0

    This is an *informative* post

  133. compare apples to apples by Anonymous Coward · · Score: 0

    You get 2 English-keyboard characters for every 2-byte Chinese character.

    So, 84*84=7056, which is a bit more than 4000.

  134. Late Breaking News by Stregano · · Score: 0

    In other news, 25 US Governemtn employees working on breakinf ecrypted passwords lose their jobs for playing Modern Warfare 2 on the clock.

    --
    The world is how you make it
  135. Maximum of 8 characters by Anonymous Coward · · Score: 0

    Are those 8-bit characters, 16-bit characters, 32-bit characters, or the kind of characters you find in a typical IT dept.

    It does make a difference.

  136. Re:Obama fails again... by Veretax · · Score: 1

    Not to play devils adovocate here, but in the eight years since the destruction of the twin towers, what compells you to believe that KSM actually would get a 'fair' trial, and that they can actually find a 'jury of his peers' that won't already think he is guilty?

  137. Wonder what they are doing.... by DrRiAdGeOrN · · Score: 1

    Wonder what the PS3's are being used for in between crack attempts.....

  138. Re:Obama fails again... by dissy · · Score: 1

    - Whatever your stance on waterboarding, they didn't do it to KSM to get him to confess. They did it to acquire intel to prevent further attacks and/or take the battle to Al Qaeda.

    That might be what they claim, but it is a lie and not what they did.

    There are only two things torture can even possibly get you.
      A) revenge against someone
      B) force someone to echo what you want them to say.

    Revenge is revenge. I'm sure that was a large part of why we torture now.
    As for B, might as well just write out a confession and sign it for them. It means just as much and is a lot quicker to get. Doesn't get you as much revenge however with that option.

    So, while I can use torture to force you to echo back something, like 'say you murdered that person!', no matter what you say (or don't say) that can not possibly indicate anything about you (other than you want the torture to stop), all it really proves is the torturer instructed the victim to say something, and the victim did.

    So you are correct that they did not torture him to get him to confess, since that is not possible.
    But you are incorrect that they did it for intel, since that is also not possible.
    You are also incorrect that they did it to prevent anything, like your example of future attacks, since that too is impossible.

    I'm sure they have at some point CLAIMED it was for that, but there have been hundreds of different claims why they do it, but any that are not one of the two above are still lies.

  139. Re:Obama fails again... by Anonymous Coward · · Score: 0

    The majority of casualties were civilian. This was not an act of traditional war. This is far, far different than the cut and dry battlefield that the Geneva Conventions were based on.

    You are correct, this was not a traditional act of war. This was an act of war directed purely at terrorizing and harming civilians. In the minds of most Americans that is despicable. (Though I would encourage people to read up on American fire-bombing of Japan in WWII, not very different from what these people did).

    The Geneva Convention existed specifically to prevent this kind of terror from happening. It existed to ensure that battlefields were cut and dry, that civilians were not unnecessarily put in harms way, and to ensure a system of judgment for entities that violated these rules. By failing to hold these people accountable under the terms of these conventions, we condone such acts of violence against civilians. Of course maybe that happens to be something we want to do (again, look into our firebombing of Japan).

    I agree that there will be no real trial here. This is a show that is necessary for the American people to feel like they are getting justice. Again, I'm not saying this is a bad thing. Just lets not confuse this for an actual judicial process. Like you kind of said, no jury of 12 New Yorkers will fail to find this guy guilty.

  140. Close... by DarthVain · · Score: 2, Funny

    My current one is something like "StupidITPassWordPolicy#23"

    I can't wait til I somehow get locked out or something and have to call IT help desk to look it up...

    Notice length, upper and lower, special chara, numbers..... and know that that number is required to change frequently...

    The one concession they made was it used to also compare the only and the new and if ANY part of it was identical it wouldn't accept it (like Password3 and Password4, etc...)

    I am sure that not brings down the percentage of people that write their password each week on a sticky note and stick it to their monitor from 95% to 80%... Well done IT genius, well done. Truly we are all more secure for your wonderfully well through out ideas.

        -Bitter.

  141. Oops, read that as 100M/s by Khopesh · · Score: 1

    I mis-read my notes; that 100k/s figure for your standard desktop is actually 100M/s and comes from the password cracking competition at distributed.net. According to their current live stats, the fastest single-CPU system (an Intel Core i7 2666Mhz) is cracking ogrng at 204M/s and the average is 5.5M (with a wild standard deviation of 8.6M) and from current live multi-CPU stats, a 4-CPU Intel Core 2 quad-core (16 cores) at 3110MHz is cracking rc572 at 450.8M/s and the average is 36M (stdev=51M). That puts 100M/s at more than a standard deviation above average for even a multi-CPU system and more than ten standard deviations above the average single-CPU system.

    The PS3s at 200k apiece look pretty measly now, falling well under the average desktop on Dnet (5.5M). Since even an AMD K6 can crunch away at 300k/s on rc572, it's probably reasonable to say that they're cracking something tougher than anything at Dnet. Generously pinning the PS3 to the Intel Core 2 Quad 3GHz (40M/s) means dividing my Dnet numbers by 200 or multiplying the government's numbers by 200.

    At 40M/s times the 60 PS3s, we'd come to 2.4G/s, which can break an 8-character alphanumeric password in a day and an 8-character random printable (includes punctuation et al, 6.5 bits of complexity) in 22.7 days. Bring that to ten characters or six characters plus two words and you're suddenly talking about 500 years. Assuming they actively upgrade with no loss to data (to fit Moore's Law) and you're looking at 9 years ( log2(500) ).

    I figure military-grade is probably 10-100G/s (with continuous upgrades according to Moore's Law), which would still take 3-7 years to find a 10-char password but blows through the 8-char password in 4-7 hours.

    --
    Use my userscript to add story images to Slashdot. There's no going back.
  142. Re:Obama fails again... by DM9290 · · Score: 1

    - During an interview with NBC tonight, the interviewer asked Obama if people would find it offensive that KSM would receive all the rights of an American citizen in a trial. Obama replied "I don't think it will be offensive at all when he's convicted and when the death penalty is applied to him." Pre-judging much? Tainting the jury?

    If the Executive branch didn't already believe someone deserved to be convicted and put to death, they would not be prosecuting in the first place.

    This taints the jury just as much as if the defendant came out in public and said "I didn't do it!".

    which is : not at all.

    what would taint the jury is if Obama went beyond merely saying someone was guilty, and starting making arguments presenting evidence in public or presenting witnesses.

    For the prosecution to claim confidence in a guilty verdict is expected. I should hope no prosecutor ever proceeds with a trial if they are not personally convinced that the accused is in fact guilty, and they have the evidence to prove it beyond a reasonable doubt.

    --
    No one has a right to their *own* opinion. They have a right to the TRUTH.
  143. Re:Obama fails again... by DM9290 · · Score: 2, Insightful

    Khalid Sheikh Mohammed is the *enemy*. He cannot be rehabilitated. He cannot be reconstructed. He and his comrades would seek the overthrow of our system of government and its replacement with Sharia law. He is not a common criminal, and it is disrespectful to treat him like one - and you should always respect your enemy. Send him to his god and be done with it.

    He would love that. treating him like a common criminal is the most humiliating thing you can do to him.
    And seriously... unless the state has evidence to prove such allegations I would not want to live in a place that any government officials have the power to just go around and kill people with no due process.

    This is a land where the rule of law, the constitution, and the fundamental principles of justice are supreme. if you hate your justice system so much that you would try to thwart it and impose your own vigilantee justice, then you are just as bad as any common criminal attempting to replace justice with Sharia law.

    Justice demands a fair trial. And if the US can't give it, they should turn these people over to the Hague.

    --
    No one has a right to their *own* opinion. They have a right to the TRUTH.
  144. Re:Obama fails again... by b0bby · · Score: 2, Insightful

    Khalid Sheikh Mohammed is the *enemy*. He cannot be rehabilitated. He cannot be reconstructed. He and his comrades would seek the overthrow of our system of government and its replacement with Sharia law.

    My view is, he's just like Timothy McVeigh, or an abortion clinic shooter. There's no way they can actually overthrow our system of government. They are non state terrorists, little more than common criminals, and really have very little power. Our system of the rule of law is much stronger and more important than any of them - and if we can't convict him in a court of law, then he should be freed. If he is freed and viewed as a serious threat, he should be kept under surveillance, but the rule of law is more important than any one individual.

  145. Legal Test? by Niet3sche · · Score: 1

    It sounds like these PS3s are being "reverse-engineered" to run "non-stock" software on them, vis-a-vis password cracking.

    I posit a direct and urgent need to determine two things:
    (1) Method of operation;
    (2) Scope and reach of the program.

    This could make for an interesting legal test of DMCA/PATRIOT act laws.

  146. What type of crypto? by Bert64 · · Score: 1

    The article doesn't say what type of encryption they are trying to crack...
    I assume it's only a fairly limited number of well known encryption programs they target with this, and by using something else you could avoid their attacks quite easily, at least until they implement support for it.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  147. Re:Obama fails again... by ZFox · · Score: 1

    But you are incorrect that they did it for intel, since that is also not possible.

    Where's the study or even a valid argument supporting this claim.

    So, while I can use torture to force you to echo back something, like 'say you murdered that person!', no matter what you say (or don't say) that can not possibly indicate anything about you (other than you want the torture to stop), all it really proves is the torturer instructed the victim to say something, and the victim did.

    Maybe, just maybe they would be smart enough (yes I'm still talking about the govt) not to ask questions like that. It's not like they were looking for confessions from the people; they're not police officers; they weren't even planning on bringing them to trial.

    If you stop thinking about using enhanced interrogation techniques (haha, couldn't help myself) solely for a trial, maybe you will see how ludicrous your argument is. Maybe the govt knows an attack on a major US city is imminent, but they do not know the timing. Maybe they capture two or more people that they already know, through other means, were instrumental in the planning. Maybe they are able to get them to break, each giving the same details. Is that not intel?

    Sure that is an extreme case, but it is cases like that where I can honestly say I would support the usage. If anything, allowing these terrorists to come to a US Court sets a precedent where the usage of information gathered by torture becomes acceptable in a criminal investigation.

  148. Re:Obama fails again... by dissy · · Score: 1

    But you are incorrect that they did it for intel, since that is also not possible.

    Where's the study or even a valid argument supporting this claim.

    Ok. Studies and reports on them:

    http://explore.georgetown.edu/news/?ID=20647
    http://www.newswise.com/articles/view/519416/
    http://www.talkleft.com/story/2009/9/21/21847/9403
    http://www.popsci.com/military-aviation-amp-space/article/2009-09/new-study-finds-torture-negatively-affects-memory

    And further valid arguments supporting those claims:

    http://www.msnbc.msn.com/id/30721458/print/1/displaymode/1098/
    http://dissidentvoice.org/2009/04/torture-is-more-than-just-harsh-tactics/
    http://www.oppapers.com/essays/Dbq-Usefulness-Torture/132993

    And at least one example of how this is a slippery slope that leads to nothing good:
      http://www.cbc.ca/news/background/arar/
    If nothing else, please Please read about this person!

    Do further googles (or wiki searches) for Maher Arar
    Then just keep in mind there is NOTHING at all that happened nor will happen that would prevent you or anyone else you know from being in that persons shoes, by a random throw of the dice.

    Sure that is an extreme case, but it is cases like that where I can honestly say I would support the usage. If anything, allowing these terrorists to come to a US Court sets a precedent where the usage of information gathered by torture becomes acceptable in a criminal investigation.

    That is until they* come into your home at night, haul you and your wife/gf/S.O./whatever away to different prisons in another country and torture you for your terrorists connections for 9 months.
    You are doing exactly everything required to qualify as a terrorist suspect under our current methods of determining who is or could be a terrorist, so it is not at all as far fetched as your extreme example is.

    [*] They being all of the sociopaths that work their way into positions of power and dominance due to their personality requiring it, whom you are willingly and gladly giving permission to torture anyone and everyone (since that is our current definition of terrorist suspect)

  149. Re:Obama fails again... by Bobb+Sledd · · Score: 1

    OMG you're missing the point.

    The reason you don't want him tried in a civil court is because he could not possibly be convicted there: He wasn't even properly Mirandized. That's just one technicality, I'm sure a competent attorney could easily find many more.

    The problem is that KSM was found on a battlefield in a foreign country. He is not a US citizen. It doesn't make any sense to bring him back to America to try him in a civil court and give him rights reserved to US citizens, regardless of who the victims were.

    I've also even heard it said from a NY federal judge (sorry, I don't know the name) that they aren't even set up to handle any case like this, both in legal process and in ensuring security/safety.

    What you effectively set up with this precedence is this scenario: A group of terrorists decide to bomb a couple of ships simultaneously, one is a US Naval destroyer, and the other is a civilian cruise ship. All the terrorists are caught by the navy. No one knows which court they will be tried in, so there is a huge mess in processing (maybe some rights are read and some are not to all of them; maybe they are not told they have a right to an attorney). Now half of them are tried in a military tribunal, and half are tried in a civilian court of law. By what logic do you think this fiasco is the right way to conduct business?

    You can't change horses in the middle of the stream like this. If you want to make a policy that all terrorists be brought to a civil court, then make that policy now for future terrorist arrests. Doing it now virtually guarantees they won't be convicted.

    And even Eric Holder can't consistently answer why doing it for some and not others seems like a good idea.

    --
    "They said I probly shouldn't fly with just one eye," "I am Bender. Please insert girder."
  150. Re:Obama fails again... by Bobb+Sledd · · Score: 1

    I believe you are grossly ignorant and uninformed of multiple facts. Due to the amount of effort I'd have to invest in educating you (which I doubt you would be receptive to anyway), it is not even worth such a sophomoric discussion with a stranger.

    Good day,

    --
    "They said I probly shouldn't fly with just one eye," "I am Bender. Please insert girder."
  151. Re:Obama fails again... by alexo · · Score: 1

    If you stop thinking about using enhanced interrogation techniques (haha, couldn't help myself) solely for a trial, maybe you will see how ludicrous your argument is. Maybe the govt knows an attack on a major US city is imminent, but they do not know the timing. Maybe they capture two or more people that they already know, through other means, were instrumental in the planning. Maybe they are able to get them to break, each giving the same details. Is that not intel?

    How can you tell if the tortured person:
    (a) is telling the truth,
    (b) is making something up,
    (c) tells you what (they think that) you want to hear,
    (d) really have no clue, or
    (e) some combination of the above?

    Let's say Alice and Bob plan to blow the Brooklin Bridge on Dec 25th, but decide on a several alternative dates and locations to disclose if they are captured.
    You capture them and beat the crap out of Alice. She mentions time and a place. Same with Bob.
    Do you believe them? Do you continue the torture? Say you do and they confess to a different time and date. Was the first one correct? The second one? Neither?
    The fact is that you have no way to ascertain, and the "detainees" know that. They know that telling the truth will not stop the torture because you can't be really sure. Great intel, right?

    Or consider an alternative situation: you caught the wrong people and you will continue torturing the *innocent* until you are convinced that their *worthless* information is genuine, or until they die, whichever comes first.

  152. Re:Obama fails again... by iamhigh · · Score: 1

    Hmmm.... What in my post made you think I would be unreceptive to education? I welcome your attempt to educate me. In face the other poster brought up a good point about the Geneva conventions being precisely to keep things cut and dry, but didn't do enough to change my mind (and I still don't see how it would be any different from any other act of terrorism that has been brought to federal court). Please, I am nothing if not flexible.

    --
    No comprende? Let me type that a little slower for you...
  153. Why isn't anyone mentioning the kicker? by Phil+Urich · · Score: 1

    However, C3 must use pre-PS3 Slim units, as new restrictions introduced with the latest iteration of the console prevent the agency from installing the open-source operating system.

    I mean, really, on such a tech-y I'm surprised more people aren't annoyed by Sony's thinly-rationalized retroactive lockout of other OSes! (Personally, it's the reason why I've gone from "yeah, I should definitely pick up a PS3" to "hmm, maybe if I run into a used one I'll buy it, I guess.") It's also interesting that even the U.S. government is locked out of such hardware when a company like Sony decides to restrict "homebrew" uses. There's a lot more to be said on that issue . . .

    --
    I remember sigs. Oh, a simpler time!
  154. Re:Obama fails again... by ubrgeek · · Score: 1

    Tainting the jury? Probably not. Because of a general lack of interest in goings-on and the media, I'm guessing a huge number of people would have no idea who KSM is. The first they'll hear about him (or realize they are hearing about him) will be during jury selection.

    --
    Bark less. Wag more.
  155. Re:Obama fails again... by Bobb+Sledd · · Score: 1

    OK. I'll try to keep it brief.

    The majority of casualties were civilian. This was not an act of traditional war. This is far, far different than the cut and dry battlefield that the Geneva Conventions were based on.

    1. It doesn't matter who the target is or who was killed. Contractors are killed all the time in Iraq and Afghanistan driving along with military personnel.

    2. Those who were "arrested" in connection to these terroristic acts are not U.S. civilians, therefore should not be afforded same rights as U.S. citizens.

    3. Those who were "arrested" were actually captured on the battlefield in a foreign enemy land we are at war with under the legal processes natural to a military fighting a war (not civilian police officers).

    4. Oddly, the Geneva Convention doesn't apply to them either because they are not uniformed soldiers.

    5. They were not properly Mirandized by our military, thus it is not possible to have any resemblance to a normal/ordinary civilian criminal trial anyway without overlooking some normal processes civilians are usually given. The legal proceedings are far too different from a military tribunal to a civilian criminal trial; thus too many things you would normally have to do were not done (and shouldn't have to be done) by the military at the time of their capture (including reading of Miranda rights).

    6. Get a liberal judge and a good lawyer, and they will tear this case apart simply on the ways testimony was gathered (compulsion), evidence was gathered, etc. and you'll have almost no choice but to acquit. Not to mention, you'll be inadvertently giving up military secrets along the way that a military tribunal is meant to protect. Bad idea.

    If 12 New Yorkers can't find this guy guilty, then I am pretty damn sure he didn't do it. And he will not be realeased in the US, no matter what.

    Only 1 juror has to harbor doubt. Not a difficult proposition in this instance. And if he is not found guilty, then what? If not released in America, then where exactly? They say they'll ship him back home, but it isn't up to us. Usually the country of origin doesn't even want them anyway.

    And neither was the case for the the unabomber, OKC bombing or any other big trial. This is no different. As for precedent... where do you live that planning (and following thru) to kill thousands isn't already firmly against the law?

    Completely different set of circumstances. First, Unabomber was a U.S. citizen. Second, he was not a militant combatant, nor was he picked up by the military, nor was he found in a foreign country. Thus, his capture, the gathering of evidence, his reading of rights -- all took place under the expectation that he would be tried in a civilian criminal courtroom. These foreign terrorists were not.

    Oh yeah, the prez was the one prejudging, eh?

    You clearly do not understand this enemy at all. I am really very sorry that you don't. I'm not about to make a general statement about all of Islam, but this is radical-extremist-Islam we're talking about. There is no room for peace with them. They will not stop until they have slit your throat and your children's throats and will laugh in your face about it. You might think you are not at war with them, but I promise you they are at war with you. Again, I'm only talking about radical-extremist Muslims, not all Muslims.

    Finally, KSM already admitted to doing these crimes so draw your own conclusion.

    That is all.

    --
    "They said I probly shouldn't fly with just one eye," "I am Bender. Please insert girder."
  156. here's the wikipedia definition of a Monarchy: by falconwolf · · Score: 1

    A 'Monarchy' is a form of government in which supreme power is absolutely or nominally lodged with an individual, who is the head of state, often for life or until abdication, and "is wholly set apart from all other members of the state."

    That can is applied to a number of people. Hitler was a supreme leader as was Il Duce and Stalin. More recently, Iran has a Supreme Leader, Ayatollah Ali Khamenei. There are better words than "Monarch" in all these cases. And in the case of Benito Mussolini, Italy had a king while Benito Mussolini ruled, Victor Emmanuel III of Italy.

    Falcon

  157. Re:Obama fails again... by iamhigh · · Score: 1

    I appreciate that. I am not some dogmatic jerk who refuses to evaluate my beliefs. Frankly 2,3 and 5 have made me reconsider this. And now I see what that guy meant by precedent; although this precedent is much better than going the other way (civilians tried as military).

    Don't be so quick to judge, some people are rational and appreciate meaningful debate.

    --
    No comprende? Let me type that a little slower for you...
  158. Re:Obama fails again... by Bobb+Sledd · · Score: 1

    It is easy for me to be jaded by those who have their own fast and hardened opinions from missing or wrong information.

    I apologize, I was wrong to be so quick to judge you.

    You're a breath of fresh air. Most people don't listen to a word I say... or find me incoherent at best :-)

    --
    "They said I probly shouldn't fly with just one eye," "I am Bender. Please insert girder."
  159. Re:Obama fails again... by Anonymous Coward · · Score: 0

    It's more of a trial than the people in the towers and on the planes got. Fuck the nigger bastard with a broken bottle.