This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Ruby on Rails Password Complexity Cheatsheet
From OWASP
Revision as of 14:47, 28 February 2018 by ZaurMolotnikov (talk | contribs) (Created page with "Enforcing password complexity in a web application is an essential step when preventing on-line password attacks. If you use devise to implement authentication in a rails app...")
Enforcing password complexity in a web application is an essential step when preventing on-line password attacks.
If you use devise to implement authentication in a rails app, you could use zxcvbn gem to enforce password complexity.