Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 564 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 564 Bytes

strongpass

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.

Requirements

Installation

git clone https://github.com/Whinarn/strongpass.git
cd strongpass
./install.sh

Usage

Type strongpass --help for more information after installation.