C# Класс truecryptbrute.WordList.WordListPasswordProvider

Singleton
Наследование: IPasswordProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadWordList ( string WordListPath, int lineCount = null ) : void

Load wordlist file.

NextPassword ( ) : string

Read the next password from the wordfile.

Приватные методы

Метод Описание
WordListPasswordProvider ( ) : System
WordlistAnalysis ( string WordListPath ) : void

Описание методов

LoadWordList() публичный Метод

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).
Результат void

NextPassword() публичный Метод

Read the next password from the wordfile.
public NextPassword ( ) : string
Результат string