Calculate two hashes with iterations - 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: Calculate two hashes with iterations (/thread-11919.html) |
Calculate two hashes with iterations - bambinorest - 04-18-2024 How can I implement calculate two hashes with iterations in a slow kernel? For example i need to calculate PBKDF2-HMAC-SHA512 and PBKDF2-HMAC-SHA256, but i don't know how i can do this, because in the kernel i have the one loop kernel. Maybe there are some examples calculating two hashes with iterations. |