FPGA solutions for hashcat - 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 solutions for hashcat (/thread-12083.html) |
FPGA solutions for hashcat - Morris - 07-24-2024 I previously modified the bitcoin miner (cpuminer-opt) to send mining jobs to FPGA for mining via UDP. The actual application is at the following URL. https://youtu.be/-N4ToWqyLCA I am considering rebuilding this process in hashcat for FPGA password cracking. What I want to ask is, is there a demand for this kind of application? Is it worth investing my time in doing it? RE: FPGA solutions for hashcat - penguinkeeper - 07-24-2024 If your FPGAs support OpenCL, which is very rare, Hashcat may work with the FPGAs but it's extremely unlikely that it'll just be plug-and-play, even if they do support it. Most likely you'd end up just making your own hash cracker and not using Hashcat directly RE: FPGA solutions for hashcat - Handel - 09-27-2024 What do you need to do to make hashcat run on a FPGA? RE: FPGA solutions for hashcat - penguinkeeper - 09-27-2024 (09-27-2024, 02:57 AM)Handel Wrote: What do you need to do to make hashcat run on a FPGA? There are no officially supported FPGAs but theoretically, any FPGA that runs OpenCL should be able to run Hashcat but there is 0 FPGA-specific code in Hashcat so it may not work at all RE: FPGA solutions for hashcat - Handel - 09-28-2024 I'm totally new to hashcat. I downloaded the code and I'm running it with the hashcat command. Is what I am running OpenCL? |