![]() |
Alternative PBKDF1-SHA1 plugin - 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: Alternative PBKDF1-SHA1 plugin (/thread-13315.html) |
Alternative PBKDF1-SHA1 plugin - penguinkeeper - 07-16-2025 Hello! For this pull request, adding PBKDF1-SHA1, there are 2 ways to tackle it. The faster but less stable way (exec inside), or the slower but more stable way (exec outside). In this case, I developed both but the slower but more stable way ended up being the one chosen by Atom to use in public Hashcat. To avoid developing that second plugin being a waste of time, it's being posted here so hopefully it can help someone in the future get a few more percent performance ![]() Performance increases are not guaranteed, especially for very weak hardware and support for this plugin is *not* official, please don't make a github issue if you have issues and instead just comment here. Links: https://mega.nz/file/fQIFkLgD#3uoyDNv6dcjRjRQ3Yrrq5nvH-W-oiSeSDvhqgRGMW9M https://drive.google.com/file/d/17_S6JyOZrhuaPt-WDxtiF-Qv8DoR1Nv8/view?usp=sharing |