A simple rotation-based encryption tool
Project description
Rotocrypt
Rotocrypt is a simple rotation-based encryption tool that provides a unique way to encrypt text.
Installation
You can install Rotocrypt using pip:
pip install rotocrypt
Usage
Here's a quick example of how to use Rotocrypt:
from rotocrypt import encrypt, id_generator
# Generate a random ID
random_id = id_generator(10)
print(f"Random ID: {random_id}")
# Encrypt a message
message = "Hello, World!"
rot_value = 3
encrypted = encrypt(message, rot=rot_value)
print(f"Encrypted message: {encrypted}")
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
barr4crypt-0.1.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file barr4crypt-0.1.0.tar.gz.
File metadata
- Download URL: barr4crypt-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c486437b551af53a31fe62da85c6bde9297d63c7926163b3953df15be9e0dcb
|
|
| MD5 |
aa7b975202ba5535660a694861e60780
|
|
| BLAKE2b-256 |
7263e50c009a15dda3d21fd89213da521777cbd8cf9968edc6455f0a3d6e1a74
|
File details
Details for the file barr4crypt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: barr4crypt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f615b50573a3b4f0a4dda2c6c460a0d62c6a30052f27725e29f95d66496df15
|
|
| MD5 |
d5d4b9dbe4b0da00d5c760d22ffe0a9e
|
|
| BLAKE2b-256 |
22ca422abff78db1ada2c93efe175dbd54675015b954a98c3e3854d4c081d47d
|