An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Password-Check

[![Build Status](https://travis-ci.org/Ealenn/Password-Check.svg?branch=master)](https://travis-ci.org/Ealenn/Password-Check) ![Build Status](https://david-dm.org/Ealenn/Password-Check.svg) ![Build Status](https://img.shields.io/github/issues/Ealenn/Password-Check.svg) ![Build Status](https://img.shields.io/github/stars/Ealenn/Password-Check.svg)

> Password Strength Checker



Open now

[![](screenshot.png)](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
```