ISA: LC-3 (Little Computer 3). Program I created in EECC 20 where I prompt the user to enter a specific username and password which validates credentials against a simulated database. The program implements a Caesar cipher to securely verify encrypted passwords, prevents brute-force access, and includes a memory-sanitization routine to clear data from buffers upon exit.