ans-4175 / password-ga

Password Generator using Genetic Algorithm
https://password.apayak.xyz/
Do What The F*ck You Want To Public License
28 stars 2 forks source link

Some Remarks from Dictionaries #15

Closed ans-4175 closed 3 years ago

ans-4175 commented 3 years ago

Some words are perhaps not usually used in our everyday life. It's from KBBI, after all :laughing:

@imballinst have an idea to tackle that. What if, below the generated password, we also include the "base words"? For example:

image

  1. We show below the text field, something like, "Asal kata: "opini murca"". That way, although some words may be uncommon, we are providing some kind of help to help pronounce the generated password.
  2. We move the "Copied" text to the copy button instead (probably we can use some timeout before the button text gets reset back to "Copy"). This will help reduce texts below the text field -- otherwise we will have 2 rows of text dangling after copying the password.

Originally posted by @imballinst in https://github.com/ans-4175/password-ga/issues/13#issuecomment-966019340

Tasks