Skip to content

Want a custom password for yourself without much thinking , even when you are not online and can't use Suggest Strong Password feature of Google Chrome . Use "CustomPassword" CLI application which helps you generate a password for yourself according to your conditions and also saves into your locals to be referred later

Notifications You must be signed in to change notification settings

Jassi10000-zz/CustomPassword

Repository files navigation

CustomPassword 🔐

🚩 Full explanation of the CLI Application in my blog

Technolgies used :

Node.js

Node.Js packages

  • Chalk : for styling of CLI
  • Commander : to pass all the options to generate password of our choice
  • Clipboardy : to copy the generated password to the clipboard

🚩What is Custom Password ?

A lot of times while filling forms online we all have come across registration forms that don't allow Google or any other social authentication and prompt the user to add a password to create an account successfully. For that also Google Chrome has a feature of Suggest strong password, but sometimes when you are too dependent on something, then it starts showing its disadvantages. Most users save most of their passwords in their Google Account due to which the Suggest strong password stops coming. To solve that problem I came up with CustomPassword built using Node.js which helps you generate a strong password based on your conditions like :

  • Length of password
  • Composition of password ( whether it should be numeric or alphabetic only or a mix of both or with symbols )

using your own custom made command , we can even copy it to the clipboard and also save it to our local .txt file 🤩

Preview of the application using custom command

The same password gets saved my custom named file mypasswords.txt

🏍 To use , view or run the code :


  • Clone / Download :

     git clone https://github.com/your_username_/Project-Name.git
    
  • Open the project in your favorite code editor and do following

     npm install commander chalk clipboardly
    

📌 Want to try it from scratch ❓

We got you covered , head over to starterFiles branch of the repository to download the starter files of the project and get set go !!! 🏍

✍ Contributing :

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your new Branch git checkout -b NewBranchName
  • Commit your Changes git commit -m " Description of contribution you made "
  • Push to the Branch git push origin NewBranchName
  • Open a Pull Request

About

Want a custom password for yourself without much thinking , even when you are not online and can't use Suggest Strong Password feature of Google Chrome . Use "CustomPassword" CLI application which helps you generate a password for yourself according to your conditions and also saves into your locals to be referred later

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published