QuantumSecurity
A Python package for supporting security applications with the power of quantum computing and cryptography.
Description
QuantumSecurity is a Python package designed to assist developers in implementing security applications using quantum computing and cryptography. The package currently provides a function named qrand that generates quantum random numbers. The generated quantum random numbers are in hexadecimal format.
Installation
You can install QuantumSecurity using pip:
pip install quantumsecurity
## Usage
from quantumsecurity import qrand
# Generate a quantum random number with 16 bits
random_number = qrand(16)
print("Quantum Random Number:", random_number)
## Dependencies
The current version of QuantumSecurity relies on the Qiskit package and its 'qasm_simulator' for quantum random number generation. In future iterations, support for other simulators from Amazon Braket and Quantum Hardware facilities will be added to the 'qrand' function.
## Future Features
In future releases, QuantumSecurity aims to provide additional dynamic functions related to quantum cryptography and post-quantum cryptography. These functions will empower developers to streamline their security implementations without writing extensive code.
Release files for quantumsecurity 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| quantumsecurity-0.0.5.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| quantumsecurity-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 kB
Release files / quantumsecurity-0.0.5.tar.gz
| Download URL | quantumsecurity-0.0.5.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
84a60fbcd0c60c9c226a16462f0dd08198278053cb0794872c1779bd65239dc2
|
|
BLAKE2b-256 checksum How to use checksums |
2264c05cd0cccdc9752c94fbc0f216fd2e1a86f8fedd59ac48b4e56f7deec814
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.12
|
Release files / quantumsecurity-0.0.5-py3-none-any.whl
| Download URL | quantumsecurity-0.0.5-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e147efc4ed7c1be51b716da21467877d7269c78ffd0c4bcd141cc02995c37f7
|
|
BLAKE2b-256 checksum How to use checksums |
cf2ca35bd4f5ef865179ddf909be61029edcef852cd993af16313ad86ecc9fb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.12
|