BlinkyStitt / vanitygen

GNU Affero General Public License v3.0
39 stars 14 forks source link

[Wishlist] Support for generating mini-private-keys #13

Open ribasushi opened 10 years ago

ribasushi commented 10 years ago

Mini-keys are generated via sha256-ing a random string, as opposed to the direct random bytes as used by EC_KEY_generate_key. The only change necessary to support this mode of operation would be to replace EC_KEY_generate_key, and to keep track of the original minikey in addition to everything else.

https://en.bitcoin.it/wiki/Mini_private_key_format#Decoding https://en.bitcoin.it/wiki/Mini_private_key_format#Creating_mini_private_keys

BlinkyStitt commented 7 years ago

Check out https://github.com/exploitagency/vanitygen-plus