Post
Topic
Board Development & Technical Discussion
Re: Any wallet or address tool that can show my bip38 encrypted keys in HEX too?
by
juju
on 15/03/2015, 15:17:56 UTC
That is the question. I want to save some keys in cold storage in a durable medium, but I don't have the means to use all the base58 charset. HEX would be a good format.

Does anybody know a solution? I guess I could roll my own quick script or tool, but this could go horribly bad if I make a mistake. On a related question, any trustable test vectors on there for hex<->base58 converters that include bip38 keys?

I actually don't think this Library has bip38 support but its worth checking out, I have used it quite a bit in the past.
https://github.com/vbuterin/pybitcointools/

This probably would get some better responses having posted it in the Technical Discussion forum.