Metadata-Version: 2.1
Name: data-handles
Version: 0.1.0
Summary: A simple data handling and encryption package.
Home-page: https://github.com/yourgithub/crypto_package
Author: Janish Pancholi
Author-email: janish.pancholi11@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Data Handles Package

A simple Python package for data encryption, decryption, and hashing.

## Features
- **Encryption & Decryption**: AES, DES, 3DES, Blowfish, RC4
- **Hashing**: SHA-256, SHA-512, MD5

## Installation
```bash
pip install data_handles

