------------------------------------------------------------------------------- Brute Forcing Passwords bruteforce-salted-openssl https://github.com/glv2/bruteforce-salted-openssl Tries all posible passwords in a character set or a given dictionary to break the standard 'salted' encrypted files. That is it will try to crack encrypted files which did not use the newer iterated password hashing (pbkdf2). Lots of options on password selection. Of course if you know nothing about the password used, and it is of reasonable strength this will still probably take a VERY long time. But not nearly as long as a pbkdf2 encrypted file! -------------------------------------------------------------------------------