#30916 closed enhancement (wontfix)
Proposal for a faster JavaScript password strength meter
| Reported by: | gabrieleromanato | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | External Libraries | Version: | 4.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | javascript |
Description
I've tested the current password meter and it's not very efficient in terms of performance when it comes to very long and complex passwords.
The following first implementation of a JS password meter doesn't use regular expressions:
JavaScript password strength meter without regular expressions
Without regular expressions and using only tokenization you get a performance boost.
Let me know.
Attachments (2)
Change History (5)
#2
@
11 years ago
- Milestone Awaiting Review
- Resolution → wontfix
- Status new → closed
We use Dropbox's zxcvbn, which is an external library. Changes to that should probably go upstream: https://github.com/dropbox/zxcvbn
Also importantly, voldemortensen is correct - making changes that negatively affect the functionality are not desirable.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The above two screenshots are why I don't think this is a good idea. "password1!" should never be considered a good password. I suggest
wontfix.