Metadata-Version: 2.1
Name: cryptide
Version: 0.0.3
Summary: To help you for les brutes force 
Home-page: UNKNOWN
Author: Ursial
Author-email: ursial.alain@gmail.com
License: UNKNOWN
Description: # Cryptide
        
        This Python package gonna help you in CTF of cryptography
        
        ## Installation
        
            $ pip install cryptide
        
        ## All function are here :
        ### ASCII
        * get_ascii_readable_stat
        * get_unascii_stat
        * unascii_stoper
        * ascii_readable_stoper
        
        
        ### Bytes
        * bytes_representation
        
        ### IC
        ###### Index of coincidence
        * compute_ic
        * what_ic
        * checker_and_compute_ic
        * list_aggregation
        * checker_ic
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
