An open API service indexing awesome lists of open source software.

https://github.com/breezy-codes/quantum-cryptography-guide

This project is an exploration into quantum mechanics and quantum cryptography. Understanding the principles and applicaitons of quantum technologies before exploring quantum algorithms for cryptography and their impact on this field. The project includes both explanations and code for learning about the field.
https://github.com/breezy-codes/quantum-cryptography-guide

cryptographic-algorithms cryptography cryptography-project quantum quantum-computing quantum-computing-research quantum-crypto quantum-cryptography quantum-key-distribution quantum-mechanics shor-algorithm tutorials

Last synced: 8 months ago
JSON representation

This project is an exploration into quantum mechanics and quantum cryptography. Understanding the principles and applicaitons of quantum technologies before exploring quantum algorithms for cryptography and their impact on this field. The project includes both explanations and code for learning about the field.

Awesome Lists containing this project

README

          

# Exploring Quantum Cryptography




linkedin logo




youtube logo




portfolio logo




ORC-ID





Deployment Status



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](https://nla.gov.au/nla.obj-3336557334/view)**, this is a growing project designed to provide a comprehensive introduction to quantum cryptography.

---

## About the Project

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.

---

## What is Quantum Cryptography?

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.

---

## How to Use

1. Clone the repository:

```bash
git clone https://github.com/breezy-codes/quantum-cryptography-guide.git
```

2. Navigate to the directory:

```bash
cd quantum-cryptography-guide
```

3. Set up a virtual environment and install dependencies:

```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

---

## Contributions

Suggestions and pull requests are welcome! If there's a topic you'd like to see covered or improved, feel free to contribute.

---

## Helpful Resources

- [A Security Site](https://asecuritysite.com/)
- [Learn Cryptography](https://www.khanacademy.org/computing/computer-science/cryptography)
- [GeeksforGeeks: Cryptography](https://www.geeksforgeeks.org/cryptography-and-its-types/)
- [The Code Book by Simon Singh](https://www.amazon.com.au/gp/product/0385495323/)

---

## Contact

Questions or feedback? Connect with me on [LinkedIn](https://www.linkedin.com/in/brianna-laird/).

---

Explore, learn, and enjoy the quantum world! 🚀