Naarestan / password

Analyzing Password Strength in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Strength

Analyzing Password Strength in Python

You are a data analyst working with the IT team at your company. After a recent data breach, the IT team has decided to strengthen password requirements. They've asked you to write a script to analyze the company's employees logins and identify which employees need to update their password.

Two questions are as follows:

  1. What percentage of users have invalid passwords?
  2. Which users need to change their passwords?

About

Analyzing Password Strength in Python


Languages

Language:Jupyter Notebook 100.0%