JavaScript & CSS password
Password Visibility Toggler In Vanilla JavaScript
A Custom Element to create an SVG password visibility toggler that enables the users to reveal passwords behind asterisks on click.
Toggle Password Visibility – toggle-password.js
The toggle-password.js JavaScript library provides a possibility to toggle the visibility of your password strings with a custom element.
Advanced Password Strength Indicator – pswmeter
pswmeter is a simple yet highly customizable password strength indicator which can be used to help a user type a secured password.
Display/hide Password Characters On Click – show-password.js
Yet another show/hide password library that enables you to toggle the visibility of your password on click.
Test Password Strength While Typing – checkforce.js
The checkforce.js JavaScript library helps you check the password strength by test the length, letters, numbers, special characters you typed in a password field.
Secure Password Generator With Pure JavaScript – Secrets
Secrets is a small and easy JavaScript Secure Password Generator that randomly generate complex password strings with optional numeric and/or special characters.
Security Password Generator With JavaScript
Just another pure JavaScript plugin used for generating strong random password strings with just one click.
Show/Hide Password Text In A Form – X-Ray.js
X-Ray.js is a vanilla JavaScript plugin which allows to show/hide password strings in your password field when needed.
Android-like Pattern Lock In Vanilla JavaScript – PatternLockJS
A vanilla JavaScript plugin used for simulating the Android-like, HTML5 canvas based pattern lock interface to manage passwords on your web app.