A simple password generator using a safe word list
This is a simple password generator that will generate a password of 14 or 15 characters in length, with a capital letter at the start and a number at the end. The word list has been filtered to remove inappropriate words.
Make sure the wordlist.txt is in the same directory as the .ps1 file. Just right-click the .ps1 file and Run with PowerShell, it will generate a password for you and copy it to the clipboard