C# Class truecryptbrute.CrackConfiguration

Mostra 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_oe property

public bool AttackHiddenVolume
return bool

ContainerPath public_oe property

public string ContainerPath
return string

KeyFiles public_oe property

public List KeyFiles
return List

MountAsSystemVolume public_oe property

public bool MountAsSystemVolume
return bool

ShowPassword public_oe property

public bool ShowPassword
return bool

ThreadCount public_oe property

public int ThreadCount
return int

UseKeyFiles public_oe property

public bool UseKeyFiles
return bool

WordListOffset public_oe property

public int WordListOffset
return int

WordListPath public_oe property

public string WordListPath
return string