Skip to content

sandeshc/pollard-rho-attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Python implementation of Pollard's Rho - 1 attack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published