else/Passwordy/README.md

31 lines
1.8 KiB
Markdown
Raw Normal View History

2015-07-01 01:34:45 +00:00
Passwordy
======
Generate randomized strings, useful for generating passwords and such.
---------------------------------------------------------------
|Generates a randomized password. |
| |
|> passwordy [length] ["p"] ["d"] |
| |
| length : How many characters. Default 032. |
| p : If present, the password will contain punctuation |
| characters. Otherwise not. |
| d : If present, the password will contain digits. |
| Otherwise not. |
| |
| The password can always contain upper and lowercase |
| letters. |
---------------------------------------------------------------
---------------------------------------------------------------
|Generates a randomized sentence |
| |
|> passwordy sent [length] [join] |
| |
| length : How many words to retrieve. Default 005. |
| join : The character that will join the words together. |
| Default space. |
---------------------------------------------------------------
To use the `sentence` function, you can download [this dictionary](https://github.com/voussoir/else/tree/master/Dictionary)