IMGIITRoorkee / IMGIITRoorkee/PwManager
Add password length check
Open
easy
- Dominant language
- Python
- Stars
- 1
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Add a check to ensure that passwords have a minimum length (e.g., 8 characters) when adding them to the manager.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the password-manager path that adds passwords and read how input validation is handled there. Enforce the stated minimum-length requirement, using eight characters as the example target, and verify that shorter passwords are rejected while valid passwords are accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100