Skip to content

This tool is used to solve the discrete logarithm problem

Notifications You must be signed in to change notification settings

Vozec/DLP-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLP-Solver

This tool is used to solve the discrete logarithm problem

Discrete Log Problem

We search a x satisfying h=g^x mod p for given h,g,p

Algorithms:

  • Baby-Step Giant-Step algorithm
  • Pohlig-Hellman algorithm
  • Pollard's rho algorithm
  • Sympy Solver

Usage:

python3 DLP\ Solver.py -g ... -p ... -h ...

#Example:

Alt text

This tools was inspired by many writings/codes of other people from previous CTF Writeup

About

This tool is used to solve the discrete logarithm problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages