Uses of Class
me.gosimple.nbvcxz.resources.ConfigurationBuilder
| Package | Description |
|---|---|
| me.gosimple.nbvcxz.resources |
-
Uses of ConfigurationBuilder in me.gosimple.nbvcxz.resources
Methods in me.gosimple.nbvcxz.resources that return ConfigurationBuilder Modifier and Type Method Description ConfigurationBuilderConfigurationBuilder. setAdjacencyGraphs(java.util.List<AdjacencyGraph> adjacencyGraphs)AdjacencyGraphs are used to find spacial patterns within passwords (e.g.ConfigurationBuilderConfigurationBuilder. setCombinationAlgorithmTimeout(java.lang.Long combinationAlgorithmTimeout)Timeout for the findBestCombination algorithm.ConfigurationBuilderConfigurationBuilder. setCrackingHardwareCost(java.lang.Long crackingHardwareCost)Sets the cost of cracking hardware to scale the guesses / second for the default guess types.ConfigurationBuilderConfigurationBuilder. setDictionaries(java.util.List<Dictionary> dictionaries)Dictionaries are used by theDictionaryMatcherto find common words, names, and known passwords within the password.ConfigurationBuilderConfigurationBuilder. setDistanceCalc(java.lang.Boolean distanceCalc)Distance based dictionary calculations which provide support for misspelling detection, at the expense of performance.ConfigurationBuilderConfigurationBuilder. setGuessTypes(java.util.Map<java.lang.String,java.lang.Long> guessTypes)Guess types are used to calculate how long an attack would take using that method using guesses/sec.ConfigurationBuilderConfigurationBuilder. setLeetTable(java.util.Map<java.lang.Character,java.lang.Character[]> leetTable)The leet table is used to check within a password for common character substitutions (e.g.ConfigurationBuilderConfigurationBuilder. setLocale(java.util.Locale locale)Supported locales are en, and fr.ConfigurationBuilderConfigurationBuilder. setMinimumEntropy(java.lang.Double minimumEntropy)Used to check if the password is secure enough, and give feedback if not.ConfigurationBuilderConfigurationBuilder. setMinimumEntropy(java.math.BigDecimal seconds_to_crack, java.lang.String guess_type)Sets the minimum entropy based on time to crack, and a specific guess type.ConfigurationBuilderConfigurationBuilder. setPasswordMatchers(java.util.List<PasswordMatcher> passwordMatchers)PasswordMatcherare what look for different patterns within the password and create an associatedMatchobject.ConfigurationBuilderConfigurationBuilder. setYearPattern(java.util.regex.Pattern yearPattern)Year patterns are used to look for years within a password.