https://github.com/smaranjitghose/pypasscheck
Checking the strength of passwords using Vanilla Logistic Regression
https://github.com/smaranjitghose/pypasscheck
Last synced: 3 months ago
JSON representation
Checking the strength of passwords using Vanilla Logistic Regression
- Host: GitHub
- URL: https://github.com/smaranjitghose/pypasscheck
- Owner: smaranjitghose
- License: mit
- Created: 2020-02-28T19:44:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T19:57:48.000Z (over 5 years ago)
- Last Synced: 2025-01-26T04:12:41.350Z (5 months ago)
- Language: Jupyter Notebook
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyPassCheck
Passwords are a vital component of system security. Though there are many alternatives to passwords for access control, password is the more compellingly authenticating the identity in many applications. They provide a simple, direct means of protecting a system and they represent the identity of an individual for a system. The big vulnerability of passwords lies in their nature. Users are consistently told that a strong password is essential these days to protect private data as there are so many ways for an unauthorized person with little technical knowledge or skill to learn the passwords of legitimate users. Thus it is important for organizations to recognize the vulnerabilities to which passwords are subjected, and develop strong policies governing the creation and use of passwords to ensure that those vulnerabilities are not exploited