Closed mwnoo closed 7 years ago
Maybe your secret_test.txt file doesn't contain enough printable ASCII characters, as by default the program considers decrypted data as correct when there is at least 90% of them (see the Limitations section of the README file).
Hi,
I can't get your code to work.
Here is an example. I first created an encrypted file with password "test"
Then I tried
bruteforce-salted-openssl
using a wordlist, but the password "test" was not found while it is present inwordlist.txt
. In the output you can see that the last password tried was "test"But when I decrypt the file using openssl with the password "test" the original message is shown
Did I miss an option when calling
bruteforce-salted-openssl
?Thanks, Mark