mirror of https://github.com/apache/cloudstack.git
removed PasswordGenerator.main
unused method, probably for debugging/testing purposes Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
This commit is contained in:
parent
5cc411a9ee
commit
b76e501d26
|
|
@ -95,13 +95,4 @@ public class PasswordGenerator {
|
|||
|
||||
return newPassword.toString();
|
||||
}
|
||||
|
||||
public static void main(String [] args) {
|
||||
for (int i=0; i < 100; i++) {
|
||||
System.out.println("PSK: " + generatePresharedKey(24));
|
||||
}
|
||||
for (int i=0; i < 100; i++) {
|
||||
System.out.println("Password: " + generateRandomPassword(6));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue