2015-07-01 01:34:45 +00:00
|
|
|
Passwordy
|
|
|
|
======
|
|
|
|
|
2015-07-01 02:25:55 +00:00
|
|
|
Generates randomized strings, useful for making passwords and such.
|
2015-07-01 01:34:45 +00:00
|
|
|
|
|
|
|
---------------------------------------------------------------
|
|
|
|
|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. |
|
|
|
|
---------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2015-07-01 03:00:14 +00:00
|
|
|
To use the `sentence` function, you can download [this dictionary](https://github.com/voussoir/else/tree/master/Dictionary)
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<img src="https://github.com/voussoir/else/blob/master/.GitImages/passwordy.png?raw=true" alt="hexclock"/>
|
|
|
|
</p>
|