https://github.com/ealenn/password-check
VueJS Password Strength Checker
https://github.com/ealenn/password-check
checker javascript password password-strength-checker security typescript vuejs vuejs2
Last synced: about 1 year ago
JSON representation
VueJS Password Strength Checker
- Host: GitHub
- URL: https://github.com/ealenn/password-check
- Owner: Ealenn
- Created: 2017-08-07T13:14:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:46:19.000Z (over 3 years ago)
- Last Synced: 2025-03-31T07:34:22.218Z (over 1 year ago)
- Topics: checker, javascript, password, password-strength-checker, security, typescript, vuejs, vuejs2
- Language: TypeScript
- Homepage: https://ealenn.github.io/Password-Check
- Size: 7.75 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Check
[](https://travis-ci.org/Ealenn/Password-Check)   
> Password Strength Checker
[](https://ealenn.github.io/Password-Check)
## Features
- [x] ANSSI recommendations :
- [x] Number of characters
- [x] Single characters
- [x] Repetitions
- [x] Uppercase
- [x] Lowercase
- [x] Digit
- [x] Special characters
- [ ] Recognition of dangerous keywords
- [ ] Password dictionary
- [x] Brute Force :
- [x] Accurate time for brute force
- [x] Possibilities by characters
- [x] Maximum operations to find the password
- [x] Calculate with
- [x] Mac Book Pro 2017
- [x] Dedicated server
- [x] Tianhe-2
## Language
- [x] Français
- [x] English
## Build & Setup
### Compiles and hot-reloads for development
``` bash
npm run serve
```
### Compiles and minifies for production
``` bash
npm run build
```
### Run your unit tests
``` bash
npm run test:unit
```
### Lints and fixes files
``` bash
npm run lint
```