In the project I'm working on there are 4 switches that represent a pass-code to break the circuit when switched in the right order and thus disables the alarm. The problem is I can't seem to figure out how to wire the switches so that of all 16 possible combinations, only one breaks the circuit. The only way of doing it that I've thought of is that 3 switches stay on the entire time and the last one breaks the circuit when switched off. This will solve the problem yet it's very simple to decode it and I would like a more complicated code e.g. Switch 1: on Switch 2: off Switch 3: on Switch 4: off (1010)? Thanks.