Skip to content

tjgruber/Invoke-PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Example

I made this function due to needs of generating a random password.

I was unable to find documentation for an API at http://correcthorsebatterystaple.net/, so I kept looking and found http://getanewpassword.com/api/generatepassword, which does support REST API.

Note: http://getanewpassword.com does not support POST, even though it says it does on the front page.

Issues

  • Does not seem to work in PowerShell 5.1 using certian buggy versions of .NET.
  • However, it DOES work in PowerShell Core (6.1), Postman, etc... :)
  • Adduppercase API option is broken. Assuming 'false' is supposed to turn it off, it stays on.

Example

PS Error Version

.NET Error Version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published