A strong password generator written in Go.
I needed a password generator that I could trust and ended up writing this. I decided to share this with the world, if it would turn out valuable to someone out there. But don't expect this to grow and expand into something more.
git clone https://github.com/Whinarn/strongpass.git
cd strongpass
./install.sh
Type strongpass --help
for more information after installation.