mimoo / Diffie-Hellman_Backdoor
- пятница, 25 марта 2016 г. в 02:12:52
Python
How to backdoor Diffie-Hellman
This repo contains some research I'm currently doing on how to backdoor Diffie-Hellman:
Other repositories were created during this research:
github/test_DHparams contains a tool to check your Diffie-Hellman parameters (is the modulus long enough? Is it a safe prime? ...)
github/GoNTL contains an extension of the go bignumber library along with an implementation of Pollard Rho for discrete logarithm