An open API service indexing awesome lists of open source software.

https://github.com/yevrag35/newrandompassword

Creates 1 or more randomly-generated strings of either static or variable length.
https://github.com/yevrag35/newrandompassword

csharp powershell powershell-module randompassword

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# New-RandomPassword
[![version](https://img.shields.io/powershellgallery/v/NewRandomPassword.svg)](https://www.powershellgallery.com/packages/NewRandomPassword)
[![downloads](https://img.shields.io/powershellgallery/dt/NewRandomPassword.svg?label=downloads)](https://www.powershellgallery.com/stats/packages/NewRandomPassword?groupby=Version)

Just as the name of the cmdlet suggests, it generates as many random password as you want in either:

* __Static Length__
* All generated passwords will be of the same length.
* __Random Length__
* Each iteration will be of a random length determined by the minimum and maximum parameters.

There's even an option to specify what the _1st_ character will be in each password.

## Examples

1. New-RandomPassword -PasswordLength 12
1. New-RandomPassword -MinimumLength 6 -MaximumLength 67
1. New-RandomPassword 15 -Count 5
1. rpas 68 3 -FirstCharacter %