Skip to content

Release v1.02

Compare
Choose a tag to compare
@exploitagency exploitagency released this 18 Feb 05:43
· 21 commits to master since this release

Version 1.02, released February 18, 2017
- Add keyconv support(encryption/decryption of private keys using password)
- Fix misleading error messages


###Password protecting private keys:###
Linux: ./vanitygen -e Fgrs
Windows: vanitygen.exe -e Fgrs

Difficulty: 19627
Enter new password:
Verifying - Enter new password:
Pattern: Fgrs
Address: FgRsguD6fqcHM7HXHG6WDqSg78NrdRB4Bz
Protkey: PsTaTXeXSLDrVc8bjJVg6uTvDhdziG5jHXyM6jC1j1wf4EFCt5n5djP5rBbtnztkvQLQ


###Decrypting password protected private keys:###
Linux: ./keyconv -d PsTaTXeXSLDrVc8bjJVg6uTvDhdziG5jHXyM6jC1j1wf4EFCt5n5djP5rBbtnztkvQLQ
Windows: keyconv.exe -d PsTaTXeXSLDrVc8bjJVg6uTvDhdziG5jHXyM6jC1j1wf4EFCt5n5djP5rBbtnztkvQLQ

Enter import password:
Address: FgRsguD6fqcHM7HXHG6WDqSg78NrdRB4Bz
Privkey: 5JvKJy4XSeGRHapyTich5oVYiwANPbzjvFiHXSafawU4eNcD5Wt


RSA Key for GPG Verification: 1337C0DE3F42AAE20EBF166973D36800AABFACE4

gpg --keyserver keys.gnupg.net --recv 1337C0DE3F42AAE20EBF166973D36800AABFACE4
gpg --verify linux-binary.tar.gz.sig
gpg: assuming signed data in 'linux-binary.tar.gz'
gpg: Signature made Wed 15 Feb 2017 05:13:02 AM EST
gpg: using RSA key 1337C0DE3F42AAE20EBF166973D36800AABFACE4
gpg: Good signature from "Corey Harding (GitHub: ExploitAgency)...