Crack pbkdf2
#3
(03-29-2020, 04:33 AM)royce Wrote: Please see the forum rules. Posting hashes is not allowed. I have redacted your hash.



https://hashcat.net/forum/archive/index....ent-2.html



There are a number of tutorials showing basic hashcat usage. What have you tried? Are you getting an error?


Sorry. Smile

I have found the solution.

For cracking hashing in pbkdf2-sha256,

I've used this command on hashcat:

Code:
hashcat -m10000 "YOUR_HASH.TXT" -a0 "YOUR_WORDLIST.TXT" --force
Reply


Messages In This Thread
Crack pbkdf2 - by Roy Roger - 03-29-2020, 02:42 AM
RE: Crack pbkdf2 - by royce - 03-29-2020, 04:33 AM
RE: Crack pbkdf2 - by Roy Roger - 03-29-2020, 04:28 PM
RE: Crack pbkdf2 - by Mem5 - 03-29-2020, 10:49 PM
RE: Crack pbkdf2 - by undeath - 03-29-2020, 10:50 PM
RE: Crack pbkdf2 - by Roy Roger - 03-30-2020, 07:15 PM
RE: Crack pbkdf2 - by undeath - 03-30-2020, 07:35 PM
RE: Crack pbkdf2 - by Roy Roger - 03-30-2020, 07:46 PM