https://github.com/joonas-fi/pwdgen
Password generator CLI made in Go
https://github.com/joonas-fi/pwdgen
Last synced: about 1 month ago
JSON representation
Password generator CLI made in Go
- Host: GitHub
- URL: https://github.com/joonas-fi/pwdgen
- Owner: joonas-fi
- License: apache-2.0
- Created: 2021-02-23T11:09:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T19:31:49.000Z (over 3 years ago)
- Last Synced: 2025-02-01T19:44:40.125Z (3 months ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://hub.docker.com/r/joonas/pwdgen/)Super-simple password generator.
Why
---I didn't quickly find one that I could trust (made in a memory safe language).
Usage
-----```console
$ pwdgen
n6uLyBpj7-9E2o=r$ pwdgen --help
Password generatorUsage:
pwdgen [flags]Flags:
-h, --help help for pwdgen
-l, --length int Length of password (default 16)
-v, --version version for pwdgen
```