BruteForceMatcher class

This is not a real matcher, it's just a placeholder for bruteforce matches that are being handled in dictionary matcher. The sole purpose of this class is to handle bruteforce scoring.

Inheritance

Constructors

BruteForceMatcher()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

feedback(EstimatedGuessesMixin match, bool isSoleMatch) Feedback?
TODO make this abstract when all matchers are implemented
override
match(String password) List<Match>
There's no real bruteforce matcher, it's all being handled in dictionary matcher - so we always return empty match list here.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scoring(Match match) double
TODO make this abstract when all matchers are implemented
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited