Brute-force tripcode finder for 2channel-style imageboards. Supports three tripcode algorithms used by different board software.
make
Produces three binaries, one per algorithm.
Append the found password to your name as #password when posting to get the matching tripcode.
./tripper2ch <search>
Requires a 448-byte salt file read from the board's source.
./trippershii <search> <salt-file>
./tripperc4 <search> <salt>
#password !tripcode
Search is case-insensitive by default. Build with -DCASE_SENSITIVE to change that. Build with -DMAX_TRIPCODE_LEN=N to search passwords up to length N (default 8).