Crypto Deep Tools a set of scripts for detailed cryptanalysis of the Blockchain network in cryptocurrency Bitcoin
Analyze the data from the file "RawTX.json" (which we received in 01BlockchainGoogleDrive)
Script breakECDSA.py reconstructs the signed message for each to find the Z value. The result is returned as R, S, Z, PUBKEY for each of the inputs present in the data in the "RawTX.json" file.
- Tutorial: https://youtu.be/BYd-cuFRZmM
- Tutorial: https://cryptodeep.ru/break-ecdsa-cryptography
- Open Our Terminal for Google Colab
- Create a folder "Blockchain"
- Run script getsign.sh
git clone https://github.com/demining/CryptoDeepTools.git
cd CryptoDeepTools/02BreakECDSAcryptography/
sudo apt install python2-minimal
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
sudo python2 get-pip.py
pip2 install -r requirements.txt
chmod +x getsign.sh
./getsign.sh
Donation Address | |
---|---|
♥ BTC | 1Lw2gTnMpxRUNBU85Hg4ruTwnpUPKdf3nV |
♥ ETH | 0xaBd66CF90898517573f19184b3297d651f7b90bf |