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

krunixbase/Shamir-Cracker-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

πŸ” 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages