Algorithm based bruteforce - 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: Algorithm based bruteforce (/thread-6301.html) |
Algorithm based bruteforce - mehmedchelebi - 02-15-2017 Hi, I want to do that; i have 3 variable: passphrase, salt [i know salt], hash algorithm pseudo is: s = get_scrypt(passphrase, salt) p = pbkdf2_hmac_256(passphrase, salt) hash = binary_ascii(xor(s, p)) i have hash and salt. I can find passphrase with hashcat ? RE: Algorithm based bruteforce - atom - 02-16-2017 Not supported |