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.
- Host: GitHub
- URL: https://github.com/atompi/genpass
- Owner: atompi
- License: apache-2.0
- Created: 2023-12-26T04:58:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T07:01:11.000Z (over 2 years ago)
- Last Synced: 2025-02-01T01:34:30.306Z (over 1 year ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```