Metadata-Version: 2.3
Name: aes-gcm-txt-enc-lib
Version: 0.1.0
Summary: 
Author: Komal Singh
Author-email: komalsin9h@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pycryptodome (>=3.23.0,<4.0.0)
Description-Content-Type: text/markdown

# aes-gcm-txt-enc-lib

A lightweight Python library for secure text encryption and decryption using AES-GCM.

## Features

- AES-GCM symmetric encryption for text data
- Support for multiple key lengths (128, 192, 256 bits)
- Easy-to-use API for encryption and decryption
- Built on `pycryptodome` for cryptographic primitives

## Installation

Install via PyPI:

```bash
pip install aes-gcm-txt-enc-lib

