MMDRZA Guideline Portal
HomeProductsGithub
  • Guide
    • Install Python
    • Rich Address Downloader
    • Code Signing
      • How to Sign an .exe File in Windows
  • Cryptofuzz
    • Example
      • 🗝️Decimal
      • 📝Mnemonic
      • 🔐Private Key (HEX)
      • 🔑Private Key (Wif)
    • Private Key To Bitcoin
    • Private Key To Ethereum
    • Private Key to Tron (trx)
    • Private Key To Dogecoin
    • Private Key To DASH
    • Private Key To Litecoin
    • Private Key To Bitcoin Gold
    • Private Key To Digibyte
    • Private Key To Ravencoin
  • SECP256K2
    • Profile Test
    • Decimal To Private Key (Wif)
    • Decimal to Address
    • Decimal To Ethereum
    • Decimal to RIPEMD160
    • wif Private Key To Private Key (hex)
    • Convert Private Key To Wif Compressed and Uncompressed
    • Wif to Decimal
    • Private Key (decimal) To RIPEMD160 (h160)
    • Decimal To Compressed and uncompressed Address
Powered by GitBook
On this page
  • Install With pip in Windows
  • Install With pip3 in Linux

Was this helpful?

Cryptofuzz

install and useing cryptofuzz package on python script

Install With pip in Windows

pip install --upgrade cryptofuzz

Install With pip3 in Linux

# install pip3 luncher
sudo apt-get update&&sudo apt-get upgrade -y
sudo apt-get install python3-pip
# cryptofuzz install command pip3
pip3 install --upgrade cryptofuzz

PreviousHow to Sign an .exe File in WindowsNextExample

Last updated 1 year ago

Was this helpful?