Metadata-Version: 2.2
Name: virtosecure
Version: 0.1
Summary: An advanced encryption/decryption and VIRTO-1024 hashing package
Author: Zack
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
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# Virtosecure

Virtosecure is a Python package that provides robust encryption and hashing functionalities. It allows for the secure encryption and decryption of data using a customizable character set and implements a unique 1024-bit hashing function.

## Features

- **Encryption & Decryption**: Encrypt and decrypt strings with a repeating key.
- **Custom Character Set**: Use an expanded character set for enhanced security.
- **VIRTO1024 Hashing**: Generate a 1024-bit hash of data using a deterministic method.

## Installation

You can install the `virtosecure` package via PyPI:

```bash
pip install virtosecure
```
