C# 클래스 truecryptbrute.WordList.WordListPasswordProvider

Singleton
상속: IPasswordProvider
파일 보기 프로젝트 열기: IsNull/TCBrute

공개 메소드들

메소드 설명
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