mmcmd / Get-RandomPassword

Generates a random password using random common words (based on https://xkpasswd.net/s/)
4 stars 1 forks source link

Add support for symbols #19

Closed kilasuit closed 2 years ago

kilasuit commented 2 years ago

Symbols are often needed in passwords so this should allow support for them too

mmcmd commented 2 years ago

Hi Ryan, symbols are supported through the -Delimiter parameter, for example:

PS> Get-Randompassword -Words 4 -Count 1 -Delimiter "@^!" -Donotcopytoclipboard
HIGHEST@^!crafts@^!SHARP@^!DEALING

Or were you thinking of another way?

kilasuit commented 2 years ago

I apolgise as I couldn't see this clearly in the diocumentation on a very quick read which is more my bad than your documentation!

mmcmd commented 2 years ago

No problem!