robmorgan / pxgen

Simple, secure password generator written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pxgen

Build Status Coverage Status GoDoc

A simple, secure password generator based on: password-generator-go and uniuri.

Generates 20 character passwords by default.

Getting Started

Usage

pxgen --help
usage: pxgen [length] [count]

$ pxgen
-ce5Ef3@}4,AgIo,p=U

$ pxgen 10
T8%R90[{F:

$ pxgen 30 2
E!MhL&bI)ahW#n+/pebv#GuRbT5fOX
~*}i{_=o+Q`/0jPoDQsrxKV4=AkFI?

Getting pxgen

You can get pxgen using the standard go workflow - ensure GOPATH is set appropriately then:

go get github.com/robmorgan/pxgen

which will generate a binary at $GOPATH/bin/pxgen

Testing

To run tests for pxgen, use make test.

About

Simple, secure password generator written in Go


Languages

Language:Go 93.5%Language:Makefile 6.5%