Damus
N · 1w
https://blossom.primal.net/19e511a514fcbf10b77b54e0bb8c3bf6ae3c7c741c44b4336cd91318542a5b77.png
bootlace profile picture
Some folks may disagree with me, but trusting opaque hardware for generating entropy/seeds/keys is a single point of failure.

Last night, I used AI to architect a zero-trust alternative. It bypasses silicon entirely by forcing 128 physical coin flips to generate the master seed.

- Deterministic single-file HTML build
- CSP locked / offline execution
- Full BIP85 index derivation
- Airgapped QR code export
- Zero hardware trust (Physics only)

Have your AI verify my AI:
https://github.com/ghscuuo/airgap-coinflip
2
₿k · 1w
why coinflip and not dice roll?
gandlaf21 · 6d
you can create a random seed phrase (mostly) without software. All you need is the wordlist (with indexes) and a coin. flip the coin 11 times. this will give you 11 bits. transform the bits into decimal number index and lookup the word in the wordlist, boom, first word down repeat 11 times. f...