C# Class truecryptbrute.TrueCryptBruter

Mostra file Open project: IsNull/TCBrute Class Usage Examples

Public Methods

Method Description
PrepareCrackOperation ( ) : bool
ShowMainGUI ( ) : void
TrueCryptBruter ( ) : System

Private Methods

Method Description
Crack ( ) : void
CrackThreadEntryPoint ( ) : void

This is the Main EP for the Crack Threads

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainForm_PauseCrackJob ( object sender, EventArgs e ) : void
MainForm_StartCrackJob ( object sender, EventArgs e ) : void
PasswordCracked ( string thispass ) : void
ResumeCrackThreads ( ) : void
StartWork ( ) : void

This FinalizeKeyDataPool starts the Threads. It can even be used to resume the work, as we have set globally definded our wordlist calss wich handles the password flow.

StopAllCrackThreads ( ) : void
SuspendCrackThreads ( ) : void
ThreadStoped ( ) : void
WordListFinished ( ) : void

Method Details

PrepareCrackOperation() public method

public PrepareCrackOperation ( ) : bool
return bool

ShowMainGUI() public method

public ShowMainGUI ( ) : void
return void

TrueCryptBruter() public method

public TrueCryptBruter ( ) : System
return System