Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
/ NimPass Public archive

quickly generate secure passwords and passphrases

License

Notifications You must be signed in to change notification settings

xioren/NimPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NimPass

quickly generate secure passwords and passphrases

changelog v0.2.1:

  • misc code clean up and improvmenets.

Installation

nimble install nimpass

Usage

Usage: nimpass [options]

Options:
  -h, --help                      Print this help message
  -v, --version                   Print version information
  -w, --word                      Generate pass(w)ord (default)
  -p, --phrase                    Generate pass(p)hrase
  -l, --len --length              Length of password or passphrase
  -n, --num --number              Number of pass's to generate
  -e --ext --extended             Use extended character set
  -r --readable                   Exclude ambiguous characters
  -s --sep --separator            Separator used with passphrases (default "+")

Examples:
  nimpass
  nimpass -l32 -n8
  nimpass --phrase --length 8 --sep ":"