Posts: 1
Threads: 1
Joined: Jul 2012
hi, I'm new here,
what's needed to get hashcat to work with a FPGA board?
I use this
http://www.ztex.de/usb-fpga-1/usb-fpga-1.15y.e.html board for
bitcoin-mining, but would like to experiment with other applikations.
best regards
Posts: 649
Threads: 18
Joined: Nov 2010
No support for FPGA is currently planned.
Posts: 25
Threads: 4
Joined: Oct 2011
I like the ideea since the sha256 has been upgraded to 60 GH/s with a simple thing like this.
Posts: 9
Threads: 2
Joined: Jul 2012
These devices are as fast as 6990 card while hashing. But they are also hard to get...
Posts: 2,936
Threads: 12
Joined: May 2012
fpgas are sub-optimal for advanced password cracking in a few key ways. they are best for brute forcing single hash of a single algorithm (like bitcoin). they do not provide the flexibility needed for multiple attack modes, multiple hashes, or multiple algorithms. too much would have to be done on the CPU. also, fuck Verilog. the dev time alone wouldn't be worth it.
gpus really are the sweet spot. cheap, fast, flexible, easy to program.