|
|
|
|
|
by arcane_node
348 days ago
|
|
Thanks - I appreciate the comment. It's a valid concern, and one I thought about while making this. Just to clarify a few things: - I've explicitly discouraged entering a real mnemonic, in several places. In fact I tried to steer people in a safe direction by putting the random generation component first. The article works best when starting with random entropy. - All the BIP39 logic is handled client-side using paulmillr/scure-bip39, a minimal audited library. - It works fully offline - no backend, no database, no server calls. - There are no cookies or tracking scripts beyond simple pageview stats via Plausible (which is privacy-focused) That said, I’d genuinely welcome suggestions on how to make it more trustable. Do you think open-sourcing the code for the page/site would help? |
|