Filter By

Package Types

Operating System

Categories

Trust Information

By: | 57,834 downloads | Last Updated: 9/25/2021 | Latest Version: 2.3.5

PowerShell module to randomly generate names

By: | 22,084 downloads | Last Updated: 2/15/2024 | Latest Version: 3.1.0

Generate random passwords with the constraints you want.

By: | 11,875 downloads | Last Updated: 12/1/2023 | Latest Version: 0.5.0

Easily generate a repository populated with Docker image variants.

By: | 9,269 downloads | Last Updated: 9/14/2020 | Latest Version: 4.0.0

Turn your scripts and documents into pretty and practical word clouds!

By: | 7,041 downloads | Last Updated: 1/22/2023 | Latest Version: 2.1.0

Powershell passphrase generator

By: | 5,320 downloads | Last Updated: 8/5/2017 | Latest Version: 2.0.9

Generates an API documentation tree in HTML format for one or more PowerShell namespaces.

By: | 4,431 downloads | Last Updated: 1/27/2017 | Latest Version: 0.4.4

A PowerShell code generator

By: | 3,810 downloads | Last Updated: 9/23/2017 | Latest Version: 0.3.0

Secure random password generator. Uses a cryptographically secure PRNG Can guarantee that the password contains digits, special characters, or any other set Can generate pronounceable, easier-to-remember passwords Packaged as a .NET library and as a PowerShell module

By: | 3,059 downloads | Last Updated: 12/12/2016 | Latest Version: 0.4.1

Forge generator for a PowerShell module

By: | 1,529 downloads | Last Updated: 7/13/2022 | Latest Version: 1.0.4

A name generator for projects, versions and other stuff written in powershell

By: | 2,532 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: | 1,548 downloads | Last Updated: 6/4/2021 | Latest Version: 0.0.5

A simple password generator

By: | 1,906 downloads | Last Updated: 10/13/2023 | Latest Version: 2.0.0

PowerShell password generation tool.

By: | 1,017 downloads | Last Updated: 6/24/2021 | Latest Version: 1.2

Generate TOC files of DocFx based on directories

By: | 1,128 downloads | Last Updated: 9/24/2018 | Latest Version: 2.0

DictionaryFile module will create all password combinations that you are able to have using a specific characterset. Using this module you will be able to find number of all password combinations. You are able to create the combinations either on the screen or use them with another cmdlet. Also, you are able to create a dictionary file including... More info

By: | 743 downloads | Last Updated: 2/7/2020 | Latest Version: 1.2

Create a PowerShell commandlet pdf book

By: | 768 downloads | Last Updated: 9/18/2019 | Latest Version: 2.0.0

New Password Generator. Can be used to generate passwords for automation process. Or just to generate quick passwords for any needs. You can specify the password length and the number of passwords to generate or output it as secure string.

By: | 960 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: | 932 downloads | Last Updated: 6/6/2020 | Latest Version: 1.0.0

Generate a list of random users (First names, last names, location, etc). This is based on the API provided by https://randomuser.me

By: | 1,855 downloads | Last Updated: 8/25/2019 | Latest Version: 1.2.0

Creates 1 or more randomly-generated strings of either static or variable length.