You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gpg: key 707FBEEF: no valid user IDs
gpg: this may be caused by a missing self-signature
if I try to import gpg --import result.sec in my keyring I got:
gpg: key 1800EBBE: secret key imported
gpg: key 1800EBBE: no valid user IDs
gpg: this may be caused by a missing self-signature
then I try to self sign gpg -u 1800EBBE --sign result.pub
gpg: key 1800EBBE: secret key without public key - skipped
gpg: skipped "1800EBBE": secret key not available
gpg: signing failed: secret key not available
Trying to re-import the pub key with gpg --allow-non-selfsigned-uid --import result.pub
gpg: key 1800EBBE: accepted non self-signed user ID "Pippo"
gpg: key 1800EBBE: public key "Pippo" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
if I re-try to sign with gpg -u 1800EBBE --sign result.pub
I run the script and it finished producing
result.pub
andresult.sec
I changed line https://github.com/Valodim/pgp-vanity-keygen/blob/master/vanity.c#L195 to match my UID
if I try to import
gpg --import result.pub
in my keyring I got:if I try to import
gpg --import result.sec
in my keyring I got:then I try to self sign
gpg -u 1800EBBE --sign result.pub
Trying to re-import the pub key with
gpg --allow-non-selfsigned-uid --import result.pub
if I re-try to sign with
gpg -u 1800EBBE --sign result.pub
The text was updated successfully, but these errors were encountered: