Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 736 Bytes

Pollard's Rho - 1 Attack

Cryptography course - Term Project.

Filename Description
pollardRhoAttack.py python implementation of pollard's rho - 1 attack
run.sh shell script that runs above .py on all test cases
test/ folder containing all test cases
out/ folder containing all experiment outputs

Usage

Single Run

python pollardRhoAttack.py <N> <B> where, N is the large prime and B is the bound

Batch Run

./run.sh runs on all cases in test/