pa55

command module
v0.0.0-...-88e5f71 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2021 License: MIT Imports: 12 Imported by: 0

README

pa55

Generates a cryptographically secure password on the command line and copies it to the clipboard.

Installation

$ go get -u github.com/codingconcepts/pa55

Usage

$ pa55
**************************************************

Arguments

$ pa55
Usage of pa55:
  -len int
        specify the output length (default 50)
  -out string
        specify the output encoding ([ascii, hex, base32, base64, unicode]) (default "ascii")
  -set string
        character set to use for passwords (default " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~")

Available output types:

  • hex
$ pa55 --out hex --len 20
****************************************

0a06f90380e443389d77c5d4809a749be2f28af9 // -> To clipboard
  • base32
$ pa55 --out base32 --len 20
********************************

5EBBYLOC2HFXFAFWCBPMYXDCPJLONTK6 // -> To clipboard
  • base64
$ pa55 --out base64 --len 20
****************************

tJG/ih/TNNnr4+7bSaGC+CqkBqo= // -> To clipboard
  • ascii
$ pa55 --out ascii --len 20
********************

!Qv2ACRj0c1BjsQP8x*D // -> To clipboard
  • unicode
$ pass --out unicode --len 20
********************************************************

៧Ἀจያا्༙॰क໅྾Ҍཙ෰᠛ǃΣႍឫႶ // -> To clipboard

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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