Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 8 hours 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 (over 1 year ago)
- Last Synced: 2023-05-21T16:27:37.550Z (over 1 year 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: 278 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Password Strength Checker
![](https://api.checklyhq.com/v1/badges/checks/90c31d05-ae71-4382-8a29-44d820e023a7?style=for-the-badge&theme=dark) ![](https://api.checklyhq.com/v1/badges/checks/90c31d05-ae71-4382-8a29-44d820e023a7?style=for-the-badge&theme=dark&responseTime=true)
![GitHub deployments](https://img.shields.io/github/deployments/asbhogal/Password-Strength-Checker/production?label=DEPLOYMENT%20STATE&style=for-the-badge&labelColor=000) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/asbhogal/Password-Strength-Checker?style=for-the-badge&labelColor=000) ![GitHub repo size](https://img.shields.io/github/repo-size/asbhogal/Password-Strength-Checker?color=blueviolet&style=for-the-badge&labelColor=000)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