05nelsonm / kmp-tor-resource

Tor resources for kmp-tor
Apache License 2.0
3 stars 0 forks source link

Add commands to `tor.main` for key generation #3

Open 05nelsonm opened 11 months ago

05nelsonm commented 11 months ago

Modify tor to add a new CLI command --gen-keypair (or something to that effect). It will take in a type parameter of x25519 or ed25519 to either generate v3 hidden service auth keys (x25519), or a new onion address (ed25519).

This will allow for key generation w/o the need to be running tor.

05nelsonm commented 11 months ago

This work will commence after a 2.0.0-alpha release of kmp-tor. Want to get that out so it can mature as much as possible before implementing new features. This will happen in maybe a 2.1.0 release or something, but is definitely on the roadmap because it is a requirement for another project.