Metadata-Version: 2.4
Name: drqeh
Version: 1.0.0
Summary: DigiRaksha Quantum Encryption Hasher – Python SDK
Author: Kallesh D R
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# DQEH â€“ DigiRaksha Quantum Encryption Hasher (Python SDK)

This SDK allows developers to use DigiRaksha Quantum Encryption Hasher
directly in Python by calling the official DigiRaksha API.

### Install

pip install drqeh

### Usage

from drqeh import encrypt

result = encrypt("Pass@123")
print(result)
Output:

arduino
Copy code
4a9f0c3e24ac... (256-bit hash)
What is DQEH?
DQEH is a quantumâ€“inspired, chaosâ€“driven, irreversible one-way hasher algorithm
developed under DigiRaksha.
