Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
/ gopgcli Public archive

[ABANDONED PROJECT] Policy based password generator CLI

License

Notifications You must be signed in to change notification settings

sayanarijit/gopgcli

Repository files navigation

gopgcli

Go Report Card License: MIT

This tool uses gopassgen library to generate password based on given policy.

Download binary

latest release

all releases

Run

gopgcli

Command-line help menu

gopgcli -h
Usage of ./gopgcli:
  -digit-pool string
        Permitted digits (default "0123456789")
  -lower-pool string
        Permitted lower case letters (default "abcdefghijklmnopqrstuvwxyz")
  -max-length int
        Maximum length of password (default 16)
  -min-digits int
        Minimun length of digits
  -min-length int
        Minimum length of password (default 6)
  -min-lowers int
        Minimun length of lower case letters
  -min-spcl-chars int
        Minimun length of spcial characters
  -min-uppers int
        Minimun length of upper case letters
  -spcl-char-pool string
        Permitted special characters (default "!@#$%^&*()-_=+,.?/:;{}[]~")
  -upper-pool string
        Permitted upper case letters (default "ABCDEFGHIJKLMNOPQRSTUVWXYZ")

About

[ABANDONED PROJECT] Policy based password generator CLI

Resources

License

Stars

Watchers

Forks

Languages