-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output private/public keys to .der or .pem format #32
Comments
Why would you want that? What would you use it for? |
@cathugger I would use it in other libraries/ programs (like |
Can't openssl generate ed25519 keys on its own? Or you want them to have vanity fingerprint? |
That's right. I want to generate a private/public key pair with a nice name |
But how would that even work? I mean, |
@cathugger Thank you very much for your clarification. So, it is impossible to do, right? Another working case I could think of is Sing/verify messages with public/private keys. So, an owner of |
Thanks for clarifying why you wanted it. |
Edit: below message is a lie. It would make sense to shill something like this to onionbalance v3 peeps, because right now they use stuff incompatible with mkp224o so one can't generate v3 vanity key easily if using onionbalance. |
Previous message is sorta lie I guess, as apparently (at least now) onionbalance supports v3 private keys just fine.
|
As this topic is more active than my with question and it is kinda related, may I ask it here also?
|
I am not sure how difficult it is, but it would be great to implement this feature. Now, the output is 3 files
hs_ed25519_public_key
,hs_ed25519_secret_key
andhostname
. Is it possible also to add corresponding public/private keys in.der
and/orpem
format?The text was updated successfully, but these errors were encountered: