glv2 / bruteforce-salted-openssl

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

I forget the file ecryption algorithms. #9

Open shom opened 6 years ago

shom commented 6 years ago

Can you add an option to automatically guess the encryption algorithm?

f3d0x0 commented 6 years ago

Having the ciphertext only, you're not able to know how it was encrypted.

mefistotelis commented 5 years ago

You can reject some algorithms based on cipher length.. not sure if it should be part of this tool though.