This project involved designing and implementing a basic password security system using logic gates. The system verifies an entered binary code and provides visual feedback to indicate whether the password is correct or incorrect.
Incorrect Password
Correct Password
Design a password verification system using digital logic gates.
Implement logical conditions to validate an entered password.
Provide clear visual indication for correct and incorrect inputs.
Designed a logic circuit that compares the entered code with a predefined password.
Implemented the system using AND, NOT, and XOR gates.
Verified system functionality using LED indicators (green = correct, red = incorrect).
Digital Logic: AND, NOT, XOR gates
Hardware: Breadboard prototyping, LEDs, resistors
Tools: Multisim
Field: Digital Electronics, Logic Design