Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusmueller73/pwgen
Password Generator for console
https://github.com/markusmueller73/pwgen
Last synced: 10 days ago
JSON representation
Password Generator for console
- Host: GitHub
- URL: https://github.com/markusmueller73/pwgen
- Owner: markusmueller73
- License: gpl-3.0
- Created: 2020-09-08T03:42:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T03:49:12.000Z (over 4 years ago)
- Last Synced: 2024-11-06T02:27:57.805Z (about 2 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pwgen
password generator for the consoleSimple program to get passwords on the console. Try 'pwgen -h' to get the options.
Usage:
./pwgen [ARGUMENTS]
Arguments:
-c length of the password, default is 8
-d use digits
-h show this help
-l use lower case letters
-p amount of different passwords
-s use special chars
-u use upper case letters
The option is used for the amount of chars of the type or you choose 0 (NULL) to disable this type of char.
Have fun!