Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (11.8%) to scientific vocabulary
Repository
QD-RSA-Challenge
Basic Info
- Host: GitHub
- Owner: Galactic-Code-Developers
- License: other
- Language: Python
- Default Branch: main
- Size: 389 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 2
Metadata Files
README.md
QD-RSA v1.2: Quantum-Disruptive RSA
This repository contains the public specification, challenge brief, and reference implementation for QD-RSA v1.2—a quantum-resilient RSA enhancement.
Overview
QD-RSA introduces three entropy-hardened symbolic transformations: - Φₛ(x): Session-specific sine-masked domain encoding - Ξₛ(x): Entropy-shifted non-convex trap function - 𝓘ₛ*(x): SHA3-wrapped symbolic hash
Files
QD_RSA_Cryptanalysis_Challenge_Brief.pdf– Public audit and attack challenge briefQD_RSA_v1.2_Version_Declaration.pdf– Formal versioning declarationLICENSE.txt– Non-commercial use terms/reference_implementation/– Python modules for demonstration and attack testing
License
This repository is distributed under a non-commercial academic research license. See LICENSE.txt for details.
🧩 Signature Layer Independence
QD-RSA v1.2 does not rely on any single post-quantum signature authority. Its design supports pluggable integration with Falcon, Dilithium, SPHINCS+, XMSS, Rainbow, and sovereign PQ signature schemes.
Contact
validation@kapodistrian.edu.gr
🔓 Open Challenge: Break QD-RSA v1.2
Welcome to the official QD-RSA cryptanalysis challenge. This pinned issue invites cryptographers, security researchers, and quantum computing experts to rigorously analyze and test the QD-RSA v1.2 system.
📌 Objective
We challenge the community to find any cryptographic weakness, inversion strategy, or implementation flaw in any of the following layers:
🧩 1. Masking Function:
Φₛ(x) = x · sin((π + εₛ) · x) mod n - Can it be approximated or reversed without knowing εₛ? - Are FFT or lattice-based inversion strategies effective?
🧬 2. Trap Function:
Ξₛ(x) = (x + r)² · cosh(γ(x + r)) · tan⁻¹(δ(x + r)) mod n - Can symbolic regression, surrogate modeling, or QML defeat this layer?
🔐 3. Symbolic Hash:
𝓘ₛ*(x) = SHA3-256 ( ∑ xᵏ / bᵏ for k = 1 to Nₛ ) - Can Grover-enhanced attacks recover x or forge a preimage? - Is symbolic structure leaking through the hash?
📥 Submission Format
Please provide: - A description of your method - Code, proof sketch, or attack path - Runtime estimates or complexity bounds - Any limitations or assumptions
💬 Guidelines
- Fork this repo to submit alternate branches or experiments.
- Tag all reports with
cryptanalysis. - Discussion, reproducibility, and respectful collaboration are encouraged.
- Credited contributions will be featured in future versions.
🧠 Reference Materials
- Cryptanalysis Challenge Brief (PDF)
- Version Declaration v1.2
- Reference Implementation (Python, C, C#)
📬 Contact
For confidential disclosures: validation@kapodistrian.edu.gr
🔐 FAQ: Does QD-RSA contain any government-access mechanism or DoD backdoor?
No. QD-RSA does not contain any mechanism that would allow the Department of Defense (DoD), any governmental body, or any privileged party to reverse, bypass, or decrypt communications without possession of the correct private key and session-specific entropy parameters.
Specifically:
- QD-RSA includes no master key, no escrow system, no decryption oracle, and no entropy bias.
- All entropy values (
εₛ,r) are derived per session and are non-recoverable without explicit knowledge. - The system is built according to open cryptographic principles and does not include any privileged override mechanism.
Design Philosophy: QD-RSA is engineered for public, trustless, and post-quantum-resilient encryption. It is meant to secure communications globally without centralized control or built-in surveillance vectors.
Note: National security protocols that require access to encrypted content should implement key management policies externally (e.g., through operational key escrow or secure key distribution), not by altering the QD-RSA algorithm itself.
Owner
- Name: InterGalactic Coders Squadron
- Login: Galactic-Code-Developers
- Kind: organization
- Email: info@igcredits.com
- Location: Milky Way Galaxy
- Repositories: 1
- Profile: https://github.com/Galactic-Code-Developers
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use QD-RSA in your research, please cite the following metadata."
title: "Quantum-Disruptive RSA (QD-RSA): A Post-Quantum Cryptographic Framework"
version: "1.2"
doi: "10.5281/zenodo.15387963" # Replace with real DOI once published
date-released: 2024-05-12
authors:
- family-names: Valamontes
given-names: Antonios
affiliation: Kapodistrian Academy of Science
orcid: https://orcid.org/0009-0008-5616-7746
license: "Other (Open, Non-Commercial)"
repository-code: "https://github.com/Galactic-Code-Developers/QD-RSA-Challenge"
keywords:
- quantum cryptography
- RSA
- post-quantum
- Grover
- Shor
- cryptanalysis
GitHub Events
Total
- Create event: 4
- Release event: 2
- Issues event: 1
- Watch event: 1
- Push event: 28
Last Year
- Create event: 4
- Release event: 2
- Issues event: 1
- Watch event: 1
- Push event: 28