password

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2019 License: MIT Imports: 1 Imported by: 0

README

password Build Status

CLI/Docker container to generate strong passwords.

features

  • super secure defaults
  • customizable
  • 12 factor
  • no HTTP API
  • no JavaScript frontend

installation

cli

You can download the binaries from the releases page.

docker
docker pull admiralobvious/password
golang
go get github.com/admiralobvious/password

usage

cli
password generate
docker
docker run --rm -it admiralobvious/password generate

options

  -r, --allow-repeat           allows characters to repeat
      --digits string          list of permitted digits (default "0123456789")
  -h, --help                   help for generate
  -l, --length int             total number of characters in the password (default 64)
      --lower-letters string   list of permitted lowercase letters (default "abcdefghijklmnopqrstuvwxyz")
  -u, --no-upper               excludes uppercase letters
  -d, --num-digits int         number of digits to include in the result (default 10)
  -s, --num-symbols int        number of symbols to include in the result (default 10)
      --symbols string         list of permitted symbols (default "~!@#$%^&*()_+`-={}|[]\\:\"<>?,./")
      --upper-letters string   list of permitted uppercase letters (default "ABCDEFGHIJKLMNOPQRSTUVWXYZ")

credits

@sethvargo for go-password

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL