https://github.com/danasilver/passify
A ridiculously simple password validator and strength indicator
https://github.com/danasilver/passify
Last synced: 9 months ago
JSON representation
A ridiculously simple password validator and strength indicator
- Host: GitHub
- URL: https://github.com/danasilver/passify
- Owner: danasilver
- License: mit
- Created: 2013-06-19T08:10:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-22T07:19:54.000Z (almost 13 years ago)
- Last Synced: 2025-08-03T04:40:04.287Z (11 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Passify
=======
A ridiculously simple password validator.
### What it does
* Change the color password field to indicate password strength.
* Provide easily configurable
* Strength multipliers
* Color thresholds
* Password class names
### What it will do soon
* Check if the password meets YOUR needs
* Check if the password matches the "confirm password" field
### What it doesn't do
* Server side password validation
* P ?= NP
## Installation
1. Download `passify.js` and the latest [jQuery](http://jquery.com/download/) build.
2. Change the CONFIG values
a. Change `"PASSWORD_CLASS"` and `"PASSWORD_CONFIRM_CLASS"` if your inputs have different class names
b. Change any other values you deem unfit for your product
3. Include the Javascript files (`passify.js` and jQuery) in your page (i.e. html) along with the form