{"id":19688850,"url":"https://github.com/harshitgarg22/quantum_image_encryption","last_synced_at":"2025-10-20T12:56:45.603Z","repository":{"id":53681397,"uuid":"273844716","full_name":"harshitgarg22/quantum_image_encryption","owner":"harshitgarg22","description":"Quantum Image Encryption implemented in qiskit.","archived":false,"fork":false,"pushed_at":"2021-03-19T13:45:42.000Z","size":32,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T08:12:54.867Z","etag":null,"topics":["qiskit","quantum-computing"],"latest_commit_sha":null,"homepage":"https://harshitgarg.in/quantum","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harshitgarg22.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}},"created_at":"2020-06-21T06:02:52.000Z","updated_at":"2023-04-23T12:38:30.000Z","dependencies_parsed_at":"2022-09-22T15:12:55.594Z","dependency_job_id":null,"html_url":"https://github.com/harshitgarg22/quantum_image_encryption","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshitgarg22%2Fquantum_image_encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshitgarg22%2Fquantum_image_encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshitgarg22%2Fquantum_image_encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshitgarg22%2Fquantum_image_encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshitgarg22","download_url":"https://codeload.github.com/harshitgarg22/quantum_image_encryption/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240995346,"owners_count":19890717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["qiskit","quantum-computing"],"created_at":"2024-11-11T18:39:11.089Z","updated_at":"2025-10-20T12:56:40.572Z","avatar_url":"https://github.com/harshitgarg22.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Source https://github.com/othneildrew/Best-README-Template/ --\u003e\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![GPLv3 License][license-shield]][license-url]\n\n\n*The project is currently under development so all features have not yet been developed.*\n\n# Quantum Image Encryption\n\nAn implementation of the 2017 paper on quantum image encryption based on NEQR, 2-D logistic sine map, bit-planes, and gray codes.\n\n[Request Feature](https://github.com/harshitgarg22/quantum_image_encryption/issues)\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n- [Quantum Image Encryption](#quantum-image-encryption)\n  - [Table of Contents](#table-of-contents)\n  - [About The Project](#about-the-project)\n    - [Built With](#built-with)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n  - [Usage](#usage)\n  - [Roadmap](#roadmap)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Contact](#contact)\n\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\n\nThis is part of the work that I am doing for Practice School-1 internship at UST Global. This project aims to implement Quantum Image Encryption as specified in [this paper](https://ieeexplore.ieee.org/document/8119911) (IEEE link). It uses NEQR, bit-planes, gray codes, and 2-D logistic sine map to achieve this.\n\n\n### Built With\n\n* [qiskit](https://qiskit.org/)\n* [Pillow](https://github.com/python-pillow/Pillow/)\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nThis short tutorial will guide you to set-up the python environment, generate a random image and run the a demo of the program.\n\n### Prerequisites\n\n1. Clone the repo\n```sh\ngit clone https://github.com/harshitgarg22/quantum_image_encryption.git\n```\n2. Install packages (**Create a virtual environment first!**)\n```sh\npython3 -m pip install -r requirements.txt\n```\n3. (Optional) Generate random 4x4 grayscale pixel image (stored as random.png).\n```sh\npython3 image.py\n```\n\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nStart demo from `main.py`\n```sh\npython3 main.py\n```\nThis will take up the image `random.png` and output the encrypted image.\n\n\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\nSee the [open issues](https://github.com/harshitgarg22/quantum_image_encryption/issues) for a list of proposed features (and known issues).\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the GPLv3 License. See `LICENSE` for more information.\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nHarshit Garg - hg1229@gmail.com\n\nProject Link: [github.com/harshitgarg22/quantum_image_encryption/](https://github.com/harshitgarg22/quantum_image_encryption)\n\n\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[forks-shield]: https://img.shields.io/github/forks/harshitgarg22/quantum_image_encryption\n[forks-url]: https://github.com/harshitgarg22/quantum_image_encryption/network/members\n[stars-shield]: https://img.shields.io/github/stars/harshitgarg22/quantum_image_encryption\n[stars-url]: https://github.com/harshitgarg22/quantum_image_encryption/stargazers\n[issues-shield]: https://img.shields.io/github/issues/harshitgarg22/quantum_image_encryption\n[issues-url]: https://github.com/harshitgarg22/quantum_image_encryption/issues\n[license-shield]: https://img.shields.io/github/license/harshitgarg22/quantum_image_encryption\n[license-url]: https://github.com/harshitgarg22/quantum_image_encryption/blob/master/LICENSE\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshitgarg22%2Fquantum_image_encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshitgarg22%2Fquantum_image_encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshitgarg22%2Fquantum_image_encryption/lists"}