Encrypts a given message with RSA encryption and finds the private key using Shor's Algorithm
-
Updated
Jul 25, 2019 - Python
Encrypts a given message with RSA encryption and finds the private key using Shor's Algorithm
A pure Python implementation of Shor's quantum factorisation algorithm using classical matrix operations to simulate quantum circuits. This educational project demonstrates the core concepts of Shor's algorithm without requiring quantum computing frameworks like qiskit, making it accessible for learning how the quantum algorithm works step-by-step.
Add a description, image, and links to the shors topic page so that developers can more easily learn about it.
To associate your repository with the shors topic, visit your repo's landing page and select "manage topics."