Skip to content

Now even friendlier!

Compare
Choose a tag to compare
@rhymeswithmogul rhymeswithmogul released this 17 Mar 19:32
· 9 commits to main since this release
dbb7c78

This version includes support for generating passwords consisting of random words. For example:

PS> Get-RandomPassword -Words 3 -WordList 'my-wordlist.txt'
illustration,Mainspring!Muleteer

Supply your own wordlist. I'm going to look into bundling one.

It's already on PowerShell Gallery, so you may use:

Update-Module PSPasswordGenerator