/genpass-swift

Simple password generator

Primary LanguageSwiftMIT LicenseMIT

genpass-swift

Usage

> genpass [base32] [64]
2fwy5z2ah4ayg
> genpass apple-style --count=2
mahvUk-gydjij-myvzo3
wedgew-3xafzo-viTgan
> genpass passphrase 64
detect-remain-strategy-exact-spy-security
> genpass urbit-style 96 --omit-newlines
sicrup-sivmer-pannup-folmun-sollen-fitres⏎
> genpass help
OVERVIEW: An utility for generating passwords.

USAGE: genpass <subcommand>

OPTIONS:
  -h, --help              Show help information.

SUBCOMMANDS:
  apple-style, apple, a   Generate a password in the style of Apple’s Password AutoFill.
  base32, b (default)     Generate a password from a set of 32 characters.
  passphrase, p           Generate a passphrase from a set of 2048 English words.
  urbit-style, urbit, u   Generate a password in the style of Urbit’s @q encoding.

  See 'genpass help <subcommand>' for detailed help.

Installation

> brew install nixberg/tap/genpass