C# Class PasswordLib.Password

ファイルを表示 Open project: Tethik/PasswordGenerator

Public Methods

Method Description
GenerateDictionaryPassword ( String filepath, int how_many_words ) : string
GenerateHexadecimalPassword ( int length ) : string
GeneratePassword ( ) : string
GeneratePassword ( int length ) : string
GetAllowedCharacters ( ) : char[]

Method Details

GenerateDictionaryPassword() public static method

public static GenerateDictionaryPassword ( String filepath, int how_many_words ) : string
filepath String
how_many_words int
return string

GenerateHexadecimalPassword() public static method

public static GenerateHexadecimalPassword ( int length ) : string
length int
return string

GeneratePassword() public static method

public static GeneratePassword ( ) : string
return string

GeneratePassword() public static method

public static GeneratePassword ( int length ) : string
length int
return string

GetAllowedCharacters() public static method

public static GetAllowedCharacters ( ) : char[]
return char[]