0
I want to convert wif as Base58 string to byte array.
Private key to WIF
printf 800C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D507A5B8D | xxd -r -p | base58
5HueCGU8rMjxEXxiPuD5BDku4MkFqeZyd4dZ1jvhTVqvbTLvyTJ
Now I want reverse this (WIF to private key), form 5HueCGU8rMjxEXxiPuD5BDku4MkFqeZyd4dZ1jvhTVqvbTLvyTJ to 800C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D507A5B8D
Im using that library https://github.com/keis/base58 But I can change or better if I can use only bash without extra library
full example https://en.bitcoin.it/wiki/Wallet_import_format
Are you looking for an alternative tool to decode base58 to hex? – James C. – 2019-01-22T13:29:34.293
no the alternative. with this tool I can't to base58 to hex, or I don't understand How can I that – monkeyUser – 2019-01-22T13:55:11.537