Jump to content

Cover-coding

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mgh12 (talk | contribs) at 17:01, 21 August 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Cover-coding is a technique for obscuring the data that is transmitted over an insecure link, to reduce the risks of snooping. An example of cover-coding would be for the sender to perform a bitwise EXOR of the original data with a password or random number which is known to both sender and receiver. The resulting cover-coded data is then transmitted from sender to the receiver, who uncovers the original data by performing a further bitwise EXOR operation on the received data using the same password or random number.