
 TRASH (C) v1.00 


  1: First searches the \pcb\main\PWDCAN file for any Wildcard match of
     strings. Be careful when adding new strings so the scanner doesn't stop
     every password attempt :-) No limits on the number of lines...


  2: Secondly searches the \pcb\main\TCAN file for Exact matches.


  3: The user has 6 retry attempts to choose a desent password. If failed,
     the system logs him off. (configurable)


  4: Fast searching. At my system with 2 x 2000 names it takes less than
     1 second on a 80386-40Mhz PC via our LAN. The code is 8086 optimized.
     Use trash.286 and rename it to trash.exe if you want 80286 optimized
     code.


  5: The valid user input is restrained to normal acsii characters + numbers,
     "-/!?1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
     No spaces are allowed.


  6: All prompts used are in language specific PROMPTS files. If you have
     other languages than the supplied ones, you *must* make a prompts file
     for it and add the needed lines.


 TRASH (C) v1.01 


  1: Added a TRASH.CFG file for the program.


  2: At TRASH.CFG line 1 you can select how many password retry attempts
     that shall be allowed before the user is logged off.


  3: At TRASH.CFG line 2 you can place Extended Ascii characters/symbols
     wich should be accepted as input from the user.



