Filter By
Displaying results 1 - 2 of 2 (Page 1 of 1)
By:
|
8 downloads
|
Last Updated: 2/28/2025
|
Latest Version: 2.1
A Powershell script that can generate natural language passphrases. Can add complexity using predefined character substitution. The built-in Get-Random cmdlet uses a predictable seed for random generation so instead the .NET RNGCryptoServiceProvider is utilized for more secure random number generation. For simplicity the wordlists/dictionaries are ... More info |
By:
|
6 downloads
|
Last Updated: 6/16/2025
|
Latest Version: 1.1.0
This function uses a dictionary array and the user's input to create a random memorable password. The module includes an example dictionary, which is imported when the module is loaded, and should be named $ExampleDictionary. It can be used to generate passwords for a variety of purposes and can also be used in combination with other functions to u... More info |