We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc411a commit b76e501Copy full SHA for b76e501
utils/src/com/cloud/utils/PasswordGenerator.java
@@ -95,13 +95,4 @@ public static String rot13(final String password) {
95
96
return newPassword.toString();
97
}
98
-
99
- public static void main(String [] args) {
100
- for (int i=0; i < 100; i++) {
101
- System.out.println("PSK: " + generatePresharedKey(24));
102
- }
103
104
- System.out.println("Password: " + generateRandomPassword(6));
105
106
107
0 commit comments