Bueno este no es un foro de seguridad, pero me quede tan
que necesitaba compartirlo jajajaja
Recien estaba dando vueltas por una web y lei algo acerca de gpu cracking, y dije wtf? que es esto, asi que no se me ocurrio mejor idea que probarlo.
Baje 1 programa de crackeo por cpu y otro por gpu... grande fue mi sorpresa al ver que el de cpu (utilizando multithreading y toda la bola) tiraba 7 millones de claves por segundo, en un c2d 945, pongo el bruteador de gpu y de repente:
Processed 80.874.569.728 passwords in 1m 1s.
1.343.074.427 passwords per second in average.
Es una locura, y mas teniendo en cuenta como es la curva de hardware sobre tiempo, dentro de poquito no va a haber pass segura xD
Citar:
Recently, research students at Georgia Tech released a report outlining the dangers that GPUs pose to the current state of password security. There are a number of ways to crack a password, all with their different pros and cons, but when it comes down to it, the limiting factor in all of these methods is processing complexity. The more operations that need to be run, the longer it takes, and the less useful each tool is for cracking passwords. In the past, most recommendations for password security revolved around making sure your password wasn’t something predictable, such as “password” or your birthday. With today’s (and tomorrows) GPUs, this may no longer be enough.
Although the article never mentions them by name, the newest tools in password cracking are based around two tools, nVidia’s CUDA and AMD’s Stream SDKs. These tools allow programs to be written in C that can be broken up and utilize the parallel nature of the hardware that is usually optimized for graphics. GPUs are much better at large-scale mathematical operations than CPUs because of this parallel layout. Chances are, if you have a somewhat recent graphics card, it is probably compatible with either CUDA or Stream, and if you already know C, you have all the tools necessary to get started.
The lesson to learn here, the longer or more complex a password is, generally the safer it is. Because of this, a number of tools, both software and hardware, may
Código:
http://hackaday.com/2010/09/27/gpu-processing-and-password-cracking/
Saludos