Metadata-Version: 2.1
Name: aes_crypto_utils
Version: 0.1.0
Summary: A simple encryption and decryption utility library.
Home-page: 
Author: Pradeep Pujari
Author-email: pradeep.m.pujari@gmail.com
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
License-File: LICENSE
Requires-Dist: cryptography >=3.0

# Crypto Utils

`crypto_utils` is a simple Python library for encrypting and decrypting strings using AES.

## Installation

To install, use `pip`:
```bash
pip install crypto_utils

