Eschalot is a TOR hidden service name generator, it allows one to produce a (partially) customized vanity .onion address using a brute-force method.
The source can be found at https://github.com/ReclaimYourPrivacy/eschalot
Before Installation things needed:
Installation:
This downloads eschalot onto the server with the name eschalot.zip
To extract eschalot.zip
Will change to the eschalot extracted directory
The source can be found at https://github.com/ReclaimYourPrivacy/eschalot
Before Installation things needed:
Code:
Eschalot requires OpenSSL-0.9.7-or-later libraries with source headers.
You will also need a make utility (either BSD or GNU make will do) and
a C compiler (gcc, pcc, or llvm/clang).
Installation:
This downloads eschalot onto the server with the name eschalot.zip
Code:
wget https://github.com/ReclaimYourPrivacy/eschalot/archive/master.zip -O eschalot.zip
To extract eschalot.zip
Code:
unzip eschalot.zip
Will change to the eschalot extracted directory
Code:
cd eschalot*