Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 644 Bytes

File metadata and controls

11 lines (6 loc) · 644 Bytes

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.