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

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

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!