Welcome to my Quantum Cryptography Project! This resource delves into the fascinating world of quantum cryptography, exploring algorithms, concepts, and their implementation using the Qiskit library in Python. Inspired by my report in the Deakin Maths Yearbook 2023, this is a growing project designed to provide a comprehensive introduction to quantum cryptography.
This project includes Jupyter notebooks covering topics like:
- Basics of quantum cryptography.
- Quantum algorithms such as Shor's algorithm and its implications.
- Practical demonstrations using Qiskit.
- Mathematics behind quantum cryptographic concepts.
Quantum cryptography uses principles of quantum mechanics to create secure communication systems. It leverages the unpredictability of quantum states and their sensitivity to measurement to detect eavesdropping, ensuring secure communication.
-
Clone the repository:
git clone https://github.com/breezy-codes/quantum-cryptography-guide.git
-
Navigate to the directory:
cd quantum-cryptography-guide
-
Set up a virtual environment and install dependencies:
python -m venv venv source venv/bin/activate pip install -r requirements.txt
Suggestions and pull requests are welcome! If there's a topic you'd like to see covered or improved, feel free to contribute.
Questions or feedback? Connect with me on LinkedIn.
Explore, learn, and enjoy the quantum world! 🚀