This project was used in a science fair. To use the project, click the green flag to start. When you click the green flag, a typing bar will appear at the bottom. Simply type your password into that bar, and it will guess the password. The special characters you can use are in the bottom right. HOW IT WORKS: First, the program guesses from one category. It sets the variable "Guessing from _" to where its guessing from (ex. Letters: 1, Numbers: 2, etc.) Then the program will guess a number from 1 to however many it is possible to guess from. Then, it sets the variable "Guess _" to that number. It proceeds to use "Guess _" and check a list based on the 2 previous variables stated. (ex. Guess 1: 3. Guessing from: 1. Those 2 would mean C, because it is using the letters list, and the 3rd letter is C.) If its guess is correct, it sets the variable "Digit _" to what the program sees it as. It then continues the process for the next digits until it is done.
All code is by me. Problem fixed Added 8th digit The only special characters you can use are !, @, #, and _. Also, for those of you wondering, I got first place in my category :). The category was computer science, though it was just me and 2 other people in the category, and one of them wasn't there.