Metadata-Version: 2.4
Name: crpylib
Version: 0.1.0
Summary: 
Author: sharmauksa
Author-email: sharmaumesh791@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: cryptography (>=46.0.3,<47.0.0)
Description-Content-Type: text/markdown

# crpylib

**crpylib** is a lightweight Python library for basic cryptographic utilities including encryption, decryption, token generation, and password hashing.

## Features

- 🔐 Encrypt and decrypt strings using symmetric keys
- 🔑 Generate secure random tokens
- 🔒 Hash and verify passwords with salt
- 🧪 Simple API for quick integration

## Installation

You can install the package via pip:

```bash
pip install crpylib
