Class PasswordGenerator
- java.lang.Object
-
- com.aoindustries.aoserv.client.password.PasswordGenerator
-
public class PasswordGenerator extends Object
Generates easily remembered random passwords of at least 38 bits of entropy.- Author:
- AO Industries, Inc.
- See Also:
Stronger, but less memorable, passwords may be generated from SmallIdentifiers. They are eleven characters long with an unambiguous character set.,And even stronger passwords may be generated from Identifiers. These are twenty-two characters long with an unambiguous character set.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgeneratePassword()static StringgeneratePassword(SecureRandom secureRandom)
-
-
-
Method Detail
-
generatePassword
public static String generatePassword() throws IOException
- Throws:
IOException
-
generatePassword
public static String generatePassword(SecureRandom secureRandom) throws IOException
- Throws:
IOException
-
-