tckfc 工具寻找 TrueCrypt 密钥文件,通过合并多个已知密码的密钥文件来实现。
使用方法:
python tckfc.py [-h] [-c [COMBINATION]] keyfiles tcfile password mountpoint
-
keyfiles: Possible key files directory
-
tcfile: TrueCrypt encrypted file
-
password: Password for TrueCrypt file
-
mountpoint: Mount point
示例:
mkdir mnt cp a.pdf keys/ cp b.doc keys/ cp c.txt keys/ cp d.jpg keys/ cp e.gif keys/ python tckfc.py keys/ encrypted.img 123456 mnt/