An open API service indexing awesome lists of open source software.

https://github.com/atompi/genpass

A simple password generator written in Go.
https://github.com/atompi/genpass

Last synced: over 1 year ago
JSON representation

A simple password generator written in Go.

Awesome Lists containing this project

README

          

# genpass

A tool for generating random passwords.

It basically conforms to the OWASP strong password specification.

```
Usage:
genpass [length] [flags]

Flags:
-a, --all with all types, represent -lns
-h, --help help for genpass
-l, --letter with letters
-n, --number with numbers
-s, --symbol with symbols
-v, --version version for genpass
```