Posted 04 November 2015 - 01:09 PM
Hello! So I'm working on a password-based computer protection program and I've got the basics down!
The only problem is that I want to add a function that logs each incorrect password entered (and possibly what they tried to enter)
Could you please give me some tips of example code and explain to me how it works?
PS: The password is stored in a file. It is NOT embedded in the code.
The only problem is that I want to add a function that logs each incorrect password entered (and possibly what they tried to enter)
Could you please give me some tips of example code and explain to me how it works?
PS: The password is stored in a file. It is NOT embedded in the code.