Skip to content

Releases: dotBATmanNO/PS-Get-PassPhrase

v1.01

27 Feb 06:07
a19a7ef
Compare
Choose a tag to compare

PowerShell Module to build passphrases from x words using 5 dice-rolls for each word.

You decide the number of words with -Words x, the default is 3 words.

You can add spaces between words with -Space 1 or -Space $true if you prefer this, the default is 0/$false = no spaces.

You can choose to have the words presented as lower, UPPER or Title Case, the default is Title Case. To use UPPER you have to run Get-WordList -Casing UPPER before you run Get-PassPhrase.

See https://www.eff.org/dice for more information on dice-generated passphrases.

v1.0

26 Feb 11:47
76e6adc
Compare
Choose a tag to compare

Initial release - PowerShell Module to build passphrases from x words using 5 dice-rolls for each word.

You decide the number of words with -Words x, the default is 3 words.

You can add spaces between words with -Space 1 or -Space $true if you prefer this, the default is 0/$false = no spaces.

You can choose to have the words presented as lower, UPPER or Title Case, the default is Title Case. To use UPPER you have to run Get-WordList -Casing UPPER before you run Get-PassPhrase.

See https://www.eff.org/dice for more information on dice-generated passphrases.