Giter Club home page Giter Club logo

pwdgen's Introduction

A random password generator

Overview

A command line tool to generate passwords. Can specify the minimum characters required

Usage

Usage: pwdgen.exe [OPTIONS]

Options:
  -l, --length <LENGTH>          Length of the password. Will be overriden if less than the sum of minimum characters. [default: 16]
  -a, --alpha [<MIN_ALPHA>]      Minimum alphabet characters. If flag is not set, won't be added to character pool.
  -n, --numeric [<MIN_NUMERIC>]  Minimum numeric characters. If flag is not set, won't be added to character pool.
  -s, --special [<MIN_SPECIAL>]  Minimum special characters. If flag is not set, won't be added to character pool.
      --show                     Prints the password after generating.
      --copy                     Copies the generated password to clipboard.
  -v, --verbose                  Prints information such as time taken to generate password and character pool distribution.
  -h, --help                     Print help

The alpha, numeric, and special flags don't require a following argument. The presence of the flag implies to add the character set to the pool of characters to sample from, with a minimum of 0 (not required to be in the final password).

If no flags for character sets are provided, will default to alphanumeric characters.

pwdgen's People

Contributors

velvid avatar

Stargazers

Brad avatar

Watchers

 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.