Bladeren bron

Como en el libro

Luis Albertorio 8 jaren geleden
bovenliggende
commit
6958ce9c44
2 gewijzigde bestanden met toevoegingen van 12 en 6 verwijderingen
  1. 7
    3
      README-en.md
  2. 5
    3
      README-es.md

+ 7
- 3
README-en.md Bestand weergeven

1
-
2
 # Decision Structures - Password Strength
1
 # Decision Structures - Password Strength
3
 
2
 
4
 ![main1.png](images/main1.png)
3
 ![main1.png](images/main1.png)
174
 ---
173
 ---
175
 
174
 
176
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-01.html"
175
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-01.html"
176
+<br>
177
 
177
 
178
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-02.html"
178
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-02.html"
179
+<br>
179
 
180
 
180
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-03.html"
181
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-03.html"
182
+<br>
181
 
183
 
182
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-04.html"
184
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-04.html"
185
+<br>
183
 
186
 
184
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-05.html"
187
 !INCLUDE "../../eip-diagnostic/password-strength/en/diag-password-strength-05.html"
188
+<br>
185
 
189
 
186
 ---
190
 ---
187
 
191
 
321
 
325
 
322
 ---
326
 ---
323
 
327
 
324
-In Example 2, the number of **requisites** is 5 because `"S1nf@nia!"` meets the criteria for length and also contains uppercase letters, lowercase letters, numbers and symbols. Therefore, the score for the number of requisites is $2 \cdot 5 =10$.
328
+In Example 2, the number of **requisites** is 5 because `"S1nf@nia!"` meets the criteria for length and also contains uppercase letters, lowercase letters, numbers and symbols. Therefore, the score for the number of requisites is $$2 \cdot 5 =10$$.
325
 
329
 
326
 In the project's code you will find examples of how to calculate the first two positive criteria: the number of characters in the password and the numbers of uppercase letters. You can compile and execute the example so you can see the working interface with these two criteria. Part of your task is to add the code to compute the score for the remaining criteria. Remember that you should accumulate the total score and invoke the functions to update the graphical interface.
330
 In the project's code you will find examples of how to calculate the first two positive criteria: the number of characters in the password and the numbers of uppercase letters. You can compile and execute the example so you can see the working interface with these two criteria. Part of your task is to add the code to compute the score for the remaining criteria. Remember that you should accumulate the total score and invoke the functions to update the graphical interface.
327
 
331
 
359
 
363
 
360
 ## References
364
 ## References
361
 
365
 
362
-[1] Passwordmeter, http://www.passwordmeter.com/
366
+[1] Passwordmeter, http://www.passwordmeter.com/

+ 5
- 3
README-es.md Bestand weergeven

1
-
2
 # Estructuras de decisión - Fortaleza de contraseñas
1
 # Estructuras de decisión - Fortaleza de contraseñas
3
 
2
 
4
 ![main1.png](images/main1.png)
3
 ![main1.png](images/main1.png)
175
 ---
174
 ---
176
 
175
 
177
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-01.html"
176
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-01.html"
177
+<br>
178
 
178
 
179
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-02.html"
179
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-02.html"
180
+<br>
180
 
181
 
181
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-03.html"
182
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-03.html"
183
+<br>
182
 
184
 
183
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-04.html"
185
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-04.html"
186
+<br>
184
 
187
 
185
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-05.html"
188
 !INCLUDE "../../eip-diagnostic/password-strength/es/diag-password-strength-05.html"
189
+<br>
186
 
190
 
187
 ---
191
 ---
188
 
192
 
366
 ---
370
 ---
367
 
371
 
368
 ---
372
 ---
369
-
370
-