Closed
Bug 1548393
Opened 6 years ago
Closed 5 years ago
Generate a digestable password, free of ambiguous characters
Categories
(Toolkit :: Password Manager, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: MattN, Assigned: MattN)
References
(Blocks 1 open bug)
Details
(Whiteboard: [passwords:generation] [skyline])
User Story
Format based on Chromium: i. 15 characters long ii. At least one of each of: "abcdefghijkmnpqrstuvwxyz"; // no 'l' or 'o' "ABCDEFGHJKLMNPQRSTUVWXYZ"; // no 'I' or 'O' "23456789"; // no '1' or '0' iii. Then fill the remaining 11 characters with a random selection of the 4 categories above. iv. Randomly shuffle the order of the characters we’ve chosen We will evaluating adding symbols later.
Attachments
(2 files)
Implement the backend (no UI) to generate passwords.
Flags: qe-verify-
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → MattN+bmo
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
User Story: (updated)
Assignee | ||
Updated•6 years ago
|
User Story: (updated)
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/autoland/rev/96563508f9fe
Generate a digestable password, free of ambiguous characters. r=mhoye,sfoster
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Assignee | ||
Comment 4•5 years ago
|
||
I forgot to push this to Phabricator before landing.
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/7b4613bfc62d
Follow-up to temporarily exclude PasswordGenerator.jsm from browser_all_files_referenced.js r=Aryx
Comment 6•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Whiteboard: [passwords:generation] [skyline]
You need to log in
before you can comment on or make changes to this bug.
Description
•