C# Class truecryptbrute.CrackConfiguration

Show file Open project: IsNull/TCBrute Class Usage Examples

Public Properties

Property Type Description
AttackHiddenVolume bool
ContainerPath string
KeyFiles List
MountAsSystemVolume bool
ShowPassword bool
ThreadCount int
UseKeyFiles bool
WordListOffset int
WordListPath string

Property Details

AttackHiddenVolume public property

public bool AttackHiddenVolume
return bool

ContainerPath public property

public string ContainerPath
return string

KeyFiles public property

public List KeyFiles
return List

MountAsSystemVolume public property

public bool MountAsSystemVolume
return bool

ShowPassword public property

public bool ShowPassword
return bool

ThreadCount public property

public int ThreadCount
return int

UseKeyFiles public property

public bool UseKeyFiles
return bool

WordListOffset public property

public int WordListOffset
return int

WordListPath public property

public string WordListPath
return string