| Summary: Ext SecurePass |
| Author: Vincent Clair |
| Published: July 17, 2007 |
| Version: 1.0 |
| Ext Version: 1.1 |
| License: |
| Demo Link: No Demo |
| Forum Post: View Post |
Contents |
DescriptionThe Ext SecurePass is Ext.form.TextField extension for evaluate the strength of a password.
It adds an evaluation bar indicating the strength. It tests if the password has the required length and not contains any other field like a name or an identifier.
Strength evaluationThere are three levels of strength:
- Strong passwords contain 8-16 characters, do not include other fields, and combine three of these character types: uppercase letters, lowercase letters, numbers, or symbols.
- Medium passwords contain 7 characters, do not other fields, and combine two of the character types.
- Weak passwords contain 6 characters minimum, do not include other fields.
Changelog
Screenshots