Thursday, February 22, 2018

Password Checker

You may wish to check your password against a database of previously exposed passwords.

https://haveibeenpwned.com/Passwords


Run Fido Script

Run PowerShell as Admin Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process iex ((New-Object System.Net.WebClient).DownloadStri...