|
@ -24,18 +24,12 @@ public class Vault implements VaultInterface { |
|
|
config = true; |
|
|
config = true; |
|
|
|
|
|
|
|
|
sbcm.append("Configure:\n"); |
|
|
sbcm.append("Configure:\n"); |
|
|
sbcm.append("- Passwordlength: l\n"); |
|
|
|
|
|
|
|
|
sbcm.append("- Password length: l\n"); |
|
|
sbcm.append("- Have Capitals: h\n"); |
|
|
sbcm.append("- Have Capitals: h\n"); |
|
|
sbcm.append("- exit: e\n"); |
|
|
sbcm.append("- exit: e\n"); |
|
|
|
|
|
|
|
|
println(sbcm.toString()); |
|
|
println(sbcm.toString()); |
|
|
|
|
|
|
|
|
String input = scan.nextLine(); |
|
|
|
|
|
|
|
|
|
|
|
if (input.equals("e")) { |
|
|
|
|
|
config = false; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void addCredential(){ |
|
|
public void addCredential(){ |
|
|