Algorithm based bruteforce
#1
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 ?
#2
Not supported