nixberg / genpass-swift

Simple password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genpass

Usage

> genpass [base32]
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
sicrup-sivmer-pannup-folmun-sollen-fitres
> genpass help
OVERVIEW: A utility for generating passwords.

USAGE: genpass <subcommand>

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

SUBCOMMANDS:
  apple-style             Generate a password in the style of Apple’s Password AutoFill.
  base32 (default)        Generate a password from a 32-character set.
  passphrase              Generate a passphrase from a set of words.
  urbit-style             Generate a password in the style of Urbit’s @q encoding.

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

Installation

> brew install nixberg/tap/genpass

About

Simple password generator

License:MIT License


Languages

Language:Swift 100.0%