Metadata-Version: 2.2
Name: data_handles
Version: 0.1.1
Summary: A simple data handling and encryption package.
Home-page: https://github.com/Janish-1/data_handles
Author: Janish Pancholi
Author-email: janish.pancholi11@gmail.com
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# 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
