10-05-2018, 02:30 PM
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.
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
~