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

https://github.com/sarveshh/password-assistant

Password validation tools
https://github.com/sarveshh/password-assistant

password password-generator password-manager password-safety password-strength password-validation password-validator password-visibility signup validation validation-errors validation-library

Last synced: 6 days ago
JSON representation

Password validation tools

Awesome Lists containing this project

README

          

# Password-Assistant

A live demo can be seen at https://sarveshh.github.io/Password-Assistant/

Normally you need a user to input password, but building tools for password input is tedious, I would admit.
This project concentrates on making that task easier for developers.

## Features

(1) password visibility on/off
(2) Virtual Keyboard to protect your users from keyloggers
(3) Password Strength meter
(4) Guidelines to generate a secure password
(5) Password Validation

Currently, this project is in static form. Planning to publish it on npm to make it fully dynamic, easy to install and apply.