iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.45k stars 1.43k forks source link

Entropy become binary not hexadecimal #389

Closed DroomieChikito closed 4 years ago

DroomieChikito commented 4 years ago

When input old seed entropy become as binary not hexadecimal.

I want to Hex for use it on Slip39

Thanks

iancoleman commented 4 years ago

Fixed with https://github.com/iancoleman/bip39/commit/244c76022af53c1f5b337a5a2cdb70358cf85e19 - Convert mnemonic to hex entropy instead of binary