hashcat Forum

Full Version: Help please ! can't figure out the mode to be used
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I am new to hashcat just started two days back. I am learning hashcat as its fun. 

Need some help in figuring out the hashcat mode to be used for the below hashes :-

$argon2i$v=19$m=102400,t=2,p=8$[redacted-royce]$[redacted-royce]

$pbkdf2-sha256$29000$[redacted-royce]$[redacted-royce]

sorry for asking noob question.

I tried using John the ripper but john guess to many formats for the pbkdf2 hashes and for argon2 i cannot find any mode.

It would also be very helpful if you can share the command for fast execution for the above hashes.

Thanks for the help!
Please do not post hashes. It is against the forum rules.

There's currently no support in hashcat for Argon2. hashcat's own help could be used to determine the other.

Code:
$ hashcat --help | egrep -i 'pbkdf.*sha256' | head -1
 10900 | PBKDF2-HMAC-SHA256                               | Generic KDF
(10-05-2018, 02:30 PM)royce Wrote: [ -> ]Please do not post hashes. It is against the forum rules.

There's currently no support in hashcat for Argon2. hashcat's own help could be used to determine the other.

Code:
$ hashcat --help | egrep -i 'pbkdf.*sha256' | head -1
 10900 | PBKDF2-HMAC-SHA256                               | Generic KDF

Thanks for suggestion this format doesn't work. I get error in hashcat