Method | Description | |
---|---|---|
Generate ( int numSyllables, int numNumeric, int numSymbols ) : string |
Generates a random, human-readable password.
|
Method | Description | |
---|---|---|
MakeNumeric ( ) : char | ||
MakeSyllable ( ) : string | ||
MakeSymbol ( ) : char |
public static Generate ( int numSyllables, int numNumeric, int numSymbols ) : string | ||
numSyllables | int | Number of syllables the password will contain |
numNumeric | int | Number of numbers the password will contain |
numSymbols | int | Number of symbols the password will contain |
return | string |