How do I extract the hashes from a file encrypted with PBKDF2-HMAC-SHA-1?
#3
(02-26-2018, 12:00 AM)undeath Wrote: there is no generic solution, especially for encrypted files.

Thank you for replying! If there is no generic solution for unique encrypted files, is there a chance it is impossible to write a program that can extract this piece of information? I know what parameters were used for the PBKDF2 password derivation (iterations, SALT, bytes).  Thanks again.


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