An interface describing the 'Strength Checked Password' object.
Properties:
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
password | string | The strength checked password. | |||||||||||||||||||||
entropy | number | The bit entropy of the password. | |||||||||||||||||||||
possibleCombinations | number | The number of possible combinations that can be created from the selected character sets and password length. | |||||||||||||||||||||
binaryStringLength | number | The length of the password as a binary string. | |||||||||||||||||||||
binaryString | string | The password represented in binary. | |||||||||||||||||||||
averageCharacterBitLength | number | The average length of a character in bits. | |||||||||||||||||||||
uniqueCharacterPercentageTarget | number | The percentage of unique characters in the password. | |||||||||||||||||||||
compressionStats | object | <optional> | An object representing the compressions stats of the password. Properties
|