Skip to content

Feat Req: Random Text / Password Generator. #203

Description

@JeelDobariya38

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

  1. Make a separate screen route:- password-generator.tsx in src/app.
  2. Make it such that user can choose the length of passwords & character to include (lowercase & uppercase alphabets, numbers, symbols, whitespace)
  3. User will see weather generated password is strong or weak.
  4. 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.

Metadata

Metadata

Labels

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions