AN INTRODUCTION TO C++ "PAM" STYLE OF PROGRAM CODING
I am working right now with what I may consider as an 'ambitious' project that could, in a way give more ADDITIONAL security to a program that requires an AUTHORIZED USER to only memorize the sequence of entering inputs, rather than the conventional way of having a form to fill out the necessary information such an example below; EMPLOYEES MONTHLY SALARY UPDATE Name of the Employee: ____________________________ Employee ID: _____________ For the Month of: _______________ No. of Days: ______________ Amount of Salary (in Dollar): $ ____________________ What if all you CAN ONLY SEE on your monitor screen is the title (Employees Monthly Salary Update) and just followed by a 'blinking cursor' (in a C++ program) and nothing more? This will certainly put a 'hacker' to think twice before pressing any key as only an AUTHORIZED p...