Class PasswordGenerator
java.lang.Object
com.aoindustries.aoserv.client.password.PasswordGenerator
Generates easily remembered random passwords of at least 38 bits of entropy.
- Author:
- AO Industries, Inc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Generates a password using a defaultSecureRandom
instance, which is not a strong instance to avoid blocking.static String
generatePassword
(SecureRandom secureRandom) Generates a password using the providedSecureRandom
source.
-
Method Details
-
generatePassword
Generates a password using a defaultSecureRandom
instance, which is not a strong instance to avoid blocking.- Throws:
IOException
-
generatePassword
Generates a password using the providedSecureRandom
source.- Throws:
IOException
-