https://github.com/sharkwouter/simple-password-generator
A password generator for linux that uses the xkcd method of just combining words
https://github.com/sharkwouter/simple-password-generator
Last synced: about 1 year ago
JSON representation
A password generator for linux that uses the xkcd method of just combining words
- Host: GitHub
- URL: https://github.com/sharkwouter/simple-password-generator
- Owner: sharkwouter
- License: unlicense
- Created: 2023-07-20T08:57:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T09:01:29.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T03:14:05.775Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-password-generator
A password generator for linux that uses the xkcd method of just combining words.
# Usage
Simply use:
```
./simple-password-generator
```
The amount of words that should be used for a password can be set as well:
```
./simple-password-generator 5
```
The default is 4.
It can also generate more than 1 password by specifying an amount as well:
```
./simple-password-generator 4 10
```
Enjoy!