Extension:SecurePass (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
| 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 |
Description
The 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 evaluation
There 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
- Ver: 1.0 Works quite well.

