Ext JS - Learning Center

Extension:SecurePass

From Learn About the Ext JavaScript Library

Jump to: navigation, search
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

Screenshots

SecurePass with an evaluated password

  • This page was last modified 10:12, 17 July 2007.
  • This page has been accessed 4,523 times.