faraoman / password-strength-demo

A demo showing how to use the zxcvbn Javascript library in an AngularJS application to create a simple password strength meter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Strength Meter Demo Code

You can checkout the full article on Scotch: Password Strength Meter in AngularJS.

This project contains a demo showing how to use the zxcvbn Javascript library in an AngularJS application. An intermediate knowledge of the AngularJS framework is required for complete understanding of the demo code. You can checkout the docs to learn more about AngularJS.

Before you begin, make sure you have the Bower package manager installed in your system. If you don't already have Bower in your system, you can follow the Bower Installation Guide.

You can also get a live demo on jsFiddle.

About

A demo showing how to use the zxcvbn Javascript library in an AngularJS application to create a simple password strength meter.


Languages

Language:HTML 42.2%Language:JavaScript 31.6%Language:CSS 26.2%