An interface representing the 'Strength Check Targets' object. This object is used to define what elements the program should use to inject password strength stats.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
entropyTarget | string | <optional> | Entropy stat target. |
possibleCombinationsTarget | string | <optional> | Possible Combination Target stat target. |
binaryStringLengthTarget | string | <optional> | Binary String Target stat target. |
binaryStringTarget | string | <optional> | Binary String Length Target stat target. |
averageCharacterBitLengthTarget | string | <optional> | Average Character Bit Length stat target. |
uniqueCharacterPercentageTarget | string | <optional> | Unique Character Percentage stat target. |
compression | strengthCheckCompression | <optional> | An object defining the types of compression checks you wish to preform. |