BlinkyStitt / vanitygen

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

Protected key cannot be loaded by keyconv #19

Closed wigy-opensource-developer closed 7 years ago

wigy-opensource-developer commented 8 years ago

I get a coredump at util.c:374: vg_set_privkey: AssertionEC_KEY_check_key(pkey)' failed.` when trying to run the following command line before getting a chance to give the password:

./keyconv PsSK66L2Ysw4hZzWinGoNm2gqCG9hSq6DMDG2JqxxpN7eYBNnXYMzYNT8JU3gVCcTDhD

I have compiled from source on an Ubuntu 15.10 with up-to-date OpenSSL libraries.

exploitagency commented 7 years ago

keyconv only converts an unencrypted private key to its public address. I merged some code into my repo from someone else to include a decrypt function. keyconv -d encryptedkey enter password output decrypted key

wigy-opensource-developer commented 7 years ago

Thanks @exploitagency to dig up this far into issues put on forks. I will check out https://github.com/exploitagency/vanitygen-plus