예제 #1
0
 /// <inheritdoc />
 /// <summary>
 /// Create a l33t matcher that applies substitutions and then matches agains a single dictionary matcher.
 /// </summary>
 /// <param name="dictionaryMatcher">The dictionary matcher to check transformed passwords against</param>
 public L33tMatcher(DictionaryMatcher dictionaryMatcher) : this(new List <DictionaryMatcher> {
     dictionaryMatcher
 })
 {
 }
예제 #2
0
 /// <summary>
 /// Create a l33t matcher that applies substitutions and then matches agains a single dictionary matcher.
 /// </summary>
 /// <param name="dictionaryMatcher">The dictionary matcher to check transformed passwords against</param>
 public L33tMatcher(DictionaryMatcher dictionaryMatcher)
     : this(new List<DictionaryMatcher> { dictionaryMatcher })
 {
 }