Metadata-Version: 2.1
Name: aes-package
Version: 0.1
Summary: A simple AES encryption and decryption module
Home-page: https://github.com/yourusername/aes_package
Author: Aryan Mahajan
Author-email: contact.aryan.mahajan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev

# AES Encryption Package

A Python package for AES (Advanced Encryption Standard) encryption and decryption.

## Features
- AES-128, AES-192, and AES-256 encryption and decryption.
- Modular design for ease of use and extension.

## Installation
```bash
pip install aes_package


