Metadata-Version: 2.1
Name: AnonyMate
Version: 0.1.2
Summary: A comprehensive toolkit for data anonymization, masking, and encryption.
Home-page: https://github.com/yourusername/AnonyMate
Author: Pasindu Bandara
Author-email: pasindubandara99@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
Requires-Dist: cryptography
Requires-Dist: faker

# AnonyMate

AnonyMate is a Python library that provides a complete toolkit for data anonymization, masking, encryption, and fake data generation. It is designed to help developers handle sensitive data responsibly and ensure compliance with data privacy regulations.

## Features

- **Masking**: Replace sensitive information with masked characters.
- **Hashing**: One-way hashing using SHA-256 for sensitive data.
- **Encryption**: Secure encryption and decryption for data protection.
- **Fake Data Generation**: Generate realistic fake data (e.g., names, emails, addresses) for testing.

## Installation

Install AnonyMate using pip:

```bash
pip install AnonyMate
