Metadata-Version: 2.4
Name: qsafe-sdk
Version: 1.0.0
Summary: QSafe PQC API
Home-page: 
Author: API Support
Author-email: rushikesh.n.kakadiya@gmail.com
Keywords: OpenAPI,OpenAPI-Generator,QSafe PQC API
Description-Content-Type: text/markdown
Requires-Dist: urllib3<3.0.0,>=1.25.3
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-dist
Dynamic: summary

    Post-quantum cryptography SaaS API supporting ML-KEM (Kyber) and ML-DSA (Dilithium) algorithms. Provides keypair management and cryptographic operations (encrypt, decrypt, sign, verify).  ## Authentication - **JWT Bearer Token** — user-based auth, obtained from &#x60;/auth/login&#x60; or &#x60;/auth/register&#x60; - **API Key (header)** — programmatic access via &#x60;X-API-Key&#x60; header - **API Key (query)** — programmatic access via &#x60;?api_key&#x3D;&#x60; query parameter  ## Quick Start 1. Register → &#x60;POST /auth/register&#x60; 2. Login → &#x60;POST /auth/login&#x60; → copy &#x60;data.token&#x60; 3. Generate keypair → &#x60;POST /generate-keypair&#x60; 4. Encrypt / Sign with the keypair ID 
    
