Package org.passay.entropy
Interface Entropy
- All Known Implementing Classes:
RandomPasswordEntropy,ShannonEntropy
public interface Entropy
Interface for entropy estimates.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleestimate()Returns the estimated entropy bits of a password.
-
Method Details
-
estimate
double estimate()Returns the estimated entropy bits of a password.- Returns:
- estimated entropy bits given password properties
-