Functions§
- is_
high_ entropy - Returns true if the string looks like a high-entropy secret. Requires minimum 16 chars and entropy > 4.5 bits/char.
- shannon_
entropy - Calculate Shannon entropy of a string. High entropy (> 4.5) often indicates random/secret values.