Skip to content

It is a password πŸ”‘ strength prediction system that tells whether your password strength is very strong, strong or weak

License

Notifications You must be signed in to change notification settings

iamvatsalpatel/Safe-Password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Safe-Password πŸ”‘

A password stregth checking system using Natural Language Processing.

Password-logo

  • The Dataset I've used to train the models is here.

  • You can find .ipynb file of the project from here.

Libraries Used

Libraries used in this project are as follows:

  • pandas
  • numpy
  • seaborn
  • sklearn

Installation Setup

1. Clone the repository

You can clone this repository using command: https://github.com/iamvatsalpatel/Safe-Password.git

2. Open NLP_Password_Strength_Prediction.ipynb

You can open the .ipynb file using Google Collab or Jupyter Notebook.
Don't have Jupyter Notebook? Don't worry, run the following commands and you're good to go πŸš€

$ pip install notebook
$ jupyter notebook

3. Execute all the cells consecutively to check the stregth of your password.

Implementation Screenshot

ss1

ss2

ss3

Facing any issues???

Feel free to open an issue. I'll be glad to help you.😁

About

It is a password πŸ”‘ strength prediction system that tells whether your password strength is very strong, strong or weak

Topics

Resources

License

Stars

Watchers

Forks