mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-password: Develop Entropy-Based Password Strength Evaluation #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Password strength can be measured in entropy of the characters comprising the 
password string. Develop a Rule that computes password strength in terms of 
entropy and allow setting threshold values on entropy whereby rule validation 
fails is the computed entropy is below the threshold.

The computation of entropy should be based on an accepted standard or 
algorithm.  NIST special publication 800-63-1 provides a suitable standard in 
"Appendix A: Estimating Entropy and Strength":

http://csrc.nist.gov/publications/nistpubs/800-63-1/SP-800-63-1.pdf

Original issue reported on code.google.com by marvin.addison@gmail.com on 30 Oct 2012 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 5 Dec 2012 at 4:59

GoogleCodeExporter commented 8 years ago
Issue migrated to github.
https://github.com/vt-middleware/passay/issues/18

Original comment by dfis...@gmail.com on 13 Oct 2014 at 8:37