C# Class truecryptbrute.WordList.WordListPasswordProvider

Singleton
Inheritance: IPasswordProvider
Afficher le fichier Open project: IsNull/TCBrute

Méthodes publiques

Méthode Description
LoadWordList ( string WordListPath, int lineCount = null ) : void

Load wordlist file.

NextPassword ( ) : string

Read the next password from the wordfile.

Private Methods

Méthode Description
WordListPasswordProvider ( ) : System
WordlistAnalysis ( string WordListPath ) : void

Method Details

LoadWordList() public méthode

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).
Résultat void

NextPassword() public méthode

Read the next password from the wordfile.
public NextPassword ( ) : string
Résultat string