How to recover password by truecrypt
#17
If you have an Idea how the password could look like and you can not create the candidates with one of the builtin attack-modes I recommend writing your own password candidate generator and simply pipe it to oclHashcat.

./mycandidategenerator dict1 dict2 dict3 ... dict40 | ./oclHashcat64.bin -m 6231 bla.tc ...


Messages In This Thread
How to recover password by truecrypt - by N007 - 09-07-2013, 07:58 PM
RE: How to recover password by truecrypt - by atom - 05-14-2014, 06:48 PM