home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / TemaCD / crark / SPANISH.DEF < prev    next >
Text File  |  2001-03-27  |  3KB  |  95 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 common definition - brute-force search
  67. # using only lower-case Latin letters.
  68. $a *
  69.  
  70. # The same as the above, but using both cases Latin letter
  71. # [$a $A] *
  72.  
  73. # Search for password consisting of digits only 
  74. # $1 *
  75.  
  76. # Simpliest dictionary attack (to use it, uncomment $w definition 
  77. # in the dictionary definition part of this file
  78. # $w
  79.  
  80. # More complex dictionary attack, with first letter in upper-case
  81. # $w.u(1)
  82.  
  83. # Yet another dictionary attack, adding a digit after the word from
  84. # dictionary
  85. # $w $1
  86.  
  87. # If you remember your password begins with "MyPass" and was
  88. # followed by 4-digit number
  89. # MyPass $1 $1 $1 $1
  90.  
  91. # If you almost remember the whole password, but you
  92. # probably has mistyped it (let the password was "MyPass1234")
  93. # {MyPass1234}
  94.  
  95.