Filter By
Displaying results 1 - 4 of 4 (Page 1 of 1)
By:
|
2,521 downloads
|
Last Updated: 3/17/2019
|
Latest Version: 0.1.3
Gainz - Password Generator Module Deprecated: Renaming to Gz-PasswordGenerator Provides a new cryptographically generated password. By default, this function will return an array of characters since strings are immutable. $pw = New-Password -Length 16 -AsSecureString PARAMETERS Chars - Optional. An string of characters to use to ... More info |
By:
|
715 downloads
|
Last Updated: 4/30/2017
|
Latest Version: 0.2
Provides security related functions including a password generator |
By:
|
957 downloads
|
Last Updated: 3/17/2019
|
Latest Version: 0.1.0
# Gz-PasswordGenerator Module Provides a new cryptographically generated password. By default, this function will return an array of characters since strings are immutable and stick around in memory. ```powershell $pw = New-GzPassword -Length 16 -AsSecureString ``` ## Parameters - Chars -- Optional. An string of characters to use... More info |
By:
|
187 downloads
|
Last Updated: 8/30/2024
|
Latest Version: 1.0.4
Random password generator with support for various password types, with the ability to customize password types and edit the word lists used for password generation. |