tintinweb / ecdsa-private-key-recovery

A simple library to recover the private key of ECDSA and DSA signatures sharing the same nonce k and therefore having identical signature parameter r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey. The script gives an error.

hunaman opened this issue · comments

python bitcrack.py
Traceback (most recent call last):
File "bitcrack.py", line 32, in
from ecdsa_key_recovery import EcDsaSignature
ImportError: No module named ecdsa_key_recovery
What do I need to install to make it work?

hey @hunaman,

python setup.py install or have the programm working dir = this repo.

Where do I get setup.py? Send me a link to the file. The repository does not have this setup.py file..

@hunaman seems like I forgot to add the setup.py :) just added it with 44e39d7

cheers.