home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / TemaCD / crark / READ.ME < prev    next >
Text File  |  2001-02-18  |  1KB  |  39 lines

  1. To quick start password cracking:
  2.  
  3. 1)  Rename one of "english.def", "spanish.def" or "russian.def" to
  4. the "password.def" file
  5.  
  6. 2) Make sure if you run linux version of the program you convert
  7. this file from DOS text format to UNIX one and chmod +x crark
  8.  
  9. 3) Read about password definition rules (section 4.2) until
  10. you understand password definition examples from 4.4.
  11.  
  12. 4) Change the password.def file below the '##' line
  13. according the character set you will use.  To do it,
  14. read section 4.2.1 of documentation. For example, if
  15. you decide to use both case Latin letters and digits,
  16. change password definition to
  17.   [$a $A $1] *
  18.  
  19. 5) Test your password definition using -v option.
  20. You also may test the cracker on this archive.
  21. Run:
  22.    crark -ptry_me.def crark23a.rar
  23.  
  24. 6) Run the program
  25.  
  26.    crark <your_file>
  27.  
  28. 7) If you have questions, read the FAQ (section 5) first.
  29.  
  30. 8) Read the full docs, finally
  31.  
  32.   Please remember I almost have no time to support
  33. this free utility.
  34.  
  35.   If you will make "password.def" file for other language,
  36. send it to me please.
  37.  
  38.   Good luck!
  39.