Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lagebj committed Nov 11, 2019
2 parents a08a03a + 08194df commit e7b1d6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classes/Passphrase.Class.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
$this.Words.Add($_)
}

$this.Separator = ' '

$PassphraseStrength = $this.GetStrength($true)
$this.Points = $PassphraseStrength[0]
$this.Strength = $PassphraseStrength[1]
Expand Down Expand Up @@ -84,6 +86,8 @@
$this.Words.Add($_)
}

$this.Separator = $Separator

$PassphraseStrength = $this.GetStrength($true)
$this.Points = $PassphraseStrength[0]
$this.Strength = $PassphraseStrength[1]
Expand Down

0 comments on commit e7b1d6e

Please sign in to comment.