mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 12:55:52 +03:00
[GH-ISSUE #52] Avoid confusable characters in generated passwords #12
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rgov on GitHub (Aug 24, 2022).
Original GitHub issue: https://github.com/spr-networks/super/issues/52
I got a password that contained the substring
1l, which are hard to differentiate when displayed in a proportional font (e.g., if sent over a messaging app).It would be good to consider password ergonomics generally. E.g., the
uavpxq-ehthib-estutw-tlniyx-qzsizvstyle is easier to type on a phone keyboard, requiring few switches to the numeric/symbol keys. On the other hand with something like a printer this might be more tedious.@0vercl0k commented on GitHub (Jun 1, 2023):
I ran into something similar today; the below highlighted character was totally not what I thought it was; I don't quite remember what it ended up being but it might have been a 1 although it looks more like a uppercase i. I grabbed a snapshot so that you guys can debug:
@lts-po commented on GitHub (Jul 27, 2023):
The updated genSecurePassword now avoids 1l, O0 etc.