Metadata-Version: 2.1
Name: Subdora
Version: 0.0.1
Summary: Mystique : A python package that takes care of obfuscation and encryption of buisness logic.
Home-page: https://github.com/Lakshit-Karsoliya/Subdora
Author: Lakshit Karsoliya
Author-email: lakshitkumar220@gmail.com
Keywords: python,file encryption,security,obfuscation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


![Subdora Logo](https://raw.githubusercontent.com/Lakshit-Karsoliya/Subdora/main/assets/subdora.png "Subdora")
 

[Github](https://github.com/Lakshit-Karsoliya/Subdora)

<h1>Subdora 0.0.1</h1>

<p>This is initial release of subdora. Subdora is an obfuscation tool which makes source code very hard to interprate</p>

<h2>How to use</h2>
<h3>Core functionality</h3>

<p>obfuscating main.py file </p>


<code>import Subdora</code></br>
<code>Subdora.subdora_encode_file("main.py")</code>

<p>This will generate a main.myst file in order to execute myst file</p>

<code>Subdora.subdora_parse("main.myst")</code>

<h3>Additional features</h3>
<p>Subdora provide an iteration counter which ensures that .myst if parsing is done more than specified iterations Subdora automatically corrupt whole .myst file</p>

<code>Subdora.subdora_encode_file("main.py",no_of_iterations)</code>
