https://github.com/asbhogal/password-strength-checker
An online tool which checks the strength of the password entered and advises the user to create a 'strong' one if it is considered 'weak' or 'medium'. This leverages JavaScript regex, and is built using HTML5 and CSS3 (SCSS.)
https://github.com/asbhogal/password-strength-checker
css3 html5 javascript js password-checker password-strength regex regex-match regex-pattern sass scss vite
Last synced: about 1 month ago
JSON representation
An online tool which checks the strength of the password entered and advises the user to create a 'strong' one if it is considered 'weak' or 'medium'. This leverages JavaScript regex, and is built using HTML5 and CSS3 (SCSS.)
- Host: GitHub
- URL: https://github.com/asbhogal/password-strength-checker
- Owner: asbhogal
- Created: 2022-10-08T22:19:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T15:46:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T05:15:01.841Z (3 months ago)
- Topics: css3, html5, javascript, js, password-checker, password-strength, regex, regex-match, regex-pattern, sass, scss, vite
- Language: JavaScript
- Homepage: https://password-strength-checker-nine.vercel.app
- Size: 253 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Password Strength Checker
 
  An online tool which checks the strength of the password entered and advises the user to create a 'strong' one if it is considered 'weak' or 'medium'. This leverages JavaScript regex, and is built using vanilla HTML5 and CSS3 (SCSS.)
:heavy_check_mark: Features
- UI-friendly interface which uses dynamic strength meter to signify current password strength
- An option to show/hide password entered
- Checks if at least 8 lowercase, uppercase, numbers and/or special characters have been entered
- Checks if there are any repeat characters
- Modern, stylish theme
- Full responsiveness
- Optimised for the web:link: Links