distributed computing for hashcat (cpu) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html) +--- Thread: distributed computing for hashcat (cpu) (/thread-1906.html) |
distributed computing for hashcat (cpu) - forumhero - 01-04-2013 Was wondering if there were any plans or discussions to offer distributed computing for cpu hashcat? Not that I'm a programmer by any stretch of the imagination but can see this being a good alternative than rewriting Plus to support >15 character passwords and still have somewhat ok speed -- depending on your number of cpus of course. I know there are other tools out there that can do this already but thought it would be a great addition to cpu hashcat. Personally I find hashcat far easier to use and understand. RE: distributed computing for hashcat (cpu) - unix-ninja - 01-04-2013 You can use vcl as the officially supported option, or if you are up to coding a bit, you can grab disthc off of sourceforge and tweak it for hashcat instead of oclhashcat. RE: distributed computing for hashcat (cpu) - epixoip - 01-04-2013 vcl would only work if atom wrote cpu kernels in opencl. RE: distributed computing for hashcat (cpu) - Bitweasil - 01-05-2013 disthc available http://sourceforge.net/projects/disthc/ is likely the best option to start with for this project unless atom adds network support to all the tools. |