Metadata-Version: 2.1
Name: intensio-obfuscator
Version: 1.0.10.6
Summary: Obfuscate a python code 2.x and 3.x 
Home-page: https://github.com/Hnfull/Intensio-Obfuscator
Author: hnfull
Author-email: gitland@protonmail.com
License: MIT
Description: # Intensio-Obfuscator
        
        # Project not maintained anymore
        # Thanks to all contributors
        
        ![](https://img.shields.io/badge/Python->=3.5-green.svg)
        [![PyPI Version](https://img.shields.io/pypi/v/intensio-obfuscator.svg)](https://pypi.python.org/pypi/intensio-obfuscator/)
        ![](https://img.shields.io/badge/Licence-MIT-red.svg)
        
        ## What is this ?
        - Intensio-Obfsucator tool takes a python source code and transform it into an obfuscated python code
          - **Replace** all names of `variables/classes/functions/files-name` to random strings with length defined then all `chars` to their hexadecimal value
          - **Delete** all `comments`, all `spaces lines`
          - **Padding** random `snippets code/functions/classes` with an always differents values
          
        ## What purpose ?
        - Provides a high level obfuscation layer to prevent or delay the reading and understanding of your python program
        
        ## Level of obfuscation
        - Weak obfuscation if used alone, can be used with other types of obfuscation
        
        ## Requirements
        - Python >= 3.5
        - requirements.txt
        
        ## Files supported
        - Files written in python 2.x and 3.x 
        
        ## Documentation
        - (https://github.com/Hnfull/Intensio-Obfuscator/blob/master/README.md)
        
        ## License
        - MIT
        
        ## Contact
        - Hnfull **gitland@protonmail.com**
        
        ## Disclamer
        - Intensio-Obfuscator is for education/research purposes only. The author takes NO responsibility ay for how you choose to use any of the tools provided
        
Keywords: python
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
