Beispiel #1
0
 public static int CalcEntropy(IPasswordSettings settings)
 {
     return(EntropyCalculator.CalcEntropy(settings));
 }