keys.deconstructed
This toy app deconstructs and re-implements the generation of Bitcoin keys. This was inspired by keys.lol, with some extra features. With this you can:
- go from a seed back to an offset/page
- go from a BTC private key back to the seed
- jump to keys.lol or blockchain.com for the associated pages
Note that it has zero dependencies. No crypto libraries/packages involved. Everything was re-created from scratch and it fits in 500 lines of code. See for yourself.
- Design:
- In-Browser
- Coded with:
- Devtools
- Architecture made of:
- HTML, canvas, CSS & JavaScript