Skip to content

A python3 script to perform Diffie-Hellman brute-force attack.

Notifications You must be signed in to change notification settings

konsaranto/DH_brute-force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Overview

A python3 script to perform Diffie-Hellman brute-force attack.

This script was created for educational purposes. Stay away from illegal activities.

Usage

DH_brute-force.py b^emodk=r
  • b: the base (b>0)
  • e: the exponent (leave as e)
  • k: the divisor (k>0)
  • r: the remainder (r>0)

Contact Information

Konstantinos Sarantopoulos
[email protected]

About

A python3 script to perform Diffie-Hellman brute-force attack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages