https://github.com/ankitkomar1/qlief_project

https://github.com/ankitkomar1/qlief_project

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ankitkomar1
  • Default Branch: main
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

QLIEF: Quantum-Lattice Integrated Encryption Framework

This project simulates a hybrid encryption system that integrates Lattice-based Cryptography and Quantum Key Distribution (QKD) for quantum-resilient cloud encryption.

Project Structure

  • dataset/: Contains the synthetic data for testing.
  • src/: Includes Python scripts for QKD simulation, lattice key generation, encryption, and adaptive mode switching.
  • README.md: Project overview and setup guide.
  • requirements.txt: Python dependencies.

How to Run

  1. Install dependencies using pip install -r requirements.txt.
  2. Run the qlief_simulation.py inside src/ to start the simulation.

Owner

  • Login: ankitkomar1
  • Kind: user

GitHub Events

Total
  • Push event: 1
  • Create event: 2
Last Year
  • Push event: 1
  • Create event: 2

Dependencies

requirements.txt pypi
  • numpy *
  • pandas *
  • secrets *