Oniongen-rs

A v3 .onion address vanity URL generator written in Rust.

This implementation generates random ed25519 keys across all CPU cores. If the address generated matches your prefix, the hostname, public key, and private key are written to a new directory.

Installation

cargo install oniongen-rs

Usage

oniongen-rs -n <number> -o <output> <prefix> Only prefix is required. The number flag is the number of addresses with the correct prefix to compute. The default is 1. The output flag is where to output the directories. The default is the current directory.

Example

oniongen-rs -n 100 -o data/ rust

Todo