Hello guest! Log in
CheckCost Logo

Compare latest consoles like Playstation 2, Xbox 360 Or PC Games & more.

Playstation 3: Great For Cracking Passwords

Playstation 3: Great For Cracking Passwords

kiwicon2k7.jpg
Sweden — 

In case you're already bored with Linux, cancer research and gravitational physics, here's a fourth reason to own a PS3: According to a recent talk held at the Kiwicon 2k7 security conference in Wellington, New Zealand, Sony's box does a terrific job in brute force password cracking as far as Microsoft Office, PDF, ZIP or Lotus Notes ID are concerned.

Eight-character 'strong' passwords can be broken in a couple of days whereas before it would take weeks.
--Nick "Tmasky" Breese via theage.com.au

But it gets better: With optimized code, Nick Breese, who is a gamer himself, manages to achieve impressive results on the PS3, when compared to an Intel Core 2 Duo:
[...] When implementing an md5 algorithm on a Core 2 Duo scalar processor, he was able to run through around eight million iterations of the checksum in a second.

By optimising some code on the Playstation 3, which uses vector-based processing, his new figure was closer to 1.4 billion iterations a second.
--techtarget.com.au

While getting this kind of result is certainly no surprise when running optimized code, it's still quite an impressive scale. itradio.com.au has some excerpts from the talk in their podcast.

Starkiller
1434 EXP -
November 29, 2007 - 13:33 #

I guess the assumption here is that only certain letters are used for passwords, right? At least in my calculator the math doesn't add up with a full ascii-set.
255^8=17.878.103.347.812.890.625 (number of combinations for every possible char in a 8-character-password)
if you divide that through said 1.4 billion combinations per second and divide again through 86.400 (seconds in a day), I end up with a result of ~152,025.

And 152 Days is far from "a couple of days".
If I do the same math with only a-z; A-Z and 0-9 (62^8), then I end up with ~1.8 Days.

I guess the moral of the story is, it's always a good idea to use umlauts, French or Spanish letters (or similar) in your passwords.
Or maybe my math is flawed, happens to me all the time, in that case let me know.

cStan (not verified)
0 EXP -
November 29, 2007 - 18:06 #

Adding spelling errors to you password is commonly a good idea as well.

Flo_the_G
323 EXP -
November 30, 2007 - 17:16 #

I believe your calculation with the 152 days is correct. If you look at the source article, you'll see that the "couple of days" refers to "passwords protecting Office, PDF, ZIP and Lotus Notes ID files", and that you would need "a thousand PlayStations" to crack "an eight-character Linux password in a few days."
So the news is perhaps slightly misleading. ;)

bolle
1663 EXP -
November 30, 2007 - 18:36 #

more interesting I guess is, how many Playstations would you need to crack a wooden door?

Jan
1553 EXP -
November 30, 2007 - 19:43 #

5

cStan (not verified)
0 EXP -
November 30, 2007 - 19:44 #

5

Anonymous (not verified)
0 EXP -
November 30, 2007 - 20:15 #

Yeah, 5

Flo_the_G
323 EXP -
December 1, 2007 - 01:18 #

Is that some kind of security-thingy, or are we talking literal doors here? ;)

bolle
1663 EXP -
December 2, 2007 - 04:24 #

hmm, dunno. why 5?

Kunzevatter
154 EXP -
December 2, 2007 - 23:53 #

I don't get it, too. I'm interested in why "exactly" 5 ?
And with "wooden door" we get a similar specification problem as in the original exercise: what type of wood, how thick is the door, etc.

But just answering 5 made me laugh - so don't take this one too seriously.

E. Gregore
192 EXP -
November 30, 2007 - 20:35 #

I've added that it mainly concerns Office, PDF, ZIP and Lotus Notes ID passwords. Thanks for the input and sorry about the confusion!

bolle
1663 EXP -
November 29, 2007 - 19:56 #

according to wiki, ASCII only has 128 signs
and you use only 95

you wouldn't use all the funny signs for a PW anyway. If I am in france, I would like to enter my password without asking the guy where the "~" is :)

Starkiller
1434 EXP -
November 29, 2007 - 20:48 #

I give you that, but we weren't discussing convenient passwords, I was talking about potential passwords. And the whole point of the exercise was to point out that they didn't specify which character-range was used, which gave the impression (maybe not by mistake) that they were talking about any given 8-character-password, which is simple not true.