Skip to content

Gavin152/pwgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwgen

quickly create a random password

Synopsis

A command line tool to quickly create a random password.

Options

  -h, --help   help for pwgen

SEE ALSO


pwgen number

Generate a random number

pwgen number [flags]

Options

  -c, --count int8   Number of digits (default 4)
  -h, --help         help for number

SEE ALSO

  • pwgen - quickly create a random password

pwgen phrase

Generate a phrase of multiple words, leveraging the words API

Synopsis

This generates a phrase or list of words. This function does not use a local dictionary, but fetches the words from the words API from random-word-api.herokuapp.com. Please take this into consideration when generating phrases to use as passwords.

pwgen phrase [flags]

Options

  -c, --count int          Number of words to fetch (default 3)
  -h, --help               help for phrase
  -s, --separator string   Separator bewteen words (default "-")

SEE ALSO

  • pwgen - quickly create a random password

pwgen random

Generate a random string

pwgen random [flags]

Options

  -c, --count int   Number of characters (default 12)
  -h, --help        help for random
  -l, --lowerCase   include lower case characters
  -n, --numbers     include numbers
  -s, --symbols     include special characters: 
  -u, --upperCase   include upper case characters

SEE ALSO

  • pwgen - quickly create a random password

pwgen completion

Generate the autocompletion script for the specified shell

Synopsis

Generate the autocompletion script for pwgen for the specified shell. See each sub-command's help for details on how to use the generated script.

Options

  -h, --help   help for completion

SEE ALSO

About

A small password generator written in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages