home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / TemaCD / yaac / yaac10a.arj..arj / READ.ME < prev    next >
Text File  |  2001-02-16  |  2KB  |  48 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 yaac.
  8.  
  9. 3) Run the cracker on your ARJ file
  10.  
  11.    yaac <your_file>
  12.  
  13. 4) The program will print the most probable first three symbols
  14. of the password. Relying on these data, you  may
  15. guess the characters that comprise your password.
  16. The program determines the first and the third characters of
  17. the  password  most  exactly, so  it  is these characters that
  18. allow you to determine the character set to be used.
  19. In most cases, you should use the character set displayed
  20. by the YAAC in the message "Rocommended set of chars ..."
  21.  
  22. 5) Change the password.def file below the '##' line
  23. according the character set you will use.  To do it,
  24. read section 4.2.1 of documentation. For example, if
  25. you decide to use both case Latin letters and digits,
  26. change password definition to
  27.   $s(2) $s(3) [$a $A $1] *
  28.  
  29. 6) Read about password definition rules (section 4.2) until
  30. you understand password definition examples from 4.4.
  31.  
  32. 7) Test your password definition using -v option.
  33. You also may test the cracker on this archive. Delete
  34. all files from yaac10.arj except "try_me!" file and run
  35.    YAAC -ptry_me.def yaac10.arj
  36.  
  37. 8) If you have questions, read the FAQ (section 5) first.
  38.  
  39. 9) Read the full docs, finally
  40.  
  41.   Please remember I almost have no time to support
  42. this free utility.
  43.  
  44.   If you will make "password.def" file for other language,
  45. send it to me please.
  46.  
  47.   Good luck!
  48.