home *** CD-ROM | disk | FTP | other *** search
/ Hacker / Hacker.iso / HACKER / CRACK / FZC / FZC.CFG < prev    next >
Text File  |  1995-07-19  |  1KB  |  38 lines

  1. # FZC 1.03 Sample Configuration File
  2.  
  3. # FZC will search for this file in the current directory then in the
  4. # same directory as FZC.EXE and finally give up and use the defaults.
  5. # If a variable is not set here, its default value is used.
  6.  
  7. # Empty lines and lines beggining with a '#' are ignored.
  8. # Everything is converted to uppercase and the spaces stripped.
  9. # None of the things you can set here are saved to RESUME.FZC
  10.  
  11. # CrackMethod tells FZC which method is faster in your particular
  12. # CPU/cache/motherboard configuration. Possible values:
  13. #   ?  =  sense at run-time (default) (do not use with multitaskers)
  14. #   1  =  no precalcs
  15. #   2  =  2 Kpc
  16. #   3  =  16Kpc
  17. #   4  =  64Kpc
  18.  
  19. CrackMethod=?
  20.  
  21. # Beep = N (default) (no beep), S (short) or L (loud)
  22. # Gives a beep every time a password is found.
  23.  
  24. Beep=N
  25.  
  26. # AutoSave=x            (default = 30)
  27. # Automatically creates a RESUME.FZC every x minutes.
  28. # x integer between 0 and 60. 0 = disable auto-save.
  29.  
  30. AutoSave=30
  31.  
  32. # Verbose = Y or N      (default = N)
  33. # In the Y mode, FZC logs every session, successful or not, to the logfile,
  34. # including multiple entries in the automatic-length mode.
  35. # In the N mode, a session is logged only if at least 1 password is found.
  36.  
  37. Verbose=N
  38.