Experimental cryptography lab for analyzing and reconstructing Shamir Secret Sharing shares, deriving BIP-39 seeds, and testing Bitcoin addresses
This project is for educational purposes only. It is not intended for unauthorized cracking or recovery of resources.
🔐 Shamir-Cracker-Lab
- 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:
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__)
'''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)"
'''bash
python -c "import PIL, pywhatkit; print('Pillow:', PIL.version, '| pywhatkit:', pywhatkit.VERSION)"