public class PasswordGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Constructor and Description |
---|
PasswordGenerator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
generateBasicPassword(int length)
Generates a basic password (consonnants / voyels)
|
static java.lang.String |
generatePronounceablePassword(int length)
Generates pronounceable passwords of specified length.
|
static java.lang.String |
generateRandomPassword(int length)
Generates a pure random password
|
static void |
main(java.lang.String[] args) |
public static final java.lang.String REVISION
public static void main(java.lang.String[] args)
public static java.lang.String generateBasicPassword(int length)
length
- the length of the password to be generatedpublic static java.lang.String generateRandomPassword(int length)
length
- the length of the password to be generatedpublic static java.lang.String generatePronounceablePassword(int length)
length
- the length of the password to be generatedCopyright © 2001-2018 Jalios SA. All Rights Reserved.