Documentation ¶
Index ¶
- Constants
- Variables
- func CalcBruteForceCardinality(password string) float64
- func DateEntropy(dateMatch match.DateMatch) float64
- func DictionaryEntropy(match match.Match, rank float64) float64
- func ExtraLeetEntropy(match match.Match, password string) float64
- func RepeatEntropy(match match.Match) float64
- func SequenceEntropy(match match.Match, dictionaryLength int, ascending bool) float64
- func SpatialEntropy(match match.Match, turns int, shiftCount int) float64
- func YearEntropy(dateMatch match.DateMatch) float64
Constants ¶
Variables ¶
View Source
var ( KEYPAD_STARTING_POSITIONS = len(adjacency.AdjacencyGph["keypad"].Graph) KEYPAD_AVG_DEGREE = adjacency.AdjacencyGph["keypad"].CalculateAvgDegree() )
Functions ¶
func CalcBruteForceCardinality ¶
TODO: Validate against python
func DateEntropy ¶
func RepeatEntropy ¶
func SequenceEntropy ¶
func YearEntropy ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.