precompute bcrypt hashes - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: precompute bcrypt hashes (/thread-8903.html) Pages:
1
2
|
RE: precompute bcrypt hashes - f1l1b0x - 02-01-2020 Hi I cant do it, I dont have the skills to do it. But thanks a ton for the recommendation this is most likely saving me a ton of time. If someone wants to help me with it. Happy to send you more about the project in a dm. Thanks RE: precompute bcrypt hashes - f1l1b0x - 02-02-2020 Do you see a way to do it without the need of a modified kernel? Thanks RE: precompute bcrypt hashes - philsmd - 02-02-2020 as said, for the basic testing and checking the (hexadecimal) digest, you could just add a printf (): Code: diff --git a/OpenCL/m03200-pure.cl b/OpenCL/m03200-pure.cl RE: precompute bcrypt hashes - f1l1b0x - 02-02-2020 thanks will give it a try |