C# Class truecryptbrute.WordList.WordListPasswordProvider

Singleton
Inheritance: IPasswordProvider
Datei anzeigen Open project: IsNull/TCBrute

Public Methods

Method Description
LoadWordList ( string WordListPath, int lineCount = null ) : void

Load wordlist file.

NextPassword ( ) : string

Read the next password from the wordfile.

Private Methods

Method Description
WordListPasswordProvider ( ) : System
WordlistAnalysis ( string WordListPath ) : void

Method Details

LoadWordList() public method

Load wordlist file.
public LoadWordList ( string WordListPath, int lineCount = null ) : void
WordListPath string Path to wordlist file.
lineCount int Optional line count (if known ahead of time, saves time on analysis).
return void

NextPassword() public method

Read the next password from the wordfile.
public NextPassword ( ) : string
return string