I have created a GUI application from Powershell using the PWpush.com API so that anyone can generate secure passwords from their desktop.
PowerShell.exe -ExecutionPolicy Bypass -File .\PWPush_Generator.ps1
- I added $Passphrase to the function written by pgarm so Passphrases could be used.
- The only option not available so far is customization of passwords. It uses all valid alphabetic characters with these special characters. ('!', '@', '#', '%', '^', '&', '*')
- The 30sec timer that clears the fields is a little added security so you don't accidentally send the same password or PWPush URL to different people.
Thanks go to Peter Giacomo Lombardo, creator of PWPush and pgarm for the two functions that use the API.