311 B
311 B
Go Password
A password generator written in Go as a test, replaces the old node based password generator
To build:
$ go build -ldflags "-s -w"
This will build a smaller executable, then do:
$ sudo cp password /usr/bin/password-gen
To copy it into the executable store