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 ?


Messages In This Thread
Algorithm based bruteforce - by mehmedchelebi - 02-15-2017, 09:40 PM
RE: Algorithm based bruteforce - by atom - 02-16-2017, 01:19 PM