home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / TemaCD / crark / ENGLISH.DEF < prev    next >
Text File  |  2001-03-27  |  2KB  |  85 lines

  1. # Password definitions are below the '##' line
  2.  
  3. # This is password definition file for PCL 2.0
  4. # for english language
  5.  
  6. # Dictionary definition - only if $u and $w will be used
  7. # $w = "c:\\dict\\main.dic"    # '\' needs to be shielded
  8. # $u = "user.dic"
  9.  
  10. # Charsets definition
  11. # Predefined charsets
  12. # You even could change it - reorder, remove or insert chars,
  13. # it doesn't affect .u and .l modifiers.
  14.  
  15. # $a = [abcdefghijklmnopqrstuvwxyz]
  16. # $A = [ABCDEFGHIJKLMNOPQRSTUVWXYZ]
  17. # $1 = [0123456789]
  18. # $! = [\{ \} : \" < > \? \[ \] ; ' , \. / ~ ! @ \# \$ % ^ & \* \( \) _ + ` - \= \\ |] #take care with \\
  19.  
  20. # Other charset (maybe pseudographic etc)
  21. $o = [ ]
  22.  
  23. # National charset - not necessary for english language
  24. # $i = []
  25. # $I = []
  26.  
  27. # Here metachar ? is equal to [$a $A $1 $! $i $I $o]
  28.  
  29. # Convert modifiers .c definition. Any symbol in ? will be converted
  30. # to appropriate symbol of conversion string.
  31. # Up to 256 conversions may be defined.
  32. # As example here is conversion string which transforms
  33. # letters to similar digits and vice-versa.
  34.  
  35. # ? =  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}: "<>?[];',./~!@#$%^&*()_+`-= \|"
  36. ?.c(1)="abcdefghijk1mn0pqrstuvwxyzABCDEFGH1JKLMN0PQR5TUVWXYZOl234S6789{}:\"<>?[];',./~!@#$%^&*()_+`-=\\|"
  37.  
  38. # Additional charsets
  39. # Charset to insert in permutational brackets
  40.  
  41. # $p = []
  42.  
  43. # Vowels - are necessary for some modifiers
  44.  
  45. $v = [aeiouyAEIOUY]
  46.  
  47. # End of charset definition
  48. #
  49. ##
  50. # Here password definitions begins.
  51. #
  52. # Password definition
  53. #
  54. # Most common definition - brute-force search using
  55. # only lower-case Latin letters.
  56. $a *
  57.  
  58. # The same as the above, but using both cases Latin letter
  59. # [$a $A] *
  60.  
  61. # Search for password consisting of digits only
  62. # $1 *
  63.  
  64. # Simpliest dictionary attack (to use it, uncomment $w definition 
  65. # in the dictionary definition part of this file
  66. # $w
  67.  
  68. # More complex dictionary attack, with first letter in upper-case
  69. # $w.u(1)
  70.  
  71. # Yet another dictionary attack, adding a digit after the word from
  72. # dictionary
  73. # $w $1
  74.  
  75. # If you remember your password begins with "MyPass" and was
  76. # followed by 4-digit number
  77. # MyPass $1 $1 $1 $1
  78.  
  79. # If you almost remember the whole password, but you
  80. # probably has mistyped it (let the password was "MyPass1234")
  81. # {MyPass1234}
  82.  
  83.  
  84.  
  85.