Inspired by BTCKeyGen, I created a similar tool called
private-key-visualiser, sources available here:
https://github.com/DeckerSU/private-key-visualiserLive demo: https://keyz.decker.im/It’s similar in functionality but with added support for nested and native SegWit addresses, as well as Taproot addresses.
I also implemented basic "image shifting" routines for a bit of fun – for example, you can draw a square and move it across the board using the
A,
W,
S,
D keys.
Everything is packed into a single HTML file, with libraries loaded externally from esm.sh and cdn.jsdelivr.net. Have fun
