Skip to main content

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

GitHub Repository PyPI Package

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

helloq365-1.0.0-cp310-cp310-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

File details

Details for the file helloq365-1.0.0-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for helloq365-1.0.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 479c3bf789f37c5515aad22932451a87f54170ebc8f868c95c600348b30709d8
MD5 4fe8ed51cf75a1f66cf44a5b53c3ade5
BLAKE2b-256 cb4300aa25a399e9c58f6409b8e7d6ee53449a14885de911d638868ac06c2a61

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page