Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

jbarthelmes/oniongen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oniongen

Generate vanity .onion URLs (i.e. they match a pattern you specify) with your CPU.

Compiling

Compile with any C compiler, link with libcrypto.

Example:

$ gcc oniongen.c -o oniongen -lcrypto

Usage

$ ./oniongen pattern

Will search for an .onion URL that begins with pattern.

Example:

$ ./oniongen onion

This will find an .onion URL for you that begins with "onion".

About

Generate vanity .onion URLs with your CPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages