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

nosalt option #6

Closed skuran closed 6 years ago

skuran commented 6 years ago

Hello, are you planning to add an -nosalt option to your code.

Thank you.

glv2 commented 6 years ago

I added a -n option to ignore the salt in commit d2b7b5565583b864c4023b7275d07e0da0974901. It allows decrypting file that were encrypted with "openssl -nosalt ...".