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
- Host: GitHub
- URL: https://github.com/sarveshh/password-assistant
- Owner: sarveshh
- License: mit
- Created: 2020-09-08T09:21:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T22:09:45.000Z (about 3 years ago)
- Last Synced: 2025-03-16T08:15:53.205Z (about 1 year ago)
- Topics: password, password-generator, password-manager, password-safety, password-strength, password-validation, password-validator, password-visibility, signup, validation, validation-errors, validation-library
- Language: JavaScript
- Homepage: https://sarveshh.github.io/Password-Assistant/
- Size: 642 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.