Patternscape
Patternscape copied to clipboard
Resdesign Database to include database of common words
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.