{"id":25976027,"url":"https://github.com/ahmeterdempmk/quantum-safe-cryptography","last_synced_at":"2026-05-26T23:11:51.380Z","repository":{"id":280260962,"uuid":"941448836","full_name":"ahmeterdempmk/Quantum-Safe-Cryptography","owner":"ahmeterdempmk","description":"A comprehensive implementation of cryptographic algorithms designed to be resistant to quantum computing attacks.","archived":false,"fork":false,"pushed_at":"2025-03-03T14:46:54.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T03:44:38.522Z","etag":null,"topics":["quantum-algorithms","quantum-computing","quantum-cryptography"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahmeterdempmk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-02T10:16:18.000Z","updated_at":"2025-03-03T14:46:57.000Z","dependencies_parsed_at":"2025-03-02T11:26:15.367Z","dependency_job_id":"5bd2805f-040e-4af2-bd2a-576ea966f076","html_url":"https://github.com/ahmeterdempmk/Quantum-Safe-Cryptography","commit_stats":null,"previous_names":["ahmeterdempmk/quantum-safe-cryptography"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmeterdempmk/Quantum-Safe-Cryptography","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmeterdempmk%2FQuantum-Safe-Cryptography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmeterdempmk%2FQuantum-Safe-Cryptography/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmeterdempmk%2FQuantum-Safe-Cryptography/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmeterdempmk%2FQuantum-Safe-Cryptography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmeterdempmk","download_url":"https://codeload.github.com/ahmeterdempmk/Quantum-Safe-Cryptography/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmeterdempmk%2FQuantum-Safe-Cryptography/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33542650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quantum-algorithms","quantum-computing","quantum-cryptography"],"created_at":"2025-03-05T03:33:47.503Z","updated_at":"2026-05-26T23:11:51.348Z","avatar_url":"https://github.com/ahmeterdempmk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quantum-Safe-Cryptography\n\nA comprehensive implementation of cryptographic algorithms designed to be resistant to quantum computing attacks. This repository contains implementations of various cryptographic protocols across asymmetric, symmetric, and hash-based approaches.\n\n## Overview\n\nQuantum computers pose a significant threat to many widely-used cryptographic algorithms. This repository provides educational implementations of both traditional cryptographic methods and quantum-resistant alternatives to help understand the landscape of post-quantum cryptography.\n\n## Directory Structure\n```\nQuantum-Safe-Cryptography/\n├── Asymmetric Key Cryptography/\n│   ├── app.py\n│   ├── breaking_rsa.py\n│   ├── diffie_hellman_protocol.py\n│   └── dsa.py\n├── Hash Functions/\n│   └── app.py\n├── Symmetric Key Cryptography/\n│   └── app.py\n└── LICENSE\n```\n\n## Features\n\n### Asymmetric Key Cryptography\n- **RSA Implementation**: Standard RSA algorithm implementation with demonstration of its vulnerability to quantum attacks.\n- **Breaking RSA**: Demonstrates methods that could be used by quantum computers to break RSA encryption.\n- **Diffie-Hellman Protocol**: Implementation of the classic key exchange protocol.\n- **DSA (Digital Signature Algorithm)**: Implementation of DSA for digital signatures.\n\n### Hash Functions\n- Implementation of various cryptographic hash functions.\n- Demonstrations of their applications in security.\n\n### Symmetric Key Cryptography\n- Implementation of symmetric encryption algorithms.\n- Analysis of their resistance to quantum computing attacks.\n\n### Installation\n```bash\ngit clone https://github.com/ahmeterdempmk/Quantum-Safe-Cryptography.git\ncd Quantum-Safe-Cryptography\n```\n\n## Security Notice\n\nThe implementations in this repository are primarily for educational purposes. While they demonstrate the principles of quantum-safe cryptography, they have not undergone the rigorous security auditing required for production systems.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the terms of the LICENSE file in this repository. Unless otherwise stated, you can use and modify this code for personal or educational purposes.\n\n## References\n\n- [NIST Post-Quantum Cryptography](https://csrc.nist.gov/projects/post-quantum-cryptography)\n- [RFC 8017: RSA Cryptography Standard](https://tools.ietf.org/html/rfc8017)\n- [RFC 7748: Elliptic Curves for Security](https://tools.ietf.org/html/rfc7748)\n- [RFC 6234: US Secure Hash Algorithms (SHA and HMAC-SHA)](https://tools.ietf.org/html/rfc6234)\n- [IBM Quantum: Practical Introduction to Quantum-Safe Cryptography](https://learning.quantum.ibm.com/course/practical-introduction-to-quantum-safe-cryptography)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmeterdempmk%2Fquantum-safe-cryptography","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmeterdempmk%2Fquantum-safe-cryptography","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmeterdempmk%2Fquantum-safe-cryptography/lists"}