This Visual Basic 6 passwords cracking program can generate possible passwords and compare each of them with the actual password; and if the generated password found to be equal to the actual password, login will be successful.
In this program, three timers are inserted into the form The passwords generating code is entered under each of the Timer () event by double-clicking the relevant timer . The interval of the timers can be set in their properties window where a value of 1 is equivalent to 1 millisecond, and a value of 1000 is 1 second; the smaller the value, the shorter the interval. The Timer’s Enabled property is set to false so that the program will only start generating the passwords after the user clicks on the command button.