Anyone ever used this?
Here's how it works:
- Your input text is hashed using SHA256, producing a 256-bit (32-byte) hash
- The hash is converted to binary, giving us 256 bits
- These bits are split into 24 chunks of 11 bits each
- Each 11-bit chunk represents a number between 0-2047
- These numbers map to words in the BIP39 wordlist