ryancdotorg / brainflayer

A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.
https://rya.nc/brainflayer
904 stars 460 forks source link

Base 58 to hex conversion #195

Open IntrinsicInnovation opened 3 months ago

IntrinsicInnovation commented 3 months ago

I believe we need to convert a list of base 58 addresses to hex. All of the instructions fail to mention that fact. So, I believe I created a bloom filter using the hex2blf from base58 addresses. So, I'm assuming this is wrong. Where can I get a base 58 to hex conversion program that can convert a file of base 58 to hex?

thanks so much!

battlenetcs commented 3 months ago

https://github.com/cockerfly/convert works like a charm