Super simple.
I do a lot of password temporary resets. Some of the folks I work with prefer a default password, but I like to new passwords that translate easily when working with clients.
So, at a minimum I like two words, a symbol, and a number. Something like: !TestPassword42
For my less savvy friends, I created the a code pile similar to the following password generator.
I'm hoping that the format is easy enough to follow.
- List blocks to work with.
- Putting random list block elements together to create a password.
This demonstration creates two outputs.
- Creates passwords from $Symbols, $Verbs, $Colors, $Nouns, and a number from 1 to 99.
- Creates passwords from $Today, $Symbols, $Verbs, $Nouns, and a number from 1 to 99.
Or, 3,293,343,900 a year.
You can get a copy of the code on GitHub.