Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Umm... (Score 1) 128

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.

Comment Re:So.... (Score 1) 128

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.

Comment Re:Umm... (Score 2) 128

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.
AMD

Submission + - Brute-Force Password Cracking with GPUs (tomshardware.com) 3

An anonymous reader writes: We all know that brute-force attacks with a CPU are slow, but GPUs are another store. Tom's Hardware has an interesting article up on WinZip and WinRAR encryption strength, where they attempt to crack passwords with Nvidia and AMD graphic cards. Some of their results are really fast, like in the billions of passwords per second, and that's only with two GTX 570s!
Printer

Submission + - Tom's Hardware Benchmarks Inkjet Printer Paper! (tomshardware.com)

An anonymous reader writes: We all know that the specs of your inkjet printer, driver settings, and ink cartridges can make a big difference in the quality of your prints. But the cheapest and simplest aspect of printing can also have a big impact on the final quality: the paper. This short article is an interesting read, the author actually found ways to 'benchmark' inkjet printer paper!

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...