Wanadoo colle des clefs de 24 caracteres, si les gens sont pas
contents, 20, c'est toujours moins que 24. darcs-hash:20050408150454-d1718-2f0edccac00163608c4be28733141f6bbd0e361f.gz
This commit is contained in:
parent
e3263ecca7
commit
c254ce6f28
1 changed files with 1 additions and 1 deletions
|
@ -2047,7 +2047,7 @@ class machine(base_classes_crans) :
|
||||||
if clef == 1 :
|
if clef == 1 :
|
||||||
# Génération
|
# Génération
|
||||||
clef = ''
|
clef = ''
|
||||||
for i in range(14) :
|
for i in range(20) :
|
||||||
clef += random.choice(filter(lambda x: x != 'l', string.lowercase) +
|
clef += random.choice(filter(lambda x: x != 'l', string.lowercase) +
|
||||||
filter(lambda x: x != '1', string.digits))
|
filter(lambda x: x != '1', string.digits))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue