Hello, I want to suggest a possible change in the way keywords (names, birthdays, etc.), which are used for generating passwords, are gathered. I think instead of asking for very specific details in the terminal, you could just let the user write relevant information into text documents (different files for numbers, names, birthdays, etc.). This would increases the possibilities of the keywords used (favourite artist, song, zodiac, etc.) and would encourage a more general approach to generating passwords using certain types of information (which I think would also decrease the amount of parsing that has to be done).
Example files names:
names.txt
full_names.txt
birthdays.txt
numbers.txt
What do you think?
Hello, I want to suggest a possible change in the way keywords (names, birthdays, etc.), which are used for generating passwords, are gathered. I think instead of asking for very specific details in the terminal, you could just let the user write relevant information into text documents (different files for numbers, names, birthdays, etc.). This would increases the possibilities of the keywords used (favourite artist, song, zodiac, etc.) and would encourage a more general approach to generating passwords using certain types of information (which I think would also decrease the amount of parsing that has to be done).
Example files names:
names.txt
full_names.txt
birthdays.txt
numbers.txt
What do you think?