Metadata-Version: 2.4
Name: AQLES
Version: 0.1.0
Summary: Anti Quantum Leak Encryption System CLI & Library
Home-page: https://aqles.eldosha.ir/
Author: Shayan
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pycryptodome
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

**# AQLES**



**\*\*AQLES (Anti Quantum Leak Encryption System)\*\* is a high-security encryption system designed to resist attacks even from quantum computers.**  

**It provides both a Python library and a command-line interface (CLI) for encrypting and decrypting messages using a 256-character key hashed in multiple layers.**



**---**



**## Features**



**- Multi-layered key derivation:**

  **- 256-character initial key**

  **- Each character hashed individually**

  **- Combined hashes hashed again to create the final key**

**- Encryption with AES-256 (future support for SPHINCS+ post-quantum cryptography)**

**- CLI support: encrypt and decrypt messages directly from the terminal**

**- Python library support for integration into other projects**

**- Designed to be future-proof against quantum attacks**



**---**



**## Installation**



**Install AQLES directly from PyPI:**



**```bash**

**pip install AQLES**



