Metadata-Version: 1.0
Name: tckfc
Version: 0.2.0
Summary: Asynchronously TrueCrypt key file brute force tool
Home-page: https://github.com/Octosec/tckfc
Author: Halit Alptekin
Author-email: info@halitalptekin.com
License: MIT
Description: tckfc
        =====
        
        This tool seeks asynchronously TrueCrypt key file using combinations of provided key files with provided password.
        
        Usage
        =====
        
        ``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
        
        Example
        =======
        
            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/
        
        
        
        
        [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Octosec/tckfc/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
        
        
Keywords: truecrypt,password,crack,security,tool
Platform: UNKNOWN
