home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / yaac10.arj / SPANISH.DEF < prev    next >
Text File  |  1999-10-14  |  2KB  |  60 lines

  1. #This is password definition file for PCL 2.0
  2. #for spanish language
  3.  
  4. #Dictionary definition - only if $u and $w will be used
  5. #$w = "c:\\dict\\main.dic"    # '\' need to be shielded
  6. #$u = "user.dic"
  7.  
  8. #Charsets definition
  9. #Predefined charsets
  10. #You even could change it - reorder, remove or insert chars,
  11. #but it doesn't affect .u and .l modifiers.
  12.  
  13. #$a = [abcdefghijklmnopqrstuvwxyz]   #by default
  14. #$A = [ABCDEFGHIJKLMNOPQRSTUVWXYZ]
  15. #$1 = [0123456789]
  16.  
  17. #Here we add '¿' and '¡' symbols.
  18. #Add others if you could type it on spanish keyboard 
  19.  
  20. $! = [\{ \} : \" < > \? \[ \] ; ' , \. / ~ ! @ \# \$ % ^ & \* \( \) _ + ` - \= \\ | ¿ ¡] #take care with \\
  21.  
  22. #Other charset (maybe pseudographic etc)
  23. $o = [ ]
  24.  
  25. #National spanish charsets. Just simply, but
  26. #don't forget these definition define also .u and .l modifiers
  27. #for spanish letters.
  28. #These lines cause "ambiguous conversion" warning, it's ok.
  29.  
  30. $i  = [$a ñáéíóúü]
  31. $I  = [$A ÑAEIOUÜ]
  32.  
  33. # Here metachar ? is equal to [$a $A $1 $! $i $I $o] and it must be
  34. #? = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}:"<>?[];',./~!@#$%^&*()_+`-=\|¿¡ñáéíóúüÑÜ
  35. #because if there are some identical letters, only first of them is added.
  36.  
  37. #Convert modifiers .c definition. Any symbol in ? will be converted
  38. #to appropriate symbol of conversion string.
  39. #Up to 256 conversions may be defined.
  40. #As example here is conversion string which transforms
  41. #letters to similar digits and vice-versa.
  42.  
  43.  
  44. #?   = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}: "<>?[];',./~!@#$%^&*()_+`-= \|¿¡ñáéíóúüÑÜ"
  45. ?.c(1)="abcdefghijk1mn0pqrstuvwxyzABCDEFGH1JKLMN0PQR5TUVWXYZOl234S6789{}:\"<>?[];',./~!@#$%^&*()_+`-=\\|"
  46.  
  47. #Additional charsets
  48. #Charset to insert in permutational brackets
  49.  
  50. #$p = []
  51.  
  52. #Vowels are necessary for some modifiers
  53.  
  54. $v = [aeiouyAEIOUYáéíóúüÜ]
  55.  
  56. #End of charset definition
  57. ##
  58. #Password definition
  59. $s(2) $s(3) $a *
  60.