Secure Password Generator in Visual Basic
Introduction:
This tutorial is on how to create a simple tool in Visual Basic to generate a secure password.
Design:
For this we are simply going to add a button to begin the process and a numericupdown to specify the amount of characters needed for the password.
Button Click:
Variables:
First we want to create a Random object because this will choose which character to select next.