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 15, 2019
2 parents 83ef1c0 + 73b4150 commit 5ca769d
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 292 deletions.
12 changes: 8 additions & 4 deletions Passphraser.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@{
RootModule = 'Passphraser.psm1'
ModuleVersion = '1.0.8'
ModuleVersion = '2.0.0'
GUID = 'b40097d7-bc39-4f92-a85d-cc5e39be939a'
Author = 'Lage Berger Jensen'
CompanyName = ''
Expand All @@ -24,8 +24,10 @@
# CLRVersion = ''
# ProcessorArchitecture = ''
# RequiredModules = @()
# RequiredAssemblies = @()
ScriptsToProcess = @(
RequiredAssemblies = @(
'.\classes\Zxcvbn.dll'
)
ScriptsToProcess = @(
'.\classes\Passphrase.Class.ps1'
)
# TypesToProcess = @()
Expand All @@ -40,7 +42,9 @@
'passphraser'
'passphrase',
'password',
'generator'
'generator',
'entropy,',
'crack'
)
LicenseUri = 'https://github.com/lagebj/Passphraser/blob/master/LICENSE'
ProjectUri = 'https://github.com/lagebj/Passphraser'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Passphraser
[![Build status](https://ci.appveyor.com/api/projects/status/ngc5lu82m332pgps?svg=true)](https://ci.appveyor.com/project/lagebj/passphraser)

Powershell passphrase generator for lazy admins
This is a Powershell passphrase generator.

## Getting Started

Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ November 11, 2019
- Added additional properties, methods and constructors to Passphrase class.
- Added signed catalog file and signed scripts.

November 15, 2019
- Removed GetStrength method from Passphrase class
- Add Zxcvbn-cs support in Passphrase class to calculate passphrase entropy. See https://github.com/mickford/zxcvbn-cs.
- Updated major version due to breaking changes

### Feedback
Please send your feedback to http://github.com/lagebj/Passphraser/issues

0 comments on commit 5ca769d

Please sign in to comment.