Git Product home page Git Product logo

0xjaskeerat / custompassword Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jassi10000-zz/custompassword

0.0 0.0 0.0 214 KB

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

Home Page: https://jasblogs.hashnode.dev/build-a-nodejs-password-generator

JavaScript 100.00%

custompassword's Introduction

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

custompassword's People

Contributors

0xjaskeerat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.