Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: krashfire on October 03, 2022, 04:33:56 PM



Title: whitebox_ECDSA_attack_tool
Post by: krashfire on October 03, 2022, 04:33:56 PM
I cant seem to install the ecdsattack Module. i got this error while installing on Parrot OS (Debian).

#pip install ecdsattack
ERROR: Could not find a version that satisfies the requirement ecdsattack
ERROR: No matching distribution found for ecdsattack

how do i fix this?


Title: Re: whitebox_ECDSA_attack_tool
Post by: NotATether on October 03, 2022, 05:34:49 PM
It doesn't seem to be available on PyPI. So you have to install it from source by following the instructions on its Github: https://github.com/Ledger-Donjon/whitebox_ECDSA_attack_tool


Title: Re: whitebox_ECDSA_attack_tool
Post by: krashfire on October 03, 2022, 06:18:19 PM
It doesn't seem to be available on PyPI. So you have to install it from source by following the instructions on its Github: https://github.com/Ledger-Donjon/whitebox_ECDSA_attack_tool

yeah i found it. the author gave the wrong instruction. it should be

#cd whitebox_ECDSA_attack_tool
#pip install .

author ask to

#cd whibox
#pip install . (this is wrong)