This document describes a security system project using XOR and NOR gates. The system uses 4-bit switches as a password to unlock a lock. If an incorrect code is entered, a red LED lights up and an alarm sounds. XOR gates are used as bit comparators to check if the entered code matches the password code. A NOR gate is used to control whether the "Go" or "No Go" LED illuminates based on the XOR gate outputs. The purpose is to introduce the use of XOR gates for code comparison in a security system application.