
- RANDOM PASSWORD GENERATOR EASY TO REMEMBER GENERATOR
- RANDOM PASSWORD GENERATOR EASY TO REMEMBER PASSWORD
TXT file and use words of your choosing (1 word per line). If you think our word list is complete weak sauce, you can specify your own.
RANDOM PASSWORD GENERATOR EASY TO REMEMBER PASSWORD
Similar to the RemoveSpaces switch, this will generate a password without numbers and special characters. e.g -WordCount 4īy default, every word (except the last word) has a space so it’s easier on the eyes and adds length to the password. Specify the number of words you would like to grab from the wordlist. So, if you prefer something like that, check out that link.
RANDOM PASSWORD GENERATOR EASY TO REMEMBER GENERATOR
Most are 25+ characters that are generated by using my Powershell Random Password Generator script and saved into my vault. Personally, I use a Password Manager and all my passwords are random combinations of upper, lower, numbers and special characters. Mike Pound from the Computerphile Youtube Channel is hilariously fantastic at doing just that. If you want a bit more detail and can use a bit of entertainment, Dr. Spaces, special characters and numbers assist with the complexity and it still makes it relatively easy for humans to remember. I’m sure programs these days are probably accounting for this technique which is why I’ve added a bit more flexibility than just all lowercase words. It’s relatively easy for humans to remember but difficult for computers to crack because of the length of the password itself.

However, with a password like ‘correct horse battery staple’ the argument is just the opposite. In their example, the password “Tr0ub4dor&3” was used and their argument was that it was easier for programs to crack as well as difficult for humans to type in and remember, thus making it a little less secure because it’s more prone to be written down. The idea of correct horse battery staple comes from the xkdc comic where you had a pretty decent password but because of the character replacements and combinations, it was hard to remember. It’s entirely up to you how complex you want it. There are actually a couple of parameters that were built in to the script to give you the flexibility to comply with Active Directory complexity requirements, or something pretty simple. The default word list is compiled using a combination of three to nine letter words and I’ve added the ability to set how many words from the word list to use. After scouring the internet, I was able to compile a list of over 8,000 commonly used English words that we can use to generate our passwords. I’m sure many of you have heard the password phrase “correct horse battery staple”, we’ll today I’m going to share the script to display a password phrase exactly like that. If you’ve been searching for a simple random password generator using Powershell, this script is going to be your one stop shop for exactly what you’re looking for.
