Generally, a DSSS (Direct Sequence Spread Spectrum) communication is used to secure a communication. However, because of the repetition of the spreading sequence, a cyclostationary analysis makes it possible to locate the communication. Moreover, there are also methods which make it possible to find the spreading sequence.
To prevent finding the content of the communication, can another spreading sequence which is known only to the sender and the receiver be used in addition to the spreading sequence used for the communication and which is not used for transmission? This would make communication completely secure. In fact, on reception, it would suffice to use the 2 spreading sequences to find the message.
In mathematical terms: $c_1(t)$ is the spreading sequence of the message and $c_2(t)$ is the sequence which serves as a key for the sender and the receiver. The transmitted signal is given by: $s(t)=\sum_{k=1}^{N_s}d_kc_1(t-kT_s)$ with $N_s$ the number of symbols and $T_s$ the duration of the sequence of spreading. At the reception, we use a matched filter with the 2 sequences: $r(t) \ast c_1^{\ast}(-t)$ and $r(t) \ast c_2^{\ast}(-t)$ to find the binary data.
I would like your opinion on this question.