FPGA-support - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: Hardware (https://hashcat.net/forum/forum-13.html) +--- Thread: FPGA-support (/thread-1412.html) |
FPGA-support - rivaldo - 07-27-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 RE: FPGA-support - radix - 07-27-2012 No support for FPGA is currently planned. RE: FPGA-support - clasicunlock - 10-08-2012 I like the ideea since the sha256 has been upgraded to 60 GH/s with a simple thing like this. RE: FPGA-support - Arrow - 10-08-2012 These devices are as fast as 6990 card while hashing. But they are also hard to get... RE: FPGA-support - epixoip - 10-08-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. |