35 lines
No EOL
1.9 KiB
Markdown
35 lines
No EOL
1.9 KiB
Markdown
Passwordy
|
|
======
|
|
|
|
Generates randomized strings, useful for making 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)
|
|
|
|
<p align="center">
|
|
<img src="https://github.com/voussoir/else/blob/master/.GitImages/passwordy.png?raw=true" alt="hexclock"/>
|
|
</p> |