Metadata-Version: 2.4
Name: pyobfuscator-gmaq
Version: 2.0.2
Summary: Advanced Python File Obfuscation with Multi-Layer Encryption
Author: PyObfusCrypt Team
License: MIT
Project-URL: Homepage, https://github.com/pyobfuscrypt/pyobfuscrypt
Project-URL: Documentation, https://pyobfuscrypt.readthedocs.io
Project-URL: Repository, https://github.com/pyobfuscrypt/pyobfuscrypt
Project-URL: Bug Tracker, https://github.com/pyobfuscrypt/pyobfuscrypt/issues
Keywords: obfuscation,encryption,python,security,cryptography
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: build>=1.1.1
Requires-Dist: cryptography>=3.4.8
Requires-Dist: setuptools>=68.0.0
Requires-Dist: twine>=4.0.2
Dynamic: requires-python

# PyObfuscator-GMAQ

**Advanced Python File Obfuscation with Multi-Layer Encryption**

PyObfusCrypt is a powerful Python library that provides complete obfuscation of Python source code through multi-layer encryption. The encrypted files appear as completely unreadable binary data, ensuring zero comprehensibility of the original source code.

## 🔒 Key Features

- **Complete Content Obfuscation**: Encrypted files contain absolutely no readable text
- **Multi-Layer Encryption**: AES-256 + Base64 + Hex + Compression + Custom Mapping
- **Distributed Password Protection**: Master password split across multiple fragments (~1% discovery probability)
- **Zero Pattern Recognition**: Output appears as random binary data
- **Command-Line Interface**: Easy-to-use CLI for encryption/decryption
- **PyPI Ready**: Fully packaged for distribution

## 🛡️ Security Features

- **AES-256 Encryption** with random salt and IV
- **Multiple Encoding Layers** for pattern elimination
- **Custom Character Mapping** for final obfuscation
- **Random Noise Injection** to eliminate any readable patterns
- **Fragment-Based Password** distribution across 5 separate files
- **SHA-256 Hash Verification** for authentication

## 📦 Installation

```bash
pip install pyobfuscator-gmaq
