Releases: yechs/MATH313-Wiener_Attack
Releases · yechs/MATH313-Wiener_Attack
v1.0: Wiener's Attack
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