Password generator's secure password <input>'s size is not dynamic #143

Closed
opened 2017-01-03 17:26:01 +00:00 by ghost · 3 comments
ghost commented 2017-01-03 17:26:01 +00:00 (Migrated from github.com)

The available characters in each set are user friendly - there are no ambiguous characters such as i, l, 1, o, 0, etc.

Therefore users seem to be encouraged not to use clipboard to store the password (but rather write it down), however some generated passwords doesn't fit into the secure password tag.

> The available characters in each set are user friendly - there are no ambiguous characters such as i, l, 1, o, 0, etc. Therefore users seem to be encouraged not to use clipboard to store the password (but rather write it down), however some generated passwords doesn't fit into the secure password <input> tag.
bookercodes commented 2017-01-06 01:56:07 +00:00 (Migrated from github.com)

Ah, unambiguous are really for the benefit of someone reading a password, not writing it down. In any case, the input is too narrow, you're right. The solution, I think, is to replace the input with a p and to wrap break-word or something. Well spotted.

Ah, unambiguous are really for the benefit of someone **reading** a password, not **writing** it down. In any case, the `input` is too narrow, you're right. The solution, I think, is to replace the `input` with a `p` and to wrap `break-word` or something. Well spotted.
Vincevrp commented 2018-11-22 00:40:13 +00:00 (Migrated from github.com)

Password generator has been removed in 43a14c3250

Password generator has been removed in 43a14c32502a565f7e68120e90a5ce34168c64b0
bookercodes commented 2018-11-22 12:25:47 +00:00 (Migrated from github.com)

RIP

RIP
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#143
No description provided.