Passphrase Strength Detector
Registered by
aj00200
Detect the strength of a password with a variety of means:
(see whiteboard for complete list)
- Length
- Common words and digraphs
- The use of uppercase and lowercase
- The use of symbols (bonus points for non-standard characters)
- The use of numbers
Provide estimated data about the time it would take to crack this password.
Blueprint information
- Status:
- Started
- Approver:
- CryoJS Developers
- Priority:
- Medium
- Drafter:
- CryoJS Developers
- Direction:
- Approved
- Assignee:
- aj00200
- Definition:
- Approved
- Series goal:
- Accepted for 0.0.0
- Implementation:
- Slow progress
- Milestone target:
- 0.1.0
- Started by
- aj00200
- Completed by
Whiteboard
Password strength items:
- Length
- Symbols
- Numbers
- Case
- Repetition
- Basic dictionary
- Patterns
Experimental items:
- Common character combos
- Adjacent keyboard keys
- Swipes (eg: 8520)
(?)
Work Items
Work items:
Create function CryoJS.
Create a UI element to display password strength: TODO
Add a way to enable the strength UI element: TODO