PSPasswordWolf

0.0.1

The PasswordWolf Password Module was created using Invoke-RestMethod to access the https://passwordwolf.com/ API which then parses the JSON and harvests the generated passwords.

I have included all of the options and pre-configured the parameter defaults, replicating the website settings.

"https://passwordwolf.com/api/?length=8&upper=on&lower=on&numbers=off&spec
The PasswordWolf Password Module was created using Invoke-RestMethod to access the https://passwordwolf.com/ API which then parses the JSON and harvests the generated passwords.

I have included all of the options and pre-configured the parameter defaults, replicating the website settings.

"https://passwordwolf.com/api/?length=8&upper=on&lower=on&numbers=off&special=off&repeat=1"

Variable Values      Default             Description
upper off/on                          Turns the upper case characters on or off.
lower off/on                          Turns the lower case characters on or off.
numbers off/on                          Turns numbers on or off.
special off/on                          Turns special characters on or off.
length 1-128       15          Set the password length.
exclude [string]    ?!<>li1I08OB Indicates which characters to exclude.
repeat 1-128       9                   Indicates how many passwords to generate.

More information can be found by visiting the PasswordWolf website - https://passwordwolf.com/
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSPasswordWolf

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSPasswordWolf

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Luke Leigh. All rights reserved.

Package Details

Author(s)

  • Luke Leigh

Tags

Password API PasswordWolf Create Generate

Functions

New-PasswordWolf New-PasswordPattern

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.0.1 (current version) 1,135 9/25/2021