2025-01-14 20:24:23 +00:00
|
|
|
# Mersenne Twister 32 bit seeding => bx consumption pattern => BIP32 master key
|
2024-12-17 11:54:08 +00:00
|
|
|
|
2025-01-14 20:24:23 +00:00
|
|
|
This is a special and unusual way of generating keys with BIP32, but without derivations.
|
2024-12-17 11:54:08 +00:00
|
|
|
|
|
|
|
See [libbitcoin-explorer bx-ec-new](https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-ec-new) for details.
|
|
|
|
|
|
|
|
Victims could have used a combination of `bx seed` and `bx ec-new` to generate weak keys in this range.
|
|
|
|
|
|
|
|
|
|
|
|
## Observed Usage
|
|
|
|
|
|
|
|
* We only investigated usage with Bitcoin.
|
|
|
|
* Compressed and uncompressed pubkeys
|
|
|
|
|
|
|
|
## Writeups
|
|
|
|
|
|
|
|
* See [research update #1](https://milksad.info/posts/research-update-1/).
|