Class BruteforceGuess

  • All Implemented Interfaces:
    Guess

    public class BruteforceGuess
    extends BaseGuess
    • Constructor Detail

      • BruteforceGuess

        protected BruteforceGuess​(Context context)
    • Method Detail

      • exec

        public double exec​(Match match)
        Description copied from interface: Guess
        Evaluates the given Match and estimates the number of guesses required to crack it.
        Parameters:
        match - the matched pattern to evaluate.
        Returns:
        the estimated number of guesses required to crack the given match.