Skip to content

hellq365 is a Rust library from quantum365.org that provides Python bindings for encrypting and decrypting messages using quantum proof encryption.

Notifications You must be signed in to change notification settings

svgvr8/helloq365

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloQ365

HelloQ365 is a Python library by Quantum365 (By Sagar) that provides encryption and decryption functionality for post quantum proof cryptography. 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

About

hellq365 is a Rust library from quantum365.org that provides Python bindings for encrypting and decrypting messages using quantum proof encryption.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages