Patternscape icon indicating copy to clipboard operation
Patternscape copied to clipboard

Resdesign Database to include database of common words

Open AtiqGauri opened this issue 5 years ago • 0 comments

Make changes to whole system so that we can have a database of common words which can be used while generating passwords for target users.

Description- When app generates password suggestion for target user it just throw a "common" word tag to mention that a common word is expected here. We can make it better if we generates a separate database of common words popularity, with that we will be able to suggest best common words for suggested passwords.

Note- even if we have common word database we will need a way to interpolate those words in suggested passwords. So this will require work on backend as well as on frontend and should be considered as expensive task in terms of time & work which needs to be done to complete this.

AtiqGauri avatar Mar 13 '20 12:03 AtiqGauri