Tip of the week: Random Password

I’ve always been opposed to using web-based password generators, you never know if the passwords are logged in with your IP. Most often I have used my own password creation script. Recently, I discovered that you could create a password in with just two lines of code. Just let powershell call a .NET Method(). There is a .Net class called  System.Web.Security that we can load via the Assembly “System.Web” and when…

Read More