A brute force password cracker for TrueCrypt volumes
I somehow forgot a portion of my password for my TrueCrypt device, so I wrote this program to help me crack my own password. If you need a reliable brute-force password cracker, you've found it. It cracks passwords intelligently by considering what you know about the password., (*1)
Either clone the repo or install it with composer., (*2)
composer.phar require cozylife/truecrypt-cracker
, (*3)
Configure the script as shown in the example file. When you've finished your configuration, open a Bash console, cd to the directory of your script, and enter the following line., (*4)
sudo php example.php
, (*5)
Sudo is important as it gives PHP access to mount the device., (*6)