glv2 / bruteforce-salted-openssl

Try to find the password of a file that was encrypted with the 'openssl' command.
Other
205 stars 52 forks source link

Feature request: PBKDF2 support #22

Closed karb94 closed 2 years ago

karb94 commented 2 years ago

Would be nice to allow PBKDF2. Alternatively, is there any quick and dirty way to add it to the code if the number of iterations is known?

glv2 commented 2 years ago

You will have to modify the decryption_func() function in src/bruteforce-salted-openssl.c and add the PBKDF2 function calls there.

glv2 commented 2 years ago

Implemented in 6e87cc04f061bec1a734bf9f7b586b636c201ee1.