Offline dice → BIP39 recovery phrase tool.
What this is
- Physical dice (or secure system random) entropy
- Unbiased rejection sampling
- Offline checks before entropy and before phrase creation
- Backup verification, then session destroy
- No seed storage, no vaults, no multisig, no audit platform
What this is not
- Not a hardware wallet
- Not a vault manager
- Not a multisig coordinator
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt
python -m pytest tests -q
python main.py- Security notice
- Phrase length (12 / 24)
- Entropy source
- Dice profile
- Offline verification
- Enter / accept dice groups
- Silent offline recheck → create phrase
- Word review → full review → confirm
- Destroy session
This is desktop software. Windows swap, malware, and screen capture are outside its control. Dedicated offline hardware remains stronger for high-value keys.