Skip to content

AfricTivistes/pass-estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Strength Estimation

How secure is your password?

Install this app to know or try pass-estimator interactively here

Is it actually safe to use Password Checkers?

It’s good to be cautious and it’s never a good idea to enter your legitimate credentials into any website you are not confident about. The ones to watch especially are those who ask you to input your credentials.

So, why is this Password Strength Meter safe?

  • The passwords you type never leave your browser and we don’t store them (You can disconnect your internet connection and then try it if you wish)
  • All the checking is done on the page you’re on, not on our servers
  • You can install and run the app in your local machine.
  • We AfricTivistes working to make people more secure online and the last thing we want to see is passwords being transmitted across the internet insecurely.

Install

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

This app use zxcvbn a password strength estimator.

Releases

No releases published

Packages

No packages published