Skip to content
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

How to generate domains #84

Open
mateusfmello opened this issue Jan 17, 2024 · 1 comment
Open

How to generate domains #84

mateusfmello opened this issue Jan 17, 2024 · 1 comment

Comments

@mateusfmello
Copy link

Does anyone have a model on how to use the library just to generate .onion domains, or a better way to do this?
I'm new to the Tor network, but I wanted to generate some domains using GoLang to do some testing :D

@cretz
Copy link
Owner

cretz commented Jan 17, 2024

Onion domains are just ed25519 public keys w/ some extra data then base 32'd IIRC. See the github.com/cretz/bine/torutil package on how you can create them from ed25519 public keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants