βπ 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
π 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)
###ποΈ Project Structure ###
shamir_lab/
βββ core/
β βββ analyzer.py
β βββ brute_force.py
β βββ generator.py
β βββ utils.py
βββ gui/
β βββ app.py
βββ wordlists/
β βββ bip39_english.txt
β βββ custom.txt
βββ examples/
β βββ sample_share.txt
βββ main.py
βββ README.md
βββ requirements.txt