How do I extract the hashes from a file encrypted with PBKDF2-HMAC-SHA-1?
#4
Checking the correct password usually involves (trying) decrypting (part of) the file. Which means you need to know the encryption algorithm and some part of the encrypted data. You are going to need this algorithm specifically implemented in hashcat then.


Messages In This Thread
RE: How do I extract the hashes from a file encrypted with PBKDF2-HMAC-SHA-1? - by undeath - 02-26-2018, 12:11 AM