Skip to content

v1.0: Wiener's Attack

Latest
Compare
Choose a tag to compare
@yechs yechs released this 17 May 22:48
a93f347

The code implements Wiener's attack (also known as the low private exponent attack) on RSA encryption using Python 3.
It is a part of my MATH 313 Introduction to Number Theory finals presentation.

All dependencies are listed in requirements.txt. To run this program, you need to clone this repo, install the dependencies with pip, and run the main file Wiener.py

# Clone & Enter the repo
git clone https://github.com/yechs/MATH313-Wiener_Attack.git
cd MATH313-Wiener_Attack

# Install the dependencies
pip install -r requirements.txt

# Run it!
python3 Wiener.py