Skip to content

Experimental cryptography lab for analyzing and reconstructing Shamir Secret Sharing shares, deriving BIP-39 seeds, and testing Bitcoin addresses

License

Notifications You must be signed in to change notification settings

Gitkrunixdev/Shamir-Cracker-Lab

Repository files navigation

💚 Support our mission: Back Shamir Cracker Lab

Experimental cryptography lab for analyzing and reconstructing Shamir Secret Sharing shares, deriving BIP-39 seeds, and testing Bitcoin addresses

⚠️ Note

This project is for educational purposes only. It is not intended for unauthorized cracking or recovery of resources.

🔐 Shamir-Cracker-Lab

🧠 Functions

  • Shamir Share Metadata Analysis
  • Generating Test Shares from a Secret
  • Reconstructing the Seed and Deriving a BTC Address
  • Brute-Force with a Limited Dictionary
  • Share Guessing Heuristics
  • Tkinter Graphical User Interface (GUI)

Tkinter GUI InterfaceFix it step by step Pillow and Pywhatkit:

✅ Solution # Install dependencies # Quick check

1\Open your terminal or command prompt.

Run the following command to install Pillow:

'''bash

pip install pillow, python -m pip install pillow

python -c "import PIL; print('Pillow version:', PIL.version)"

'''Powershell

import PIL.print(PIL_version__)

2\Run the following command to install Pywhatkit:

'''bash

python -m pip install pywhatkit

python -c "import pywhatkit; print('pywhatkit:', pywhatkit.version)"

pip install pillow pywhatkit

python -c "import PIL, pywhatkit; print('Pillow:', PIL.version, '| pywhatkit:', pywhatkit.version)"

✅ Correct version check

'''bash

python -c "import PIL, pywhatkit; print('Pillow:', PIL.version, '| pywhatkit:', pywhatkit.VERSION)"

About

Experimental cryptography lab for analyzing and reconstructing Shamir Secret Sharing shares, deriving BIP-39 seeds, and testing Bitcoin addresses

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages