Slashdot Mirror


User: wintertargeter

wintertargeter's activity in the archive.

Stories
0
Comments
8
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8

  1. Re:Pathetic on War Texting Lets Hackers Unlock Car Doors Via SMS · · Score: 1

    They don't even use a salt? or a KDF? seriously people....

  2. Re:Umm... on Brute-Force Password Cracking With GPUs · · Score: 1

    Wow you really know nothing about encryption. Sigh.. Everyone is an expert. Zdnet looked at ighashgpu that's unsalted password decryption when you already have a precomputed hash table. TH looked at salted password decryption where you have to perform a SHA-1 transformation invocation thousands of times per every password attempt.

  3. Re:We liked it on Review: Green Lantern · · Score: 1

    Yes, because in this case the end result was just as bad!

  4. Re:I don't think so on Court Case To Test GNU GPL · · Score: 1

    Amen

  5. Re:Why none of this matters! on Brute-Force Password Cracking With GPUs · · Score: 1

    Right... except that anyone who has a desktop gaming system can do what TH did. It's not like they had a supercomputer.

  6. Re:Relevance?! Which client/server can handle that on Brute-Force Password Cracking With GPUs · · Score: 1

    They did this on a desktop gaming system. It wasn't a supercomputer.

  7. Re:So.... on Brute-Force Password Cracking With GPUs · · Score: 1

    rainbow tables only work on unsalted passwords. These were used by microsoft for 'lan' style passwords. IIRC, vista and win7 don't use these. And if you use a 14 character password or longer, even windows xp disables the lan encryption. Your rainbow tables are effectively useless against aes-128, aes-256, and even des. They simply precompute password hashes, and generating the tables takes quite a long time. Using rainbow tables has nothing to do with gpu acceleration.

  8. Re:Umm... on Brute-Force Password Cracking With GPUs · · Score: 2

    No. Zdnet used ighashgpu. That's a hash cracker. WinZip and WinRAR encyption is different because it's based on precomputed password hashes. It looks like TH used AccentZip and AccentWinRAR to decrypt passwords.All three programs are created by Ivan Golubev. His blog is full of posts on cryptography performance.