C# Class truecryptbrute.TrueCryptBruter

Afficher le fichier Open project: IsNull/TCBrute Class Usage Examples

Méthodes publiques

Méthode Description
PrepareCrackOperation ( ) : bool
ShowMainGUI ( ) : void
TrueCryptBruter ( ) : System

Private Methods

Méthode 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 méthode

public PrepareCrackOperation ( ) : bool
Résultat bool

ShowMainGUI() public méthode

public ShowMainGUI ( ) : void
Résultat void

TrueCryptBruter() public méthode

public TrueCryptBruter ( ) : System
Résultat System