Interface: strengthCheckedPassword

strengthCheckedPassword

An interface describing the 'Strength Checked Password' object.

Properties:
NameTypeAttributesDescription
passwordstring

The strength checked password.

entropynumber

The bit entropy of the password.

possibleCombinationsnumber

The number of possible combinations that can be created from the selected character sets and password length.

binaryStringLengthnumber

The length of the password as a binary string.

binaryStringstring

The password represented in binary.

averageCharacterBitLengthnumber

The average length of a character in bits.

uniqueCharacterPercentageTargetnumber

The percentage of unique characters in the password.

compressionStatsobject<optional>

An object representing the compressions stats of the password.

Properties
NameTypeAttributesDescription
gzipnumber<optional>

Passwords GZIP compression value.

deflatenumber<optional>

Passwords deflate compression value.

'deflate-raw'number<optional>

Passwords 'deflate-raw' compression value.

averagenumber<optional>

Passwords average compression value.

Source: