Go to file
Martin Donnelly fa6cd0a06d added readme
2024-02-16 11:19:04 +00:00
.gitignore init 2024-02-16 11:14:25 +00:00
go.mod init 2024-02-16 11:14:25 +00:00
go.sum init 2024-02-16 11:14:25 +00:00
password init 2024-02-16 11:14:25 +00:00
password.go init 2024-02-16 11:14:25 +00:00
readme.md added readme 2024-02-16 11:19:04 +00:00

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