|
@ -116,7 +116,7 @@ public class Vault implements VaultInterface { |
|
|
println("Your PWs contain now capitals."); |
|
|
println("Your PWs contain now capitals."); |
|
|
}else if(input.equals("no")){ |
|
|
}else if(input.equals("no")){ |
|
|
haveCapitals = false; |
|
|
haveCapitals = false; |
|
|
println("Your PWs don´t have capitals anymore."); |
|
|
|
|
|
|
|
|
println("Your PWs don't have capitals anymore."); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -128,7 +128,7 @@ public class Vault implements VaultInterface { |
|
|
println("Your PWs contain now special characters."); |
|
|
println("Your PWs contain now special characters."); |
|
|
}else if(input.equals("no")){ |
|
|
}else if(input.equals("no")){ |
|
|
hasSpecialChars = false; |
|
|
hasSpecialChars = false; |
|
|
println("Your PWs don´t have special characters anymore."); |
|
|
|
|
|
|
|
|
println("Your PWs don't have special characters anymore."); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -139,7 +139,7 @@ public class Vault implements VaultInterface { |
|
|
println("Your PWs contains now numbers."); |
|
|
println("Your PWs contains now numbers."); |
|
|
}else if(input.equals("no")){ |
|
|
}else if(input.equals("no")){ |
|
|
hasNumbers = false; |
|
|
hasNumbers = false; |
|
|
println("Your PWs don´t have numbers anymore."); |
|
|
|
|
|
|
|
|
println("Your PWs don't have numbers anymore."); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|