Metadata-Version: 2.4
Name: hanifx
Version: 17.0.0
Summary: Custom encryption and decryption module using unique HanifX alphabet
Home-page: https://pypi.org/project/hanifx/
Author: Hanif
Author-email: sajim4653@gmail.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# HanifX Encryption Module (v17.0.0)

`hanifx` is a fully custom encryption and decryption Python module using a unique symbol-based alphabet. Designed to encode strings and Python files into a special obfuscated format that can only be decoded by this module.

---

## 🔐 Features

- Unique custom alphabet: `%#*@aA48$&!@^=+_-~<>?|}{[]/\\:;.,0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ`
- Pure Python implementation (no external dependencies)
- File-level encryption support for Python scripts
- Encrypted files can be executed using HanifX itself
- Secure, clean, lightweight, and fast

---

## 📦 Installation

```bash
pip install hanifx
