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
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
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/
Installation Options
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
- PSPasswordWolf.nuspec
- PSPasswordWolf.psd1
- PSPasswordWolf.psm1
- Public\New-PasswordPattern.ps1
- Public\New-PasswordWolf.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.0.1 (current version) | 2,610 | 9/25/2021 |