mkp224o icon indicating copy to clipboard operation
mkp224o copied to clipboard

GPG key support?

Open jonathancross opened this issue 5 years ago • 4 comments

Would be great if this tool could generate ed25519 keys with vanity pubkey fingerprint for use in gpg.

jonathancross avatar Jan 23 '20 17:01 jonathancross

PGP fingerprints probably work quite differently. Would need to investigate. Not sure if it's worth my time. Quite a lot of things could benefit from fast ed25519 keygen but someone has to make it work. PRs and implementation related questions are probably kinda welcome if anyone wants to try.

cathugger avatar Jan 31 '20 17:01 cathugger

oh also someone mentioned that PGP fingerprint might have some more fields included, some of them freely modifiable which would be a whole lot faster than whatever ed25519 math my tool does. https://github.com/osresearch/pgp-vanity-keygen

cathugger avatar Jan 31 '20 19:01 cathugger

Thanks. Unfortunately they don't have Curve25519 support, but I'll keep looking.

jonathancross avatar Feb 26 '20 23:02 jonathancross

ah, rip, but it shouldn't be hard to fix that, their method don't really rely on certificate type, but I guess it's coded in not-so-flexible way.

cathugger avatar Mar 04 '20 17:03 cathugger