No project description provided
Project description
HelloQ365
HelloQ365 is a Python library by Quantum365 (By Sagar Yadav, Miami, Florida) that provides encryption and decryption functionality using a simple substitution cipher. It is built using Rust for high performance.
Installation
You can install HelloQ365 using pip:
pip install helloq365
Usage
Here's an example of how to use the library:
{
import helloq365
plaintext = "Hello, world!"
key = 3
ciphertext = helloq365.encrypt(plaintext, key)
print(ciphertext)
decrypted = helloq365.decrypt(ciphertext, key)
print(decrypted)
}
This will output:
Khoor, zruog!
Hello, world!
Development
If you want to build the library from source, you'll need to have Rust and Cargo installed. You can build the library using the following command:
cargo build --release
This will create a *.whl file in the target/wheels directory, which you can install using pip.
License
HelloQ365 is licensed under the MIT License.
Project Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 helloq365-1.0.0-cp310-cp310-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: helloq365-1.0.0-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479c3bf789f37c5515aad22932451a87f54170ebc8f868c95c600348b30709d8
|
|
| MD5 |
4fe8ed51cf75a1f66cf44a5b53c3ade5
|
|
| BLAKE2b-256 |
cb4300aa25a399e9c58f6409b8e7d6ee53449a14885de911d638868ac06c2a61
|