A simple rotation-based encryption tool
Project description
barr4crypt
barr4crypt is a simple rotation-based encryption tool that provides a unique way to encrypt text.
Installation
You can install barr4crypt using pip:
pip install barr4crypt
Usage
Here's a quick example of how to use barr4crypt:
from barr4 import encrypt, verify
# Encrypt a message
message = "Hello, World!"
rot_value = 3
encrypted = encrypt(message, rot=rot_value)
print(f"Encrypted message: {encrypted}")
string = "Hello, World!"
verify_string = verify(encrypted, string, rot=3)
print(verify_string) # Outputs: True
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.2.2.tar.gz
(3.6 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.2.2.tar.gz.
File metadata
- Download URL: barr4crypt-0.2.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6771cea913cf0121dbff04d656566edea1cc95f333a4a577f840ec979ca5e05e
|
|
| MD5 |
21d4a6b005bb538b76ac0c67c4f1d6a4
|
|
| BLAKE2b-256 |
30667dc2bf6adacac5e34265697675179c147417fbc0d65872cc3192a2260d67
|
File details
Details for the file barr4crypt-0.2.2-py3-none-any.whl.
File metadata
- Download URL: barr4crypt-0.2.2-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 |
40db96f5503e21d51d261833ccbbfc5d9f696d64e0e4b2edc7f2870aa1482360
|
|
| MD5 |
64570135215efd908fb381125c6e4758
|
|
| BLAKE2b-256 |
9a57ca742d20267d856285631fad971637a930a0d408412463b4ef03d435d7c1
|