Interface: strengthCheckTargets

strengthCheckTargets

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:
NameTypeAttributesDescription
entropyTargetstring<optional>

Entropy stat target.

possibleCombinationsTargetstring<optional>

Possible Combination Target stat target.

binaryStringLengthTargetstring<optional>

Binary String Target stat target.

binaryStringTargetstring<optional>

Binary String Length Target stat target.

averageCharacterBitLengthTargetstring<optional>

Average Character Bit Length stat target.

uniqueCharacterPercentageTargetstring<optional>

Unique Character Percentage stat target.

compressionstrengthCheckCompression<optional>

An object defining the types of compression checks you wish to preform.

Source: