home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / TemaCD / yaac / SPANISH.DEF < prev    next >
Text File  |  2001-02-16  |  3KB  |  101 lines

  1. # Password definition are below the '##' line
  2.  
  3. #This is password definition file for PCL 2.0
  4. #for spanish language
  5. #This file causes "ambiguous conversion" warnings, it's ok.
  6.  
  7. #Dictionary definition - only if $u and $w will be used
  8. #$w = "c:\\dict\\main.dic"    # '\' need to be shielded
  9. #$u = "user.dic"
  10.  
  11. #Charsets definition
  12. #Predefined charsets
  13. #You even could change it - reorder, remove or insert chars,
  14. #but it doesn't affect .u and .l modifiers.
  15.  
  16. #$a = [abcdefghijklmnopqrstuvwxyz]   #by default
  17. #$A = [ABCDEFGHIJKLMNOPQRSTUVWXYZ]
  18. #$1 = [0123456789]
  19.  
  20. #Here we add '¿' and '¡' symbols.
  21. #Add others if you could type it on spanish keyboard 
  22.  
  23. $! = [\{ \} : \" < > \? \[ \] ; ' , \. / ~ ! @ \# \$ % ^ & \* \( \) _ + ` - \= \\ | ¿ ¡] #take care with \\
  24.  
  25. #Other charset (maybe pseudographic etc)
  26. $o = [ ]
  27.  
  28. #National spanish charsets. Just simply, but
  29. #don't forget these definition define also .u and .l modifiers
  30. #for spanish letters.
  31. #These lines cause "ambiguous conversion" warning, it's ok.
  32.  
  33. $i  = [$a ñáéíóúü]
  34. $I  = [$A ÑAEIOUÜ]
  35.  
  36. # Here metachar ? is equal to [$a $A $1 $! $i $I $o] and it must be
  37. #? = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}:"<>?[];',./~!@#$%^&*()_+`-=\|¿¡ñáéíóúüÑÜ
  38. #because if there are some identical letters, only first of them is added.
  39.  
  40. #Convert modifiers .c definition. Any symbol in ? will be converted
  41. #to appropriate symbol of conversion string.
  42. #Up to 256 conversions may be defined.
  43. #As example here is conversion string which transforms
  44. #letters to similar digits and vice-versa.
  45.  
  46.  
  47. #?   = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}: "<>?[];',./~!@#$%^&*()_+`-= \|¿¡ñáéíóúüÑÜ"
  48. ?.c(1)="abcdefghijk1mn0pqrstuvwxyzABCDEFGH1JKLMN0PQR5TUVWXYZOl234S6789{}:\"<>?[];',./~!@#$%^&*()_+`-=\\|"
  49.  
  50. #Additional charsets
  51. #Charset to insert in permutational brackets
  52.  
  53. #$p = []
  54.  
  55. #Vowels are necessary for some modifiers
  56.  
  57. $v = [aeiouyAEIOUYáéíóúüÜ]
  58.  
  59. # End of charset definition
  60. #
  61. ##
  62. # Here password definitions begins.
  63. #
  64. # Password definition
  65. #
  66. # Most useful definition - generates three first characters of password
  67. # automatically and next letters are lower-case Latin ones.
  68. $s(2) $s(3) $a *
  69.  
  70. # Also very useful definition, because second letter in some cases can
  71. # be determined incorrectly. This definition automatically generates
  72. # only first and third character of password, which usually are correct
  73. # $s(1) $a $s(3) $a *
  74.  
  75. # The same as the above, but using both cases Latin letter
  76. # $s(1) [$a $A] $s(3) [$a $A] *
  77.  
  78. # Search for password consisting of digits only (not recommended
  79. anyway, because you will lose information about first three characters)
  80. # $1 *
  81.  
  82. # Simpliest dictionary attack (to use it, uncomment $w definition 
  83. # in the dictionary definition part of this file
  84. # $w
  85.  
  86. # More complex dictionary attack, with first letter in upper-case
  87. # $w.u(1)
  88.  
  89. # Yet another dictionary attack, adding a digit after the word from
  90. # dictionary
  91. # $w $1
  92.  
  93. # If you remember your password begins with "MyPass" and was
  94. # followed by 4-digit number
  95. # MyPass $1 $1 $1 $1
  96.  
  97. # If you almost remember the whole password, but you
  98. # probably has mistyped it (let the password was "MyPass1234")
  99. # {MyPass1234}
  100.  
  101.