Skip to content

robmorgan/pxgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published