2
I've used Vanitygen to generate a vanity Bitcoin address. I used the "-e" option to encrypt the private key. What I can't figure out is how to decrypt the protected key that was provided after generating the vanity address, nor can I find the encryption method used.
Is there a utility, library or program that I can use to decrypt the protected key in order to access the private key?
Lol I reviewed keyconv code but was serching for an flag to decrypt and didn't find it :D. Anyway accept your own answer to help other users. – frisco – 2013-12-11T11:21:26.307
that fails with a
– Tobias Kienzler – 2015-12-30T14:07:42.387keyconv: util.c:330: vg_set_privkey: Assertion \EC_KEY_check_key(pkey)' failed.` for me and others, I had to use elichai's fork which requires a-dflag for decryption