Metadata-Version: 1.0
Name: tckfc
Version: 0.3.3
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
        =====
        
        [![Latest Version](https://pypip.in/version/tckfc/badge.svg)](https://pypi.python.org/pypi/tckfc/)
        [![Downloads](https://pypip.in/download/tckfc/badge.svg)](https://pypi.python.org/pypi/tckfc/)
        [![Download format](https://pypip.in/format/tckfc/badge.svg)](https://pypi.python.org/pypi/tckfc/)
        [![Supported Python versions](https://pypip.in/py_versions/tckfc/badge.svg)](https://pypi.python.org/pypi/tckfc/)
        [![License](https://pypip.in/license/tckfc/badge.svg)](https://pypi.python.org/pypi/tckfc/)
        
        This tool seeks asynchronously TrueCrypt key file using combinations of provided key files with provided password.
        
        Installation
        ============
            pip install tckfc
        
        Usage
        =====
        
        ``tckfc [-h] [-c [COMBINATION]] keyfiles tcfile password``
        
          * **keyfiles:** Possible key files directory
          * **tcfile:** TrueCrypt encrypted file
          * **password:** Password for TrueCrypt file
        
        Example
        =======
        
            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
        
        [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Octosec/tckfc/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
        
        
Keywords: truecrypt,password,crack,security,tool
Platform: UNKNOWN
