Is your feature request related to a problem? Please describe.
Its almost shameful that, we call ourselves a password manager without having a password generation feature.. wouldn't it will be great, if we can generate a password from app itself.
Describe the solution you'd like
A password generator screen that could be used to generate new passwords, which will be random text including number, alphabets, symbols & white-spaces. that can be used for better security..
Additional context
- Make a separate screen route:- password-generator.tsx in src/app.
- Make it such that user can choose the length of passwords & character to include (lowercase & uppercase alphabets, numbers, symbols, whitespace)
- User will see weather generated password is strong or weak.
- Make this features code extendable, cuz we will in later version add a option for passphrase like bitwarden & proton pass provides.
refer:
Note: Its not necessary, but will be appreciated if the code that generates passwords is kept isolated from ui & react.. and is just pure ts thingy... cuz we might need it in website.
Is your feature request related to a problem? Please describe.
Its almost shameful that, we call ourselves a password manager without having a password generation feature.. wouldn't it will be great, if we can generate a password from app itself.
Describe the solution you'd like
A password generator screen that could be used to generate new passwords, which will be random text including number, alphabets, symbols & white-spaces. that can be used for better security..
Additional context
refer:
Note: Its not necessary, but will be appreciated if the code that generates passwords is kept isolated from ui & react.. and is just pure ts thingy... cuz we might need it in website.