Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

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