Skip to content

dafyre/Invoke-PasswordGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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... :)

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

Languages

  • PowerShell 100.0%