hashcat Forum

Full Version: Algorithm based bruteforce
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
Not supported