![]() |
Can external code used as a custom hash for hashcat? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: Can external code used as a custom hash for hashcat? (/thread-8036.html) |
Can external code used as a custom hash for hashcat? - dtoan140298 - 12-23-2018 I want to add brain wallet ethereum into hashcat using available code on the internet. What standard in hashcat hash function do i have to follow & make it work? RE: Can external code used as a custom hash for hashcat? - DanielG - 12-23-2018 You can code a new kernel, with functions seen here: https://github.com/hashcat/hashcat/tree/master/OpenCL for example https://github.com/hashcat/hashcat/blob/master/OpenCL/m11300-pure.cl is for the Bitcoin/Litecoin wallet.dat |