jQuery Sturdy Password Plugin: Energy PWChecker
Safety is without doubt one of the prime components in software growth whether or not you might be creating and easy enroll kind or a posh internet software. Safety, particularly the on-line safety of consumer information and establish encompasses numerous approaches, strategies, and instruments that we might be discussing on this website. At present, we’re considering the implementation of secure passwords with Energy PWChecker, which is a free jQuery plugin to make sure you have secure passwords for customers. This straightforward jQuery plugin could be built-in seamlessly with any on-line kind (enroll kind/ consumer registration kind) to verify password power and provides customers clues for creating robust and safe passwords.
Energy PWChecker jQueryPlugin observes passwords as customers helpful and supplies instantaneous password strength check (Weak, Medium, or Sturdy). This encourages customers to overview their password choice and be certain that the password is robust and safe. Energy PWChecker additionally means that you can implement password size coverage by specifying minimum and most password size. It additionally matches password entries and offers visible alert in case of inconsistent passwords.
PWCheker Parameters
- minlength: Minimal size of password, default is Eight characters.
- maxlength: Most size of password, default is 16 characters.
- onPasswordValidate: Callback operate.
- onPasswordMatch: Callback operate.
Utilizing PWChecker Plugin
- Add the newest reference to jQuery library
- Add a reference to pschecker.js file
- Add a reference to type.css file
Insert the next HTML markup, add courses “strong-password” to password fields and name the initializer to operate with required parameters.
<div class="password-container"> <p> <label> Enter Password:</label> <enter class="strong-password" kind="password" /> </p> <p> <label> Verify Password:</label> <enter class="strong-password" kind="password" /> </p> <p> <a category="submit-button locked" href="#">Submit</a> </p> <div class="strength-indicator"> <div class="meter"> </div> Sturdy passwords comprise Eight-16 characters, don't embrace widespread phrases or names, and mix uppercase letters, lowercase letters, numbers, and symbols. </div> </div>
Password Checker Review
- Overall
- Feature Availability
- Customization
- Design Quality
- Flexibility
Very Nice theme downloading now.
nice..plugin I been looking for this.. btw, Can I use this to my premium template?
thanks..
Yes, you can user it. I would appreciate link back/reference
Thanks for the plugin. This works with jquery 1.7 also.
Thanks for this wonderful code mate…:)
Nice design on the password strength meter. Just a heads up, when the password is weak, the text in the meter reads, “week” instead of “weak” Otherwise, great plugin, I plan to start using it on some of my sites.