
 __                       ____                          __         
/\ \__         __        /\  _`\                       /\ \        
\ \ ,_\  _ __ /\_\  _____\ \ \/\_\  _ __    __      ___\ \ \/'\    
 \ \ \/ /\`'__\/\ \/\ '__`\ \ \/_/_/\`'__\/'__`\   /'___\ \ , <    
  \ \ \_\ \ \/ \ \ \ \ \L\ \ \ \L\ \ \ \//\ \L\.\_/\ \__/\ \ \\`\  
   \ \__\\ \_\  \ \_\ \ ,__/\ \____/\ \_\\ \__/.\_\ \____\\ \_\ \_\
    \/__/ \/_/   \/_/\ \ \/  \/___/  \/_/ \/__/\/_/\/____/ \/_/\/_/
                      \ \_\                                        
                       \/_/                                        

tripCrack v1.0
==============

Infos
-----
tripCrack, is a tripcode cracker that cracks common tripcodes from 
4chan/7chan/iichan etc

It's written in C, it should compile
on nearly every system, which supports the standard C library.

Also, I've included a Windows binary, because most windows users
probably don't know what C is.

I've also used UPX to pack the exe to make it smaller.


How to use
----------
Usage: tripCrack [options] [hash or part of hash]
Options:
  -c    Charset (common,all,letters,numeric) common is default
  -h    Help (Display this)
Note: The "all" charset is somewhat unreliable


Example of output
-----------------

%>tripCrack test
Using Charset: common
Charset size: 66
Checking for matches against: test
NDH - PTeStqStG.
9xb - CTeSTR88xM
SHE+ - vnyhTeSTxM
5J7- - 7jzxgtest6
PSE- - TFItEsTLiQ
G6t- - yLxltestlY
JjO. - JbtEstfjbo
72h. - HFTeSTjJHs

%>tripCrack -c numeric test
Using Charset: numeric
Charset size: 13
Checking for matches against: test
63823+ - 7TEStJu03I
17-33+ - KCtEsTsX9w
-1.+4+ - PuqTeStRPs
7164+- - teSTPCujdc
161+2- - 5GafJtEsTI
+8855- - TeStVZl4d.
33977. - yumXtesT2o
1461.0 - kEUhjtEsTs

%>tripCrack -c letters test
Using Charset: letters
Charset size: 52
Checking for matches against: test
NDH - PTeStqStG.
yIHA - 6JMJtestko
ZpJA - Z8ZaUtEsTU
aCaB - eE8tEstitM
jVhB - 3TEst4FpHM
GBbF - WdkLNtEStU
yHBG - iVzAtESTVA
ezwG - 51YTEStrUw


Recompiling
-----------
This program requires gcc.
To recompile tripCrack, cd /path/to/src and make.


Legal
-----
This program uses Ultra-fast Crypt, for optimization reasons,
which has been published under the GNU GPL v2, so if you plan on
using it, please remember this.
UFC source files are:
crypt.c
crypt_util.c
ufc-crypt.h
patchlevel.h

tripCrack itself, can be considered released under public domain.
tripCrack.c is the only tripCrack file.
