Gz-PasswordGenerator
0.0.2
# Gz-PasswordGenerator Module
Provides a new cryptographically generated password. By default, this function
will return an array of characters since strings are immutable.
```powershell
$pw = New-GzPassword -Length 16 -AsSecureString
```
PARAMETERS
- <b>Chars</b> - Optional. An string of characters to use to build the password.
- **CharSets**
# Gz-PasswordGenerator Module
Provides a new cryptographically generated password. By default, this function
will return an array of characters since strings are immutable.
```powershell
$pw = New-GzPassword -Length 16 -AsSecureString
```
PARAMETERS
- <b>Chars</b> - Optional. An string of characters to use to build the password.
- **CharSets** - Optional. An array of choices that leverages a group of characters to use to build
the password. The default is "LatinAlphaUpperCase", "LatinAlphaLowerCase", "Digits", "SpecialHybrid"
Length - Optional. The length of the password that is generated. The default is 16
Validate - Optional. A script block that validates the password to ensure it meets
standards. The default checks for one uppercase, one lowercase, one digit,
one special character.
AsSecureString - A flag that instructs the result to be returned as a SecureString.
AsString - A flag that instructs the result to be returned as a string.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2018-2019 Nerdy Mishka. All rights reserved.
Package Details
Author(s)
- Nerdy Mishka Michael Herndon
Tags
Password Generator Password-Generator DevOps Gz Gainz NerdyMishka
Functions
New-GzPassword Add-GzPasswordGeneratorAlias Remove-GzPasswordGeneratorAlias
PSEditions
Dependencies
This module has no dependencies.
Release Notes
- 0.0.1 -- Testing Markdown in PowerShell Gallery -
FileList
- Gz-PasswordGenerator.nuspec
- Gz-PasswordGenerator.psd1
- Gz-PasswordGenerator.psm1
- LICENSE
- README.md
- public\Add-GzPasswordGeneratorAlias.ps1
- public\Merge-GzPasswordCharsets.ps1
- public\New-GzPassword.ps1
- public\Test-GzPassword.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 924 | 3/17/2019 |
0.0.2 (current version) | 20 | 3/17/2019 |
0.0.1 | 21 | 3/17/2019 |