Skip to main content

MIN_UNIQUE_CHARS

Constant MIN_UNIQUE_CHARS 

Source
const MIN_UNIQUE_CHARS: usize = 8;
Expand description

Minimum number of unique characters for entropy validation. A 32+ character secret with fewer than 8 unique chars is likely weak.