A potentially-working pair of scripts to more-effectively use eschalot

y.st ee7c9e6fdd Update to use class \st\y\wrapper\dir directly instead of function \st\y\dir() пре 8 година
tools 3080a106d0 Reworked eightoni code to create twooni пре 8 година
LICENSE d181624f7f Init commit пре 8 година
README.txt 44b3d29106 Fixed README.txt пре 8 година
eightoni 377080205b Initial upload to <https://notabug.org/y.st./eightoni> пре 8 година
eightoni-sort ee7c9e6fdd Update to use class \st\y\wrapper\dir directly instead of function \st\y\dir() пре 8 година
twooni 3080a106d0 Reworked eightoni code to create twooni пре 8 година
twooni-sort ee7c9e6fdd Update to use class \st\y\wrapper\dir directly instead of function \st\y\dir() пре 8 година

README.txt

This project is my latest attempt to fine a good onion address. At the
time of uploading, this project had not had enough time to actually
find a good onion address, so I am not sure if it can find one in a
reasonable amount of time.

The theory behind how this works is that it uses eschalot's word list
mode to find onion addresses made up of sixteen-letter words and onion
addresses beginning in eight-letter words. A second included script
then can be called that sorts the onion addresses found into three
categories: sixteen-letter word onions, onions ending in eight-letter
words, and "bad" onions. As the only onions present not composed of
sixteen-letter words will start with eight-letter words, the second
category of onion addresses will contain only onion addresses made up
of two eight-letter words. The default word lists are made up of all
the eight- and sixteen-letter, onion-compatible words present in all
the Debian dictionaries, meaning that several languages are used.

Running eightoni will require eschalot, which may be found at
. Running eightoni-sort
will require PHP and my PHP class and function library. PHP should be
in your system's repository. My library may be found at
.

*UPDATE*: TWOONI

Reworking the code of eightoni a bit, I was able to make the improved
twooni. In word list mode, eschalot cannot find words containing less
than eight characters. Twooni-sort takes these onion addresses
beginning in words containing at least eight characters, figures out
the length of the initial word, and checks the remainder of the address
to see if it is a word. If not, the onion address is thrown out.