Class SpacialMatcher

java.lang.Object
me.gosimple.nbvcxz.matching.SpacialMatcher
All Implemented Interfaces:
PasswordMatcher

public final class SpacialMatcher extends Object implements PasswordMatcher
Look for every part of the password that is spacial pattern
This will only return matches where there are at least two consecutive characters.
Author:
Adam Brusselback
  • Constructor Details

    • SpacialMatcher

      public SpacialMatcher()
  • Method Details

    • match

      public List<Match> match(Configuration configuration, String password)
      Description copied from interface: PasswordMatcher
      Creates a List of Match from the password.
      Specified by:
      match in interface PasswordMatcher
      Parameters:
      configuration - configuration for the matcher.
      password - password to match.
      Returns:
      a List of Matches that this matcher found for the given password and configuration.